Trace number 3737771

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.55 911.844

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
MD5SUMc1794605d16cd8196553c490f5507fd9
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 40
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.1.v20110525
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		9996466904
0.07/0.09	c Max memory 		10048897024
0.07/0.09	c Total memory 		10048897024
0.07/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3737771-1338724059.opb
0.09/0.12	c reading problem ... 
0.97/0.58	c ... done. Wall clock time 0.464s.
0.97/0.58	c #vars     6626
0.97/0.58	c #constraints  13055
0.97/0.58	c constraints type 
0.97/0.58	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
0.97/0.58	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
0.97/0.58	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
0.97/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.97/0.58	c constraints type 
0.97/0.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.97/0.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
0.97/0.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
0.97/0.58	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
7.32/2.98	c cleaning 2511 clauses out of 5021 with flag 5021/5021
13.59/6.08	c cleaning 4245 clauses out of 8489 with flag 11000/11000
21.22/9.86	c cleaning 5627 clauses out of 11253 with flag 18009/18009
30.51/14.44	c cleaning 6812 clauses out of 13623 with flag 26006/26006
38.25/18.35	c cleaning 7906 clauses out of 15815 with flag 35010/35010
48.42/23.43	c cleaning 8948 clauses out of 17900 with flag 45001/45001
55.77/27.10	c cleaning 9976 clauses out of 19953 with flag 56002/56002
65.32/31.96	c cleaning 10985 clauses out of 21976 with flag 68001/68001
81.42/40.00	c cleaning 12006 clauses out of 24014 with flag 81024/81024
106.75/52.74	c cleaning 12991 clauses out of 25984 with flag 95000/95000
131.11/64.90	c cleaning 13498 clauses out of 26999 with flag 109006/109006
150.45/74.70	c cleaning 13752 clauses out of 27506 with flag 123011/123011
176.76/87.87	c cleaning 13870 clauses out of 27743 with flag 137000/137000
197.28/98.16	c cleaning 13942 clauses out of 27886 with flag 151013/151013
220.99/110.05	c cleaning 13966 clauses out of 27933 with flag 165002/165002
235.47/117.36	c cleaning 14018 clauses out of 28038 with flag 179073/179073
257.16/128.26	c cleaning 13975 clauses out of 27951 with flag 193004/193004
280.85/140.19	c cleaning 13999 clauses out of 28000 with flag 207028/207028
302.96/151.29	c cleaning 13991 clauses out of 27986 with flag 221013/221013
315.23/157.47	c cleaning 13993 clauses out of 27990 with flag 235008/235008
327.86/163.87	c cleaning 13999 clauses out of 28001 with flag 249012/249012
340.93/170.50	c cleaning 14001 clauses out of 28003 with flag 263013/263013
351.19/175.65	c cleaning 13999 clauses out of 28002 with flag 277013/277013
362.68/181.45	c cleaning 13985 clauses out of 27990 with flag 291000/291000
375.46/187.92	c cleaning 14012 clauses out of 28027 with flag 305022/305022
388.13/194.38	c cleaning 14010 clauses out of 28023 with flag 319030/319030
401.81/201.23	c cleaning 13995 clauses out of 27994 with flag 333011/333011
416.08/208.41	c cleaning 13999 clauses out of 28001 with flag 347013/347013
428.09/214.59	c cleaning 14003 clauses out of 28010 with flag 361021/361021
443.16/222.19	c cleaning 14009 clauses out of 28020 with flag 375034/375034
456.80/229.05	c cleaning 14000 clauses out of 28003 with flag 389026/389026
470.26/235.84	c cleaning 14003 clauses out of 28010 with flag 403033/403033
485.42/243.55	c cleaning 13990 clauses out of 27983 with flag 417009/417009
498.67/250.20	c cleaning 14006 clauses out of 28014 with flag 431030/431030
512.13/257.01	c cleaning 0 clauses out of 5002 with flag 0/5002
512.99/257.59	c cleaning 13987 clauses out of 27978 with flag 445000/445000
530.17/266.20	c cleaning 13999 clauses out of 28001 with flag 459010/459010
546.21/274.38	c cleaning 13994 clauses out of 27992 with flag 473000/473000
561.25/281.96	c cleaning 14004 clauses out of 28012 with flag 487014/487014
574.30/288.56	c cleaning 14001 clauses out of 28006 with flag 501012/501012
588.47/295.77	c cleaning 14001 clauses out of 28005 with flag 515012/515012
603.93/303.53	c cleaning 13994 clauses out of 27992 with flag 529000/529000
618.18/310.77	c cleaning 14004 clauses out of 28012 with flag 543014/543014
633.22/318.38	c cleaning 13997 clauses out of 27997 with flag 557003/557003
648.98/326.38	c cleaning 14017 clauses out of 28036 with flag 571039/571039
665.82/334.83	c cleaning 13997 clauses out of 27997 with flag 585017/585017
680.28/342.14	c cleaning 13992 clauses out of 27987 with flag 599004/599004
695.30/349.72	c cleaning 14004 clauses out of 28012 with flag 613021/613021
710.47/357.45	c cleaning 14003 clauses out of 28009 with flag 627022/627022
724.51/364.52	c cleaning 14001 clauses out of 28006 with flag 641022/641022
740.95/372.90	c cleaning 13995 clauses out of 27993 with flag 655010/655010
756.17/380.60	c cleaning 13993 clauses out of 27989 with flag 669001/669001
773.28/389.28	c cleaning 13998 clauses out of 28000 with flag 683005/683005
788.11/396.71	c cleaning 14019 clauses out of 28038 with flag 697041/697041
804.36/404.98	c cleaning 13989 clauses out of 27982 with flag 711004/711004
819.59/412.65	c cleaning 14014 clauses out of 28031 with flag 725042/725042
835.70/420.80	c cleaning 13999 clauses out of 28001 with flag 739026/739026
850.91/428.53	c cleaning 14014 clauses out of 28027 with flag 753051/753051
866.94/436.68	c cleaning 13980 clauses out of 27964 with flag 767002/767002
883.54/445.08	c cleaning 13999 clauses out of 28000 with flag 781018/781018
899.21/453.00	c cleaning 13995 clauses out of 27993 with flag 795010/795010
914.63/460.84	c cleaning 14012 clauses out of 28024 with flag 809036/809036
929.45/468.30	c cleaning 14013 clauses out of 28027 with flag 823051/823051
945.07/476.22	c cleaning 13986 clauses out of 27975 with flag 837012/837012
960.92/484.38	c cleaning 14008 clauses out of 28017 with flag 851040/851040
977.12/492.56	c cleaning 14025 clauses out of 28050 with flag 865081/865081
992.93/500.52	c cleaning 13976 clauses out of 27955 with flag 879011/879011
1008.92/508.67	c cleaning 13996 clauses out of 27993 with flag 893025/893025
1024.59/516.68	c cleaning 13996 clauses out of 27995 with flag 907023/907023
1039.99/524.49	c cleaning 13992 clauses out of 27988 with flag 921012/921012
1055.98/532.53	c cleaning 14019 clauses out of 28038 with flag 935054/935054
1071.55/540.45	c cleaning 14000 clauses out of 28003 with flag 949038/949038
1086.80/548.24	c cleaning 13995 clauses out of 27994 with flag 963029/963029
1101.58/555.73	c cleaning 13990 clauses out of 27982 with flag 977012/977012
1116.37/563.29	c cleaning 13989 clauses out of 27981 with flag 991001/991001
1130.94/570.65	c cleaning 13996 clauses out of 27993 with flag 1005002/1005002
1145.94/578.33	c cleaning 14007 clauses out of 28017 with flag 1019022/1019022
1160.90/585.97	c cleaning 13993 clauses out of 27990 with flag 1033002/1033002
1176.07/593.66	c cleaning 14022 clauses out of 28043 with flag 1047048/1047048
1192.02/601.79	c cleaning 13997 clauses out of 27996 with flag 1061023/1061023
1207.83/609.80	c cleaning 13991 clauses out of 27983 with flag 1075007/1075007
1223.39/617.70	c cleaning 13994 clauses out of 27991 with flag 1089006/1089006
1237.93/625.14	c cleaning 13996 clauses out of 27996 with flag 1103005/1103005
1252.67/632.64	c cleaning 14020 clauses out of 28041 with flag 1117046/1117046
1267.86/640.43	c cleaning 13999 clauses out of 28001 with flag 1131026/1131026
1282.80/648.03	c cleaning 13990 clauses out of 27983 with flag 1145007/1145007
1299.56/656.59	c cleaning 14012 clauses out of 28026 with flag 1159040/1159040
1314.90/664.31	c cleaning 14002 clauses out of 28005 with flag 1173031/1173031
1332.48/673.31	c cleaning 13990 clauses out of 27984 with flag 1187012/1187012
1346.63/680.58	c cleaning 13996 clauses out of 27994 with flag 1201012/1201012
1362.78/688.70	c cleaning 13992 clauses out of 27986 with flag 1215000/1215000
1378.91/696.94	c cleaning 14000 clauses out of 28002 with flag 1229008/1229008
1395.31/705.35	c cleaning 14000 clauses out of 28001 with flag 1243007/1243007
1411.64/713.69	c cleaning 14034 clauses out of 28069 with flag 1257075/1257075
1427.97/721.95	c cleaning 13984 clauses out of 27972 with flag 1271012/1271012
1444.90/730.51	c cleaning 13988 clauses out of 27977 with flag 1285001/1285001
1462.09/739.38	c cleaning 14001 clauses out of 28004 with flag 1299016/1299016
1479.85/748.37	c cleaning 14026 clauses out of 28052 with flag 1313065/1313065
1497.58/757.36	c cleaning 14002 clauses out of 28006 with flag 1327045/1327045
1513.10/765.29	c cleaning 13987 clauses out of 27975 with flag 1341016/1341016
1530.67/774.21	c cleaning 13994 clauses out of 27991 with flag 1355019/1355019
1545.03/781.55	c cleaning 13988 clauses out of 27982 with flag 1369004/1369004
1560.74/789.59	c cleaning 13995 clauses out of 27993 with flag 1383003/1383003
1575.68/797.16	c cleaning 14002 clauses out of 28007 with flag 1397012/1397012
1591.02/805.07	c cleaning 13997 clauses out of 27997 with flag 1411004/1411004
1607.14/813.21	c cleaning 14004 clauses out of 28011 with flag 1425015/1425015
1622.68/821.18	c cleaning 13996 clauses out of 27996 with flag 1439004/1439004
1639.40/829.70	c cleaning 14015 clauses out of 28031 with flag 1453035/1453035
1657.16/838.76	c cleaning 13995 clauses out of 27993 with flag 1467012/1467012
1672.07/846.35	c cleaning 13995 clauses out of 27993 with flag 1481007/1481007
1687.18/854.02	c cleaning 14014 clauses out of 28029 with flag 1495038/1495038
1702.30/861.79	c cleaning 13992 clauses out of 27987 with flag 1509010/1509010
1718.03/869.82	c cleaning 14000 clauses out of 28002 with flag 1523017/1523017
1733.95/877.94	c cleaning 13997 clauses out of 27998 with flag 1537013/1537013
1750.65/886.42	c cleaning 14002 clauses out of 28007 with flag 1551019/1551019
1766.55/894.54	c cleaning 13997 clauses out of 28000 with flag 1565014/1565014
1782.72/902.86	c cleaning 14003 clauses out of 28008 with flag 1579019/1579019
1798.82/911.01	c cleaning 14027 clauses out of 28054 with flag 1593068/1593068
1800.15/911.82	c starts		: 208
1800.15/911.82	c conflicts		: 1594206
1800.15/911.82	c decisions		: 1976122
1800.15/911.82	c propagations		: 41317997
1800.15/911.82	c inspects		: 2396220926
1800.15/911.82	c shortcuts		: 0
1800.15/911.82	c learnt literals	: 0
1800.15/911.82	c learnt binary clauses	: 0
1800.15/911.82	c learnt ternary clauses	: 224
1800.15/911.82	c learnt constraints	: 1594206
1800.15/911.82	c ignored constraints	: 0
1800.15/911.82	c root simplifications	: 0
1800.15/911.82	c removed literals (reason simplification)	: 42115041
1800.15/911.82	c reason swapping (by a shorter reason)	: 0
1800.15/911.82	c Calls to reduceDB	: 117
1800.15/911.82	c number of reductions to clauses (during analyze)	: 0
1800.15/911.82	c number of learned constraints concerned by reduction	: 0
1800.15/911.82	c number of learning phase by resolution	: 0
1800.15/911.82	c number of learning phase by cutting planes	: 0
1800.15/911.82	c speed (assignments/second)	: 45343.0311929344
1800.15/911.82	c non guided choices	6378
1800.15/911.83	c learnt constraints type 
1800.15/911.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15193
1800.15/911.83	c constraints type 
1800.15/911.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.15/911.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.15/911.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.15/911.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
1800.15/911.83	c constraints type 
1800.15/911.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.15/911.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.15/911.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.15/911.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.15/911.83	s UNKNOWN
1800.15/911.83	c Total wall clock time (in seconds): 911.709

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-3737771-1338724059/watcher-3737771-1338724059 -o /tmp/evaluation-result-3737771-1338724059/solver-3737771-1338724059 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737771-1338724059.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.52 3.69 3.67 4/197 16655
/proc/meminfo: memFree=25725216/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16655/stat : 16655 (java) D 16653 16655 12644 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 338531369 9515008 183 33554432000 1073741824 1073778376 140735460102352 140735460093384 270707539637 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/16655/statm: 2323 183 140 9 0 71 0

[startup+0.0935051 s]
/proc/loadavg: 3.52 3.69 3.67 4/197 16655
/proc/meminfo: memFree=25725216/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 4871 0 1 0 6 1 0 0 20 0 18 0 338531369 11864465408 13227 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2896598 13230 2001 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.100244 s]
/proc/loadavg: 3.52 3.69 3.67 4/197 16655
/proc/meminfo: memFree=25725216/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11586392 CPUtime=0.09 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 5281 0 1 0 8 1 0 0 20 0 18 0 338531369 11864465408 13624 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2896598 13624 2116 9 0 2887285 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11586392

[startup+0.300202 s]
/proc/loadavg: 3.52 3.69 3.67 4/197 16655
/proc/meminfo: memFree=25725216/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11586392 CPUtime=0.45 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 6349 0 1 0 43 2 0 0 20 0 18 0 338531369 11864465408 16430 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2896598 16430 2231 9 0 2887285 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 11586392

[startup+0.700177 s]
/proc/loadavg: 3.52 3.69 3.67 4/197 16655
/proc/meminfo: memFree=25725216/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=1.68 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 14150 0 1 0 165 3 0 0 20 0 22 0 338531369 12137111552 30865 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 30865 2259 9 0 2953849 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 11852648

[startup+1.50071 s]
/proc/loadavg: 3.52 3.69 3.67 7/219 16677
/proc/meminfo: memFree=25592652/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=4.38 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 18571 0 1 0 433 5 0 0 20 0 22 0 338531369 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 48397 2268 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3434 0 1 0 54 1 0 0 20 0 22 0 338531370 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338531373 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5556 0 0 0 98 2 0 0 20 0 22 0 338531376 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16671] ppid=16653 vsize=11852648 CPUtime=0.98 cores=1,3,5,7
/proc/16655/task/16671/stat : 16671 (java) S 16653 16655 12644 0 -1 4202560 8251 0 0 0 96 2 0 0 20 0 22 0 338531376 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235591232184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16672] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16672/stat : 16672 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235590179832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16673] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16673/stat : 16673 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235589127496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16674] ppid=16653 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/16655/task/16674/stat : 16674 (java) R 16653 16655 12644 0 -1 4202560 27 0 0 0 89 0 0 0 20 0 22 0 338531428 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235588063424 140235720160511 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 102 0 0 0 89 0 0 0 20 0 22 0 338531428 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235587018616 140235720186436 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 48397 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 11852648

[startup+3.1008 s]
/proc/loadavg: 3.52 3.69 3.67 5/219 16677
/proc/meminfo: memFree=25481752/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=7.73 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 18761 0 1 0 762 11 0 0 20 0 22 0 338531369 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 100668 2293 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3434 0 1 0 54 1 0 0 20 0 22 0 338531370 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=0.05 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 42 0 0 0 5 0 0 0 20 0 22 0 338531373 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1.07 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5558 0 0 0 105 2 0 0 20 0 22 0 338531376 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16671] ppid=16653 vsize=11852648 CPUtime=1.08 cores=1,3,5,7
/proc/16655/task/16671/stat : 16671 (java) S 16653 16655 12644 0 -1 4202560 8254 0 0 0 106 2 0 0 20 0 22 0 338531376 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235591232184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16672] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16672/stat : 16672 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235590179832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16673] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16673/stat : 16673 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235589127496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16674] ppid=16653 vsize=11852648 CPUtime=2.38 cores=1,3,5,7
/proc/16655/task/16674/stat : 16674 (java) R 16653 16655 12644 0 -1 4202560 33 0 0 0 238 0 0 0 20 0 22 0 338531428 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235588071592 140235720160560 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=2.4 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 176 0 0 0 237 3 0 0 20 0 22 0 338531428 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235587017048 140235720186375 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 100668 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 11852648

[startup+6.30073 s]
/proc/loadavg: 3.56 3.70 3.67 5/219 16677
/proc/meminfo: memFree=25231836/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=14.16 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 18936 0 1 0 1400 16 0 0 20 0 22 0 338531369 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 167967 2293 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.55 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3437 0 1 0 54 1 0 0 20 0 22 0 338531370 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0.01 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 338531372 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=0.12 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 49 0 0 0 12 0 0 0 20 0 22 0 338531373 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1.09 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5558 0 0 0 107 2 0 0 20 0 22 0 338531376 12137111552 167967 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=738.2 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 1435 0 0 0 73767 53 0 0 20 0 22 0 338531428 12137111552 810298 33554432000 1073741824 1073778376 140735546391568 140235587017072 140235720524987 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 810298 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 810298 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1507.31
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.62 3.63 3.63 4/196 17123
/proc/meminfo: memFree=23065316/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=1624.8 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 21304 0 1 0 162390 90 0 0 20 0 22 0 338531369 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 811358 2294 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3496 0 1 0 56 3 0 0 20 0 22 0 338531370 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 160 0 0 0 71 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 144 0 0 0 72 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 153 0 0 0 76 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 143 0 0 0 73 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0.76 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 141 0 0 0 75 1 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 83 0 0 0 70 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 130 0 0 0 76 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 85 0 0 0 73 2 0 0 20 0 22 0 338531372 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=24.5 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 207 0 0 0 2444 6 0 0 20 0 22 0 338531373 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5559 0 0 0 114 2 0 0 20 0 22 0 338531376 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16671] ppid=16653 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/16655/task/16671/stat : 16671 (java) S 16653 16655 12644 0 -1 4202560 8267 0 0 0 142 2 0 0 20 0 22 0 338531376 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235591232184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16672] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16672/stat : 16672 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235590179832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16673] ppid=16653 vsize=11852648 CPUtime=0.35 cores=1,3,5,7
/proc/16655/task/16673/stat : 16673 (java) S 16653 16655 12644 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 22 0 338531376 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235589127496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16674] ppid=16653 vsize=11852648 CPUtime=795.42 cores=1,3,5,7
/proc/16655/task/16674/stat : 16674 (java) R 16653 16655 12644 0 -1 4202560 64 0 0 0 79530 12 0 0 20 0 22 0 338531428 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235588071504 140235720285934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=795.34 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 1438 0 0 0 79480 54 0 0 20 0 22 0 338531428 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235587016960 140235720212658 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 811358 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1624.8
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.34 3.53 3.59 4/219 17607
/proc/meminfo: memFree=22200868/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=1742.45 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 21357 0 1 0 174154 91 0 0 20 0 22 0 338531369 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 813951 2294 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3499 0 1 0 56 3 0 0 20 0 22 0 338531370 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 160 0 0 0 76 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 150 0 0 0 79 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 158 0 0 0 79 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 162 0 0 0 79 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 144 0 0 0 79 1 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0.75 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 83 0 0 0 73 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 130 0 0 0 79 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 85 0 0 0 77 2 0 0 20 0 22 0 338531372 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=27.01 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 216 0 0 0 2694 7 0 0 20 0 22 0 338531373 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5559 0 0 0 114 2 0 0 20 0 22 0 338531376 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16671] ppid=16653 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/16655/task/16671/stat : 16671 (java) S 16653 16655 12644 0 -1 4202560 8267 0 0 0 142 2 0 0 20 0 22 0 338531376 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235591232184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16672] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16672/stat : 16672 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235590179832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16673] ppid=16653 vsize=11852648 CPUtime=0.38 cores=1,3,5,7
/proc/16655/task/16673/stat : 16673 (java) S 16653 16655 12644 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 338531376 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235589127496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16674] ppid=16653 vsize=11852648 CPUtime=852.82 cores=1,3,5,7
/proc/16655/task/16674/stat : 16674 (java) R 16653 16655 12644 0 -1 4202560 67 0 0 0 85270 12 0 0 20 0 22 0 338531428 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235588071504 140235720323499 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=852.74 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 1439 0 0 0 85220 54 0 0 20 0 22 0 338531428 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235587016960 140235720121022 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 813951 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1742.45
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+911.801 s]
/proc/loadavg: 3.37 3.51 3.58 3/216 17785
/proc/meminfo: memFree=22204724/32873648 swapFree=6864/6864
[pid=16655] ppid=16653 vsize=11852648 CPUtime=1800.15 cores=1,3,5,7
/proc/16655/stat : 16655 (java) S 16653 16655 12644 0 -1 4202496 21366 0 1 0 179923 92 0 0 20 0 22 0 338531369 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140735546382704 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16655/statm: 2963162 813952 2294 9 0 2953849 0
[pid=16655/tid=16657] ppid=16653 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/16655/task/16657/stat : 16657 (java) S 16653 16655 12644 0 -1 4202560 3502 0 1 0 56 3 0 0 20 0 22 0 338531370 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235779576984 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16658] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16658/stat : 16658 (java) S 16653 16655 12644 0 -1 4202560 160 0 0 0 79 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235718305960 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16659] ppid=16653 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/16655/task/16659/stat : 16659 (java) S 16653 16655 12644 0 -1 4202560 151 0 0 0 82 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235717253416 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16660] ppid=16653 vsize=11852648 CPUtime=0.84 cores=1,3,5,7
/proc/16655/task/16660/stat : 16660 (java) S 16653 16655 12644 0 -1 4202560 158 0 0 0 82 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235613956520 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16661] ppid=16653 vsize=11852648 CPUtime=0.82 cores=1,3,5,7
/proc/16655/task/16661/stat : 16661 (java) S 16653 16655 12644 0 -1 4202560 162 0 0 0 80 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235612903976 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16662] ppid=16653 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/16655/task/16662/stat : 16662 (java) S 16653 16655 12644 0 -1 4202560 144 0 0 0 80 1 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235611851432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16655/tid=16663] ppid=16653 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/16655/task/16663/stat : 16663 (java) S 16653 16655 12644 0 -1 4202560 83 0 0 0 76 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235610798888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16664] ppid=16653 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/16655/task/16664/stat : 16664 (java) S 16653 16655 12644 0 -1 4202560 130 0 0 0 81 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235609746344 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16665] ppid=16653 vsize=11852648 CPUtime=0.83 cores=1,3,5,7
/proc/16655/task/16665/stat : 16665 (java) S 16653 16655 12644 0 -1 4202560 85 0 0 0 81 2 0 0 20 0 22 0 338531372 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235608693800 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16666] ppid=16653 vsize=11852648 CPUtime=28.43 cores=1,3,5,7
/proc/16655/task/16666/stat : 16666 (java) S 16653 16655 12644 0 -1 4202560 218 0 0 0 2836 7 0 0 20 0 22 0 338531373 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235596494952 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16667] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16667/stat : 16667 (java) S 16653 16655 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235595441272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16668] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16668/stat : 16668 (java) S 16653 16655 12644 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338531374 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235594388616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16669] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16669/stat : 16669 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235593337360 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16670] ppid=16653 vsize=11852648 CPUtime=1.16 cores=1,3,5,7
/proc/16655/task/16670/stat : 16670 (java) S 16653 16655 12644 0 -1 4202560 5559 0 0 0 114 2 0 0 20 0 22 0 338531376 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235592284728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16671] ppid=16653 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/16655/task/16671/stat : 16671 (java) S 16653 16655 12644 0 -1 4202560 8267 0 0 0 142 2 0 0 20 0 22 0 338531376 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235591232184 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16672] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16672/stat : 16672 (java) S 16653 16655 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338531376 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235590179832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16673] ppid=16653 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/16655/task/16673/stat : 16673 (java) S 16653 16655 12644 0 -1 4202560 53 0 0 0 17 22 0 0 20 0 22 0 338531376 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235589127496 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16674] ppid=16653 vsize=11852648 CPUtime=880.86 cores=1,3,5,7
/proc/16655/task/16674/stat : 16674 (java) R 16653 16655 12644 0 -1 4202560 67 0 0 0 88073 13 0 0 20 0 22 0 338531428 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235588071624 140235719796307 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16655/tid=16675] ppid=16653 vsize=11852648 CPUtime=880.78 cores=1,3,5,7
/proc/16655/task/16675/stat : 16675 (java) R 16653 16655 12644 0 -1 4202560 1440 0 0 0 88023 55 0 0 20 0 22 0 338531428 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235587017304 140235720212644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16655/tid=16676] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16676/stat : 16676 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235585967144 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16655/tid=16677] ppid=16653 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/16655/task/16677/stat : 16677 (java) S 16653 16655 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338531430 12137111552 813952 33554432000 1073741824 1073778376 140735546391568 140235584914600 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 911.844
CPU time (s): 1800.55
CPU user time (s): 1799.18
CPU system time (s): 1.37279
CPU usage (%): 197.462
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.18
system time used= 1.37279
maximum resident set size= 3255924
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21397
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= 25168
involuntary context switches= 17820

runsolver used 3.37249 second user time and 8.16276 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 13:47:39
IDJOB=3737771
IDBENCH=48313
IDSOLVER=2328
FILE ID=node125/3737771-1338724059
RUNJOBID= node125-1338714015-12661
PBS_JOBID= 14636751
Free space on /tmp= 70440 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737771-1338724059/watcher-3737771-1338724059 -o /tmp/evaluation-result-3737771-1338724059/solver-3737771-1338724059 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3737771-1338724059.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=1475571751

node125.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.373
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.74
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.373
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.373
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.92
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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:       32873648 kB
MemFree:        25725480 kB
Buffers:          609888 kB
Cached:          5030284 kB
SwapCached:         2308 kB
Active:          3076860 kB
Inactive:        3165440 kB
Active(anon):     592908 kB
Inactive(anon):     9240 kB
Active(file):    2483952 kB
Inactive(file):  3156200 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        604444 kB
Mapped:            22508 kB
Shmem:                96 kB
Slab:             767484 kB
SReclaimable:     211280 kB
SUnreclaim:       556204 kB
KernelStack:        1632 kB
PageTables:         5456 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10462584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    534528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70440 MiB
End job on node125 at 2012-06-03 14:02:53