Trace number 3737767

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

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.03/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.09	c See www.sat4j.org for details.
0.03/0.09	c version 2.2.0.v20100531
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		1349517296
0.03/0.09	c Max memory 		1356595200
0.03/0.09	c Total memory 		1356595200
0.03/0.09	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization
0.07/0.12	c ManyCore solver with 2 solvers running in parallel
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c Expensive reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c Stops conflict analysis at the first Unique Implication Point
0.07/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	
0.07/0.12	c solving HOME/instance-3737767-1338755135.opb
0.07/0.12	c reading problem ... 
2.77/2.16	c ... done. Wall clock time 2.036s.
2.77/2.16	c #vars     6626
2.77/2.16	c #constraints  13055
2.77/2.16	c constraints type 
2.77/2.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
2.77/2.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
2.77/2.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
2.77/2.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
2.77/2.16	c constraints type 
2.77/2.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
2.77/2.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
2.77/2.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
2.77/2.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
10.17/5.10	c cleaning 2502 clauses out of 5004 with flag 5004/5004
18.70/9.33	c cleaning 4258 clauses out of 8516 with flag 11018/11018
30.80/15.38	c cleaning 5620 clauses out of 11240 with flag 18000/18000
44.16/21.91	c cleaning 6810 clauses out of 13624 with flag 26004/26004
53.11/26.46	c cleaning 7912 clauses out of 15826 with flag 35016/35016
74.63/37.11	c cleaning 8958 clauses out of 17915 with flag 45017/45017
91.51/45.54	c cleaning 9973 clauses out of 19950 with flag 56010/56010
104.50/52.04	c cleaning 10982 clauses out of 21970 with flag 68003/68003
124.08/61.86	c cleaning 12002 clauses out of 24005 with flag 81020/81020
148.91/74.25	c cleaning 12993 clauses out of 25990 with flag 95007/95007
175.14/87.33	c cleaning 13505 clauses out of 27009 with flag 109019/109019
190.94/95.26	c cleaning 13743 clauses out of 27485 with flag 123000/123000
209.53/104.58	c cleaning 13862 clauses out of 27742 with flag 137000/137000
227.76/113.60	c cleaning 13941 clauses out of 27881 with flag 151001/151001
245.76/122.62	c cleaning 13961 clauses out of 27939 with flag 165000/165000
263.61/131.51	c cleaning 13986 clauses out of 27978 with flag 179000/179000
280.77/140.11	c cleaning 13982 clauses out of 27992 with flag 193000/193000
297.94/148.79	c cleaning 14003 clauses out of 28010 with flag 207000/207000
314.77/157.14	c cleaning 14003 clauses out of 28007 with flag 221000/221000
329.99/164.73	c cleaning 14001 clauses out of 28004 with flag 235000/235000
345.33/172.41	c cleaning 14002 clauses out of 28004 with flag 249001/249001
359.29/179.49	c cleaning 13985 clauses out of 28001 with flag 263000/263000
375.09/187.33	c cleaning 13999 clauses out of 28016 with flag 277000/277000
391.88/195.79	c cleaning 13994 clauses out of 28017 with flag 291000/291000
408.20/203.96	c cleaning 13997 clauses out of 28023 with flag 305000/305000
423.78/211.79	c cleaning 14001 clauses out of 28026 with flag 319000/319000
439.78/219.78	c cleaning 13985 clauses out of 28025 with flag 333000/333000
456.40/228.08	c cleaning 14017 clauses out of 28040 with flag 347000/347000
472.91/236.30	c cleaning 14009 clauses out of 28023 with flag 361000/361000
488.86/244.38	c cleaning 14008 clauses out of 28015 with flag 375001/375001
504.96/252.40	c cleaning 13992 clauses out of 28006 with flag 389000/389000
521.90/261.00	c cleaning 14006 clauses out of 28014 with flag 403000/403000
538.03/269.05	c cleaning 13984 clauses out of 28008 with flag 417000/417000
555.67/277.88	c cleaning 13998 clauses out of 28024 with flag 431000/431000
572.23/286.10	c cleaning 14012 clauses out of 28026 with flag 445000/445000
588.87/294.47	c cleaning 13994 clauses out of 28014 with flag 459000/459000
604.98/302.56	c cleaning 13988 clauses out of 28021 with flag 473001/473001
620.78/310.41	c cleaning 13993 clauses out of 28032 with flag 487000/487000
628.70/314.42	c cleaning 0 clauses out of 5002 with flag 0/5002
637.50/318.70	c cleaning 14014 clauses out of 28039 with flag 501000/501000
654.13/327.01	c cleaning 13999 clauses out of 28025 with flag 515000/515000
670.25/335.16	c cleaning 13999 clauses out of 28026 with flag 529000/529000
687.26/343.61	c cleaning 14012 clauses out of 28027 with flag 543000/543000
703.43/351.73	c cleaning 13980 clauses out of 28015 with flag 557000/557000
719.16/359.63	c cleaning 13992 clauses out of 28035 with flag 571000/571000
734.50/367.39	c cleaning 14001 clauses out of 28043 with flag 585000/585000
750.09/375.11	c cleaning 14004 clauses out of 28042 with flag 599000/599000
766.25/383.29	c cleaning 14012 clauses out of 28038 with flag 613000/613000
782.53/391.47	c cleaning 14006 clauses out of 28026 with flag 627000/627000
798.47/399.49	c cleaning 13993 clauses out of 28020 with flag 641000/641000
814.22/407.40	c cleaning 14002 clauses out of 28027 with flag 655000/655000
829.58/415.04	c cleaning 14013 clauses out of 28026 with flag 669001/669001
845.11/422.82	c cleaning 13980 clauses out of 28012 with flag 683000/683000
859.67/430.13	c cleaning 13997 clauses out of 28032 with flag 697000/697000
873.55/437.18	c cleaning 14001 clauses out of 28035 with flag 711000/711000
886.23/443.56	c cleaning 14004 clauses out of 28034 with flag 725000/725000
900.66/450.88	c cleaning 13983 clauses out of 28030 with flag 739000/739000
915.41/458.29	c cleaning 13990 clauses out of 28047 with flag 753000/753000
929.14/465.19	c cleaning 13997 clauses out of 28057 with flag 767000/767000
941.85/471.59	c cleaning 13997 clauses out of 28060 with flag 781000/781000
956.33/478.86	c cleaning 13996 clauses out of 28063 with flag 795000/795000
972.29/486.81	c cleaning 14010 clauses out of 28067 with flag 809000/809000
987.84/494.62	c cleaning 14001 clauses out of 28057 with flag 823000/823000
1003.19/502.30	c cleaning 14007 clauses out of 28056 with flag 837000/837000
1018.00/509.80	c cleaning 13989 clauses out of 28049 with flag 851000/851000
1032.13/517.00	c cleaning 14006 clauses out of 28060 with flag 865000/865000
1045.22/523.53	c cleaning 13993 clauses out of 28054 with flag 879000/879000
1059.71/530.86	c cleaning 14004 clauses out of 28061 with flag 893000/893000
1076.16/539.19	c cleaning 13993 clauses out of 28057 with flag 907000/907000
1093.11/547.66	c cleaning 13997 clauses out of 28065 with flag 921001/921001
1109.44/555.80	c cleaning 14001 clauses out of 28067 with flag 935000/935000
1125.74/564.08	c cleaning 14011 clauses out of 28066 with flag 949000/949000
1142.15/572.31	c cleaning 14001 clauses out of 28055 with flag 963000/963000
1158.45/580.51	c cleaning 14013 clauses out of 28054 with flag 977000/977000
1174.56/588.67	c cleaning 13990 clauses out of 28041 with flag 991000/991000
1191.06/596.90	c cleaning 14005 clauses out of 28051 with flag 1005000/1005000
1207.06/605.02	c cleaning 13985 clauses out of 28046 with flag 1019000/1019000
1223.13/613.15	c cleaning 14007 clauses out of 28061 with flag 1033000/1033000
1239.02/621.15	c cleaning 13995 clauses out of 28054 with flag 1047000/1047000
1254.13/628.77	c cleaning 13994 clauses out of 28059 with flag 1061000/1061000
1269.32/636.49	c cleaning 13997 clauses out of 28065 with flag 1075000/1075000
1285.52/644.56	c cleaning 14005 clauses out of 28068 with flag 1089000/1089000
1301.85/652.77	c cleaning 14020 clauses out of 28063 with flag 1103000/1103000
1317.52/660.65	c cleaning 13994 clauses out of 28044 with flag 1117001/1117001
1333.11/668.55	c cleaning 13989 clauses out of 28049 with flag 1131000/1131000
1348.40/676.24	c cleaning 13997 clauses out of 28060 with flag 1145000/1145000
1362.70/683.48	c cleaning 13998 clauses out of 28063 with flag 1159000/1159000
1376.39/690.36	c cleaning 13996 clauses out of 28065 with flag 1173000/1173000
1392.13/698.35	c cleaning 14000 clauses out of 28069 with flag 1187000/1187000
1408.46/706.58	c cleaning 13999 clauses out of 28069 with flag 1201000/1201000
1424.76/714.74	c cleaning 14018 clauses out of 28070 with flag 1215000/1215000
1440.72/722.72	c cleaning 13994 clauses out of 28052 with flag 1229000/1229000
1456.00/730.58	c cleaning 13995 clauses out of 28058 with flag 1243000/1243000
1470.45/737.89	c cleaning 13996 clauses out of 28063 with flag 1257000/1257000
1484.10/744.73	c cleaning 13997 clauses out of 28067 with flag 1271000/1271000
1498.51/752.03	c cleaning 14008 clauses out of 28070 with flag 1285000/1285000
1515.26/760.59	c cleaning 13997 clauses out of 28062 with flag 1299000/1299000
1532.53/769.22	c cleaning 13999 clauses out of 28065 with flag 1313000/1313000
1548.61/777.31	c cleaning 14010 clauses out of 28066 with flag 1327000/1327000
1564.54/785.32	c cleaning 14002 clauses out of 28056 with flag 1341000/1341000
1581.23/793.81	c cleaning 14015 clauses out of 28054 with flag 1355000/1355000
1597.70/802.18	c cleaning 13991 clauses out of 28040 with flag 1369001/1369001
1614.39/810.52	c cleaning 13992 clauses out of 28048 with flag 1383000/1383000
1631.48/819.14	c cleaning 14002 clauses out of 28056 with flag 1397000/1397000
1648.03/827.57	c cleaning 14010 clauses out of 28054 with flag 1411000/1411000
1664.56/835.84	c cleaning 13999 clauses out of 28044 with flag 1425000/1425000
1681.42/844.37	c cleaning 13995 clauses out of 28045 with flag 1439000/1439000
1697.07/852.30	c cleaning 14006 clauses out of 28051 with flag 1453001/1453001
1714.01/860.83	c cleaning 13990 clauses out of 28044 with flag 1467000/1467000
1730.66/869.22	c cleaning 14000 clauses out of 28054 with flag 1481000/1481000
1746.54/877.23	c cleaning 13995 clauses out of 28054 with flag 1495000/1495000
1762.18/885.15	c cleaning 13998 clauses out of 28059 with flag 1509000/1509000
1777.71/893.01	c cleaning 13994 clauses out of 28061 with flag 1523000/1523000
1792.12/900.30	c cleaning 14000 clauses out of 28067 with flag 1537000/1537000
1800.11/904.41	c starts		: 208
1800.11/904.41	c conflicts		: 1545477
1800.11/904.41	c decisions		: 1729928
1800.11/904.41	c propagations		: 145667146
1800.11/904.41	c inspects		: 4245980866
1800.11/904.41	c learnt literals	: 0
1800.11/904.41	c learnt binary clauses	: 0
1800.11/904.41	c learnt ternary clauses	: 347
1800.11/904.41	c learnt clauses	: 1545476
1800.11/904.41	c ignored clauses	: 0
1800.11/904.41	c root simplifications	: 0
1800.11/904.41	c removed literals (reason simplification)	: 211077525
1800.11/904.41	c reason swapping (by a shorter reason)	: 0
1800.11/904.41	c Calls to reduceDB	: 113
1800.11/904.41	c number of reductions to clauses (during analyze)	: 0
1800.11/904.41	c number of learned constraints concerned by reduction	: 0
1800.11/904.41	c number of learning phase by resolution	: 0
1800.11/904.41	c number of learning phase by cutting planes	: 0
1800.11/904.41	c speed (assignments/second)	: 161448.83679689665
1800.11/904.41	c non guided choices	6378
1800.11/904.42	c learnt constraints type 
1800.11/904.42	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 22569
1800.11/904.42	c constraints type 
1800.11/904.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6226
1800.11/904.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 403
1800.11/904.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 200
1800.11/904.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.11/904.42	c constraints type 
1800.11/904.42	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
1800.11/904.42	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
1800.11/904.42	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
1800.11/904.42	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6226
1800.11/904.42	s UNKNOWN
1800.11/904.42	c Total wall clock time (in seconds): 904.301

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

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

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


[startup+0 s]
/proc/loadavg: 3.40 3.65 3.46 4/197 19102
/proc/meminfo: memFree=26737792/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/19102/stat : 19102 (java6) D 19100 19102 17435 0 -1 4202496 94 0 0 0 0 0 0 0 20 0 1 0 341639575 2560000 46 33554432000 1073741824 1073778376 140734303622704 140734303619832 266426477863 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/19102/statm: 625 46 37 9 0 29 0

[startup+0.062718 s]
/proc/loadavg: 3.40 3.65 3.46 4/197 19102
/proc/meminfo: memFree=26737792/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2367080 CPUtime=0.03 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 3741 0 1 0 2 1 0 0 20 0 13 0 341639575 2423889920 4949 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 591770 4949 1708 9 0 582471 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 2367080

[startup+0.10026 s]
/proc/loadavg: 3.40 3.65 3.46 4/197 19102
/proc/meminfo: memFree=26737792/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 4147 0 1 0 6 1 0 0 20 0 18 0 341639575 2764726272 5866 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 674982 5866 1933 9 0 665676 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.300167 s]
/proc/loadavg: 3.40 3.65 3.46 4/197 19102
/proc/meminfo: memFree=26737792/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2699928 CPUtime=0.42 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 5530 0 1 0 41 1 0 0 20 0 18 0 341639575 2764726272 8092 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 674982 8092 2217 9 0 665676 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 2699928

[startup+0.700234 s]
/proc/loadavg: 3.40 3.65 3.46 4/197 19102
/proc/meminfo: memFree=26737792/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2699928 CPUtime=1.03 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 8818 0 1 0 101 2 0 0 20 0 18 0 341639575 2764726272 13086 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 674982 13089 2232 9 0 665676 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 2699928

[startup+1.5006 s]
/proc/loadavg: 3.40 3.65 3.46 4/215 19120
/proc/meminfo: memFree=26678616/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2699928 CPUtime=2.1 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 13251 0 1 0 207 3 0 0 20 0 18 0 341639575 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 674982 18900 2236 9 0 665676 0
[pid=19102/tid=19104] ppid=19100 vsize=2699928 CPUtime=1.45 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) R 19100 19102 17435 0 -1 4202560 2799 0 1 0 144 1 0 0 20 0 18 0 341639576 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724251275736 139724094594187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341639578 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 341639579 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 341639580 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 341639580 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639582 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2699928 CPUtime=0.38 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6714 0 0 0 37 1 0 0 20 0 18 0 341639582 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2699928 CPUtime=0.22 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) S 19100 19102 17435 0 -1 4202560 2552 0 0 0 22 0 0 0 20 0 18 0 341639582 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724092066360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639582 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 341639582 2764726272 18900 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 2699928

[startup+3.10062 s]
/proc/loadavg: 3.40 3.65 3.46 3/215 19120
/proc/meminfo: memFree=26657640/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2966184 CPUtime=5.95 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 19036 0 1 0 587 8 0 0 20 0 22 0 341639575 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 741546 71166 2256 9 0 732240 0
[pid=19102/tid=19104] ppid=19100 vsize=2966184 CPUtime=2.12 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) S 19100 19102 17435 0 -1 4202560 2819 0 1 0 210 2 0 0 20 0 22 0 341639576 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724251276440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341639579 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2966184 CPUtime=1.04 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6731 0 0 0 102 2 0 0 20 0 22 0 341639582 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2966184 CPUtime=0.9 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) R 19100 19102 17435 0 -1 4202560 8097 0 0 0 88 2 0 0 20 0 22 0 341639582 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724092066360 139724257118931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 71166 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 5.95
Current children cumulated vsize (KiB) 2966184

[startup+6.30073 s]
/proc/loadavg: 3.61 3.68 3.47 5/219 19124
/proc/meminfo: memFree=26259116/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2966184 CPUtime=12.62 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 20995 0 1 0 1245 17 0 0 20 0 22 0 341639575 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 741546 120874 2284 9 0 732240 0
[pid=19102/tid=19104] ppid=19100 vsize=2966184 CPUtime=2.12 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) S 19100 19102 17435 0 -1 4202560 2819 0 1 0 210 2 0 0 20 0 22 0 341639576 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724251276440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 27 0 0 0 3 1 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 341639578 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2966184 CPUtime=0.07 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 59 0 0 0 7 0 0 0 20 0 22 0 341639579 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6738 0 0 0 103 2 0 0 20 0 22 0 341639582 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2966184 CPUtime=1.12 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) S 19100 19102 17435 0 -1 4202560 9797 0 0 0 110 2 0 0 20 0 22 0 341639582 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724092066360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19121] ppid=19100 vsize=2966184 CPUtime=3.95 cores=0,2,4,6
/proc/19102/task/19121/stat : 19121 (java) R 19100 19102 17435 0 -1 4202560 120 0 0 0 391 4 0 0 20 0 22 0 341639791 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724088904128 139724095037468 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19122] ppid=19100 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/19102/task/19122/stat : 19122 (java) R 19100 19102 17435 0 -1 4202560 121 0 0 0 391 3 0 0 20 0 22 0 341639791 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724087851560 139724095056672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19123] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19123/stat : 19123 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341639792 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724086801576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19124] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19124/stat : 19124 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639793 3037372416 120874 33554432000 1073741824 1073778376 140736627525504 139724085748776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 2966184

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

[pid=19102/tid=19122] ppid=19100 vsize=2966184 CPUtime=731.13 cores=0,2,4,6
/proc/19102/task/19122/stat : 19122 (java) R 19100 19102 17435 0 -1 4202560 513 0 0 0 73097 16 0 0 20 0 22 0 341639791 3037372416 184445 33554432000 1073741824 1073778376 140736627525504 139724087851136 139724094656030 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19123] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19123/stat : 19123 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341639792 3037372416 184445 33554432000 1073741824 1073778376 140736627525504 139724086801576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19124] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19124/stat : 19124 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639793 3037372416 184445 33554432000 1073741824 1073778376 140736627525504 139724085748776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1518.65
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.97 3.96 3.75 5/219 19131
/proc/meminfo: memFree=25844056/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2966184 CPUtime=1637.53 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 29889 0 1 0 163633 120 0 0 20 0 22 0 341639575 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 741546 186493 2285 9 0 732240 0
[pid=19102/tid=19104] ppid=19100 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) S 19100 19102 17435 0 -1 4202560 2844 0 1 0 212 2 0 0 20 0 22 0 341639576 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724251276440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2966184 CPUtime=4.55 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 322 0 0 0 449 6 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 327 0 0 0 421 7 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2966184 CPUtime=4.26 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 307 0 0 0 420 6 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2966184 CPUtime=4.33 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 305 0 0 0 427 6 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2966184 CPUtime=4.19 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 302 0 0 0 413 6 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2966184 CPUtime=4.28 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 313 0 0 0 422 6 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2966184 CPUtime=4.39 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 315 0 0 0 432 7 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2966184 CPUtime=4.4 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 329 0 0 0 433 7 0 0 20 0 22 0 341639578 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2966184 CPUtime=21.7 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 116 0 0 0 2127 43 0 0 20 0 22 0 341639579 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6756 0 0 0 124 2 0 0 20 0 22 0 341639582 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) S 19100 19102 17435 0 -1 4202560 15335 0 0 0 173 3 0 0 20 0 22 0 341639582 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724092066360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2966184 CPUtime=0.28 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 45 0 0 0 13 15 0 0 20 0 22 0 341639582 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19121] ppid=19100 vsize=2966184 CPUtime=788.05 cores=0,2,4,6
/proc/19102/task/19121/stat : 19121 (java) R 19100 19102 17435 0 -1 4202560 538 0 0 0 78788 17 0 0 20 0 22 0 341639791 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724088904976 139724095055216 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19122] ppid=19100 vsize=2966184 CPUtime=788.09 cores=0,2,4,6
/proc/19102/task/19122/stat : 19122 (java) R 19100 19102 17435 0 -1 4202560 542 0 0 0 78792 17 0 0 20 0 22 0 341639791 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724087851296 139724095056672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19123] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19123/stat : 19123 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341639792 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724086801576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19124] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19124/stat : 19124 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639793 3037372416 186493 33554432000 1073741824 1073778376 140736627525504 139724085748776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1637.53
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.60 3.87 3.73 11/220 19260
/proc/meminfo: memFree=25873504/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2966184 CPUtime=1756.55 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 29959 0 1 0 175529 126 0 0 20 0 22 0 341639575 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 741546 187005 2285 9 0 732240 0
[pid=19102/tid=19104] ppid=19100 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) S 19100 19102 17435 0 -1 4202560 2848 0 1 0 212 2 0 0 20 0 22 0 341639576 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724251276440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2966184 CPUtime=4.91 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 323 0 0 0 484 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2966184 CPUtime=4.67 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 328 0 0 0 460 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2966184 CPUtime=4.59 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 308 0 0 0 453 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2966184 CPUtime=4.62 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 305 0 0 0 456 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2966184 CPUtime=4.56 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 302 0 0 0 450 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2966184 CPUtime=4.64 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 313 0 0 0 458 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2966184 CPUtime=4.7 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 315 0 0 0 463 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2966184 CPUtime=4.74 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 329 0 0 0 467 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2966184 CPUtime=23.83 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 120 0 0 0 2339 44 0 0 20 0 22 0 341639579 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6756 0 0 0 124 2 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) S 19100 19102 17435 0 -1 4202560 15335 0 0 0 173 3 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724092066360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2966184 CPUtime=0.3 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 49 0 0 0 14 16 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19121] ppid=19100 vsize=2966184 CPUtime=845.13 cores=0,2,4,6
/proc/19102/task/19121/stat : 19121 (java) R 19100 19102 17435 0 -1 4202560 567 0 0 0 84495 18 0 0 20 0 22 0 341639791 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724088904240 139724095540100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19122] ppid=19100 vsize=2966184 CPUtime=845.18 cores=0,2,4,6
/proc/19102/task/19122/stat : 19122 (java) R 19100 19102 17435 0 -1 4202560 568 0 0 0 84500 18 0 0 20 0 22 0 341639791 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724087851840 139724095056587 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19123] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19123/stat : 19123 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341639792 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724086801576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19124] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19124/stat : 19124 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639793 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724085748776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1756.55
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.401 s]
/proc/loadavg: 3.74 3.88 3.73 5/220 19260
/proc/meminfo: memFree=25833980/32873648 swapFree=6860/6860
[pid=19102] ppid=19100 vsize=2966184 CPUtime=1800.11 cores=0,2,4,6
/proc/19102/stat : 19102 (java) S 19100 19102 17435 0 -1 4202496 29981 0 1 0 179884 127 0 0 20 0 22 0 341639575 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 140736627516640 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/19102/statm: 741546 187005 2285 9 0 732240 0
[pid=19102/tid=19104] ppid=19100 vsize=2966184 CPUtime=2.14 cores=0,2,4,6
/proc/19102/task/19104/stat : 19104 (java) S 19100 19102 17435 0 -1 4202560 2849 0 1 0 212 2 0 0 20 0 22 0 341639576 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724251276440 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19105] ppid=19100 vsize=2966184 CPUtime=5.08 cores=0,2,4,6
/proc/19102/task/19105/stat : 19105 (java) S 19100 19102 17435 0 -1 4202560 323 0 0 0 501 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724235557160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19106] ppid=19100 vsize=2966184 CPUtime=4.78 cores=0,2,4,6
/proc/19102/task/19106/stat : 19106 (java) S 19100 19102 17435 0 -1 4202560 328 0 0 0 471 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724234504360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19107] ppid=19100 vsize=2966184 CPUtime=4.67 cores=0,2,4,6
/proc/19102/task/19107/stat : 19107 (java) S 19100 19102 17435 0 -1 4202560 308 0 0 0 461 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724233452072 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19108] ppid=19100 vsize=2966184 CPUtime=4.73 cores=0,2,4,6
/proc/19102/task/19108/stat : 19108 (java) S 19100 19102 17435 0 -1 4202560 305 0 0 0 466 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724232399272 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19109] ppid=19100 vsize=2966184 CPUtime=4.68 cores=0,2,4,6
/proc/19102/task/19109/stat : 19109 (java) S 19100 19102 17435 0 -1 4202560 302 0 0 0 461 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724231346984 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19110] ppid=19100 vsize=2966184 CPUtime=4.75 cores=0,2,4,6
/proc/19102/task/19110/stat : 19110 (java) S 19100 19102 17435 0 -1 4202560 313 0 0 0 469 6 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724230294184 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19111] ppid=19100 vsize=2966184 CPUtime=4.81 cores=0,2,4,6
/proc/19102/task/19111/stat : 19111 (java) S 19100 19102 17435 0 -1 4202560 315 0 0 0 474 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724229241896 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19112] ppid=19100 vsize=2966184 CPUtime=4.86 cores=0,2,4,6
/proc/19102/task/19112/stat : 19112 (java) S 19100 19102 17435 0 -1 4202560 329 0 0 0 479 7 0 0 20 0 22 0 341639578 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724228189096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19113] ppid=19100 vsize=2966184 CPUtime=24.85 cores=0,2,4,6
/proc/19102/task/19113/stat : 19113 (java) S 19100 19102 17435 0 -1 4202560 122 0 0 0 2440 45 0 0 20 0 22 0 341639579 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724215777512 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19114] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19114/stat : 19114 (java) S 19100 19102 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724214723576 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19115] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19115/stat : 19115 (java) S 19100 19102 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341639580 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724213671176 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19116] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19116/stat : 19116 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724094171536 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19117] ppid=19100 vsize=2966184 CPUtime=1.26 cores=0,2,4,6
/proc/19102/task/19117/stat : 19117 (java) S 19100 19102 17435 0 -1 4202560 6756 0 0 0 124 2 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724093119160 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19118] ppid=19100 vsize=2966184 CPUtime=1.76 cores=0,2,4,6
/proc/19102/task/19118/stat : 19118 (java) S 19100 19102 17435 0 -1 4202560 15335 0 0 0 173 3 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724092066360 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19102/tid=19119] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19119/stat : 19119 (java) S 19100 19102 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724091014264 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19120] ppid=19100 vsize=2966184 CPUtime=0.31 cores=0,2,4,6
/proc/19102/task/19120/stat : 19120 (java) S 19100 19102 17435 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 341639582 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724089961672 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19121] ppid=19100 vsize=2966184 CPUtime=865.95 cores=0,2,4,6
/proc/19102/task/19121/stat : 19121 (java) R 19100 19102 17435 0 -1 4202560 575 0 0 0 86575 20 0 0 20 0 22 0 341639791 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724088904128 139724095456396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19102/tid=19122] ppid=19100 vsize=2966184 CPUtime=866 cores=0,2,4,6
/proc/19102/task/19122/stat : 19122 (java) R 19100 19102 17435 0 -1 4202560 577 0 0 0 86581 19 0 0 20 0 22 0 341639791 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724087852224 139724095039386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19102/tid=19123] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19123/stat : 19123 (java) S 19100 19102 17435 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 341639792 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724086801576 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19102/tid=19124] ppid=19100 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/19102/task/19124/stat : 19124 (java) S 19100 19102 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341639793 3037372416 187005 33554432000 1073741824 1073778376 140736627525504 139724085748776 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
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

Child status: 143
Real time (s): 904.431
CPU time (s): 1800.99
CPU user time (s): 1799.21
CPU system time (s): 1.78273
CPU usage (%): 199.13
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.21
system time used= 1.78273
maximum resident set size= 748136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30011
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47368
involuntary context switches= 76879

runsolver used 3.54946 second user time and 7.96479 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 22:25:35
IDJOB=3737767
IDBENCH=48313
IDSOLVER=2324
FILE ID=node116/3737767-1338755135
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 71036 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_40.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3737767-1338755135/watcher-3737767-1338755135 -o /tmp/evaluation-result-3737767-1338755135/solver-3737767-1338755135 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3737767-1338755135.opb

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

MD5SUM BENCH= c1794605d16cd8196553c490f5507fd9
RANDOM SEED=59000555

node116.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.556
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.11
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.556
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.556
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
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.556
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.556
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.556
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.92
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.556
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.90
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.556
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:        26737948 kB
Buffers:          556572 kB
Cached:          4101144 kB
SwapCached:         3028 kB
Active:          2780608 kB
Inactive:        2436928 kB
Active(anon):     549600 kB
Inactive(anon):     8500 kB
Active(file):    2231008 kB
Inactive(file):  2428428 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:               404 kB
Writeback:             8 kB
AnonPages:        564648 kB
Mapped:            20052 kB
Shmem:                68 kB
Slab:             775436 kB
SReclaimable:     219492 kB
SUnreclaim:       555944 kB
KernelStack:        1632 kB
PageTables:         5308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    514048 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= 71028 MiB
End job on node116 at 2012-06-03 22:40:42