Trace number 3454242

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0? (TO) 1800.41 914.788

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-scsd6.opb
MD5SUMb8af5f694536c159804fb560c7265020
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40500
Total number of constraints147
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints147
Minimum length of a constraint600
Maximum length of a constraint1200
Number of terms in the objective function 40500
Biggest coefficient in the objective function 240095970606448640
Number of bits for the biggest coefficient in the objective function 58
Sum of the numbers in the objective function 319188057892705067220
Number of bits of the sum of numbers in the objective function 69
Biggest number in a constraint 240095970606448640
Number of bits of the biggest number in a constraint 58
Biggest sum of numbers in a constraint 319188057892705067220
Number of bits of the biggest sum of numbers69
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454242-1307191267.opb
0.11/0.11	c reading problem ... 
1.53/0.99	c ... done. Wall clock time 0.879s.
1.53/0.99	c #vars     40500
1.53/0.99	c #constraints  294
1.53/0.99	c constraints type 
1.53/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
1.53/0.99	c constraints type 
1.53/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
56.11/27.82	c cleaning 2500 clauses out of 5000 with flag 5000/5000
98.30/48.96	c cleaning 4250 clauses out of 8502 with flag 11002/11002
123.08/61.30	c cleaning 5622 clauses out of 11251 with flag 18001/18001
143.17/71.44	c cleaning 6813 clauses out of 13630 with flag 26002/26002
166.63/83.22	c cleaning 7910 clauses out of 15819 with flag 35004/35004
191.73/95.85	c cleaning 8952 clauses out of 17909 with flag 45004/45004
212.38/106.29	c cleaning 9483 clauses out of 18967 with flag 55014/55014
233.65/116.92	c cleaning 9733 clauses out of 19470 with flag 65000/65000
257.09/128.79	c cleaning 9868 clauses out of 19738 with flag 75001/75001
280.95/140.73	c cleaning 9931 clauses out of 19870 with flag 85001/85001
306.08/153.31	c cleaning 9963 clauses out of 19939 with flag 95001/95001
325.74/163.26	c cleaning 9985 clauses out of 19976 with flag 105001/105001
346.54/173.76	c cleaning 9994 clauses out of 19993 with flag 115003/115003
365.78/183.40	c cleaning 9996 clauses out of 19999 with flag 125003/125003
388.03/194.68	c cleaning 9992 clauses out of 20000 with flag 135000/135000
405.74/203.55	c cleaning 9999 clauses out of 20009 with flag 145001/145001
418.48/210.11	c cleaning 10006 clauses out of 20013 with flag 155004/155004
434.52/218.14	c cleaning 9997 clauses out of 20003 with flag 165000/165000
450.56/226.27	c cleaning 10000 clauses out of 20007 with flag 175001/175001
463.79/232.91	c cleaning 10005 clauses out of 20016 with flag 185010/185010
476.14/239.21	c cleaning 9998 clauses out of 20006 with flag 195005/195005
486.38/244.44	c cleaning 9996 clauses out of 20003 with flag 205000/205000
496.82/249.79	c cleaning 10003 clauses out of 20013 with flag 215006/215006
507.65/255.25	c cleaning 9995 clauses out of 20005 with flag 225001/225001
517.39/260.25	c cleaning 10004 clauses out of 20016 with flag 235007/235007
529.63/266.43	c cleaning 10004 clauses out of 20015 with flag 245010/245010
541.06/272.28	c cleaning 9996 clauses out of 20002 with flag 255001/255001
551.90/277.74	c cleaning 10000 clauses out of 20006 with flag 265001/265001
562.86/283.34	c cleaning 9996 clauses out of 20008 with flag 275003/275003
576.10/290.00	c cleaning 10001 clauses out of 20011 with flag 285002/285002
591.14/297.69	c cleaning 9994 clauses out of 20008 with flag 295000/295000
606.19/305.22	c cleaning 10001 clauses out of 20015 with flag 305001/305001
621.14/312.84	c cleaning 9999 clauses out of 20013 with flag 315000/315000
636.59/320.65	c cleaning 10001 clauses out of 20015 with flag 325001/325001
650.85/327.88	c cleaning 9994 clauses out of 20014 with flag 335001/335001
665.68/335.37	c cleaning 9995 clauses out of 20020 with flag 345001/345001
678.63/341.98	c cleaning 10003 clauses out of 20024 with flag 355000/355000
693.07/349.26	c cleaning 10002 clauses out of 20022 with flag 365001/365001
707.12/356.37	c cleaning 10003 clauses out of 20019 with flag 375000/375000
718.96/362.34	c cleaning 10000 clauses out of 20016 with flag 385000/385000
732.93/369.47	c cleaning 10004 clauses out of 20019 with flag 395003/395003
746.38/376.25	c cleaning 10003 clauses out of 20013 with flag 405001/405001
763.63/384.91	c cleaning 9999 clauses out of 20009 with flag 415000/415000
779.69/393.00	c cleaning 10000 clauses out of 20011 with flag 425001/425001
794.07/400.39	c cleaning 9998 clauses out of 20010 with flag 435000/435000
808.31/407.59	c cleaning 9999 clauses out of 20013 with flag 445001/445001
823.35/415.12	c cleaning 10000 clauses out of 20014 with flag 455001/455001
839.40/423.26	c cleaning 9998 clauses out of 20014 with flag 465001/465001
855.95/431.64	c cleaning 10004 clauses out of 20016 with flag 475001/475001
870.77/439.14	c cleaning 10000 clauses out of 20011 with flag 485000/485000
884.39/446.06	c cleaning 10000 clauses out of 20011 with flag 495000/495000
900.43/454.10	c cleaning 9998 clauses out of 20012 with flag 505001/505001
915.34/461.72	c cleaning 10002 clauses out of 20013 with flag 515000/515000
930.16/469.28	c cleaning 9998 clauses out of 20012 with flag 525001/525001
944.98/476.72	c cleaning 9999 clauses out of 20013 with flag 535000/535000
959.99/484.33	c cleaning 10003 clauses out of 20014 with flag 545000/545000
974.50/491.79	c cleaning 9999 clauses out of 20011 with flag 555000/555000
989.51/499.38	c cleaning 9999 clauses out of 20013 with flag 565001/565001
1004.73/507.02	c cleaning 9998 clauses out of 20014 with flag 575001/575001
1019.74/514.62	c cleaning 10004 clauses out of 20015 with flag 585000/585000
1039.05/524.47	c cleaning 10006 clauses out of 20012 with flag 595001/595001
1059.05/534.55	c cleaning 9998 clauses out of 20005 with flag 605000/605000
1075.67/542.94	c cleaning 10000 clauses out of 20008 with flag 615001/615001
1090.25/550.37	c cleaning 9991 clauses out of 20007 with flag 625000/625000
1104.28/557.50	c cleaning 10002 clauses out of 20017 with flag 635001/635001
1117.03/564.07	c cleaning 9997 clauses out of 20014 with flag 645000/645000
1131.17/571.22	c cleaning 10002 clauses out of 20018 with flag 655001/655001
1146.11/578.86	c cleaning 10005 clauses out of 20016 with flag 665001/665001
1162.92/587.44	c cleaning 10004 clauses out of 20012 with flag 675002/675002
1177.64/594.91	c cleaning 9997 clauses out of 20008 with flag 685002/685002
1193.19/602.89	c cleaning 9999 clauses out of 20010 with flag 695001/695001
1208.31/610.55	c cleaning 9997 clauses out of 20010 with flag 705000/705000
1224.48/618.87	c cleaning 10000 clauses out of 20013 with flag 715000/715000
1240.21/626.87	c cleaning 9998 clauses out of 20013 with flag 725000/725000
1256.72/635.27	c cleaning 10002 clauses out of 20015 with flag 735000/735000
1271.62/642.83	c cleaning 10002 clauses out of 20014 with flag 745001/745001
1287.77/651.17	c cleaning 9999 clauses out of 20013 with flag 755002/755002
1299.06/656.95	c cleaning 10010 clauses out of 20023 with flag 765011/765011
1308.15/661.67	c cleaning 9995 clauses out of 20003 with flag 775001/775001
1317.67/666.58	c cleaning 10002 clauses out of 20007 with flag 785000/785000
1328.45/672.16	c cleaning 9995 clauses out of 20006 with flag 795001/795001
1341.56/678.87	c cleaning 10004 clauses out of 20011 with flag 805001/805001
1353.85/685.19	c cleaning 9996 clauses out of 20008 with flag 815002/815002
1366.55/691.69	c cleaning 9997 clauses out of 20012 with flag 825002/825002
1379.88/698.57	c cleaning 10001 clauses out of 20013 with flag 835000/835000
1393.75/705.69	c cleaning 10005 clauses out of 20013 with flag 845001/845001
1407.64/712.79	c cleaning 9997 clauses out of 20007 with flag 855000/855000
1422.96/720.56	c cleaning 9997 clauses out of 20010 with flag 865000/865000
1435.88/727.26	c cleaning 9997 clauses out of 20013 with flag 875000/875000
1449.53/734.29	c cleaning 10008 clauses out of 20017 with flag 885001/885001
1458.60/738.98	c cleaning 10003 clauses out of 20011 with flag 895003/895003
1471.69/745.63	c cleaning 10000 clauses out of 20013 with flag 905008/905008
1481.37/750.72	c cleaning 9998 clauses out of 20005 with flag 915000/915000
1492.03/756.25	c cleaning 9999 clauses out of 20008 with flag 925001/925001
1508.31/764.57	c cleaning 9997 clauses out of 20008 with flag 935000/935000
1522.35/771.76	c cleaning 9997 clauses out of 20011 with flag 945000/945000
1533.79/777.79	c cleaning 10004 clauses out of 20015 with flag 955001/955001
1549.24/785.62	c cleaning 10001 clauses out of 20010 with flag 965000/965000
1563.09/792.70	c cleaning 9998 clauses out of 20009 with flag 975000/975000
1576.52/799.66	c cleaning 10000 clauses out of 20013 with flag 985002/985002
1590.14/806.76	c cleaning 9996 clauses out of 20011 with flag 995000/995000
1603.76/813.76	c cleaning 10006 clauses out of 20017 with flag 1005002/1005002
1618.79/821.49	c cleaning 10002 clauses out of 20010 with flag 1015001/1015001
1634.22/829.34	c cleaning 9997 clauses out of 20008 with flag 1025001/1025001
1652.62/838.89	c cleaning 10000 clauses out of 20010 with flag 1035000/1035000
1671.61/848.57	c cleaning 10003 clauses out of 20013 with flag 1045003/1045003
1689.42/857.69	c cleaning 9997 clauses out of 20007 with flag 1055000/1055000
1707.27/866.71	c cleaning 9999 clauses out of 20010 with flag 1065000/1065000
1730.36/878.55	c cleaning 10001 clauses out of 20013 with flag 1075002/1075002
1749.14/888.17	c cleaning 10000 clauses out of 20011 with flag 1085001/1085001
1765.93/896.74	c cleaning 9998 clauses out of 20010 with flag 1095000/1095000
1782.50/905.24	c cleaning 9994 clauses out of 20012 with flag 1105000/1105000
1797.83/913.21	c cleaning 10003 clauses out of 20018 with flag 1115000/1115000
1800.20/914.62	c starts		: 189
1800.20/914.62	c conflicts		: 1116424
1800.20/914.62	c decisions		: 1661879
1800.20/914.62	c propagations		: 10115170
1800.20/914.62	c inspects		: 988782858
1800.20/914.62	c shortcuts		: 0
1800.20/914.62	c learnt literals	: 0
1800.20/914.62	c learnt binary clauses	: 0
1800.20/914.62	c learnt ternary clauses	: 0
1800.20/914.62	c learnt constraints	: 1116423
1800.20/914.62	c ignored constraints	: 0
1800.20/914.62	c root simplifications	: 0
1800.20/914.62	c removed literals (reason simplification)	: 44900899
1800.20/914.62	c reason swapping (by a shorter reason)	: 0
1800.20/914.62	c Calls to reduceDB	: 113
1800.20/914.62	c number of reductions to clauses (during analyze)	: 0
1800.20/914.62	c number of learned constraints concerned by reduction	: 0
1800.20/914.62	c number of learning phase by resolution	: 0
1800.20/914.62	c number of learning phase by cutting planes	: 0
1800.20/914.62	c speed (assignments/second)	: 11071.443816787376
1800.20/914.62	c non guided choices	90211
1800.20/914.63	c learnt constraints type 
1800.20/914.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11450
1800.20/914.63	c constraints type 
1800.20/914.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 294
1800.20/914.63	c constraints type 
1800.20/914.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 294
1800.20/914.63	s UNKNOWN
1800.20/914.63	c Total wall clock time (in seconds): 914.516

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454242-1307191267/watcher-3454242-1307191267 -o /tmp/evaluation-result-3454242-1307191267/solver-3454242-1307191267 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454242-1307191267.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.66 3.60 3/455 9827
/proc/meminfo: memFree=10943140/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=23028 CPUtime=0 cores=1,3,5,7
/proc/9827/stat : 9827 (java) R 9825 9827 6192 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 830726394 23580672 696 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274659846033 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9827/statm: 5757 697 514 9 0 124 0
[pid=9827/tid=9828] ppid=9825 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) R 9825 9827 6192 0 -1 4202560 3356 0 1 0 0 0 0 0 25 0 2 0 830726395 10694979584 4172 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274664502331 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.103512 s]
/proc/loadavg: 3.52 3.66 3.60 3/455 9827
/proc/meminfo: memFree=10943140/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10540028 CPUtime=0.11 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 13015 0 1 0 9 2 0 0 25 0 18 0 830726394 10792988672 12712 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2635007 12715 2092 9 0 2625741 0
[pid=9827/tid=9828] ppid=9825 vsize=10540028 CPUtime=0.08 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) R 9825 9827 6192 0 -1 4202560 11103 0 1 0 7 1 0 0 22 0 18 0 830726395 10792988672 12715 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912496197424 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540028

[startup+0.200494 s]
/proc/loadavg: 3.52 3.66 3.60 3/455 9827
/proc/meminfo: memFree=10943140/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10540712 CPUtime=0.29 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 14819 0 1 0 27 2 0 0 25 0 18 0 830726394 10793689088 14244 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2635178 14244 2189 9 0 2625912 0
[pid=9827/tid=9828] ppid=9825 vsize=10540712 CPUtime=0.17 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) R 9825 9827 6192 0 -1 4202560 12329 0 1 0 16 1 0 0 22 0 18 0 830726395 10793689088 14245 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505561837 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540712

[startup+0.300474 s]
/proc/loadavg: 3.52 3.66 3.60 3/455 9827
/proc/meminfo: memFree=10943140/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10541916 CPUtime=0.46 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 19885 0 1 0 44 2 0 0 25 0 18 0 830726394 10794921984 19098 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2635479 19102 2199 9 0 2626213 0
[pid=9827/tid=9828] ppid=9825 vsize=10541916 CPUtime=0.28 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) R 9825 9827 6192 0 -1 4202560 16577 0 1 0 26 2 0 0 22 0 18 0 830726395 10794921984 19103 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505583152 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541916

[startup+0.700417 s]
/proc/loadavg: 3.52 3.66 3.60 3/455 9827
/proc/meminfo: memFree=10943140/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10559088 CPUtime=1.33 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 48436 0 1 0 127 6 0 0 25 0 18 0 830726394 10812506112 45192 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2639772 45192 2204 9 0 2630506 0
[pid=9827/tid=9828] ppid=9825 vsize=10559088 CPUtime=0.68 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) R 9825 9827 6192 0 -1 4202560 37305 0 1 0 63 5 0 0 23 0 18 0 830726395 10812506112 45192 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505746347 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 10559088

[startup+1.50126 s]
/proc/loadavg: 3.52 3.66 3.60 7/477 9849
/proc/meminfo: memFree=10671660/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=2.85 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 75473 0 1 0 275 10 0 0 25 0 22 0 830726394 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 71460 2220 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60337 0 1 0 90 8 0 0 20 0 22 0 830726395 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71460 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9838] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9838/stat : 9838 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 0 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9839] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9839/stat : 9839 (java) S 9825 9827 6192 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830726398 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9840] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9840/stat : 9840 (java) S 9825 9827 6192 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 830726398 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9841] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9841/stat : 9841 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830726400 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676631985 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9842] ppid=9825 vsize=10563200 CPUtime=0.36 cores=1,3,5,7
/proc/9827/task/9842/stat : 9842 (java) S 9825 9827 6192 0 -1 4202560 3125 0 0 0 36 0 0 0 16 0 22 0 830726400 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9843] ppid=9825 vsize=10563200 CPUtime=0.49 cores=1,3,5,7
/proc/9827/task/9843/stat : 9843 (java) S 9825 9827 6192 0 -1 4202560 7698 0 0 0 49 0 0 0 15 0 22 0 830726400 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9844] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9844/stat : 9844 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830726400 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9845] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9845/stat : 9845 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830726400 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=10563200 CPUtime=0.5 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4202560 586 0 0 0 50 0 0 0 19 0 22 0 830726494 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505857256 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9827/tid=9847] ppid=9825 vsize=10563200 CPUtime=0.48 cores=1,3,5,7
/proc/9827/task/9847/stat : 9847 (java) R 9825 9827 6192 0 -1 4202560 2561 0 0 0 48 0 0 0 25 0 22 0 830726494 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505877620 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9827/tid=9848] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9848/stat : 9848 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830726501 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9849] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9849/stat : 9849 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830726501 10816716800 71461 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 10563200

[startup+3.10096 s]
/proc/loadavg: 3.52 3.66 3.60 4/477 9849
/proc/meminfo: memFree=10659372/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=6.28 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 77727 0 1 0 614 14 0 0 25 0 22 0 830726394 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 73531 2228 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60337 0 1 0 90 8 0 0 15 0 22 0 830726395 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9838] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9838/stat : 9838 (java) S 9825 9827 6192 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 0 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9839] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9839/stat : 9839 (java) S 9825 9827 6192 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 830726398 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9840] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9840/stat : 9840 (java) S 9825 9827 6192 0 -1 4202560 8 0 0 0 0 0 0 0 21 0 22 0 830726398 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9841] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9841/stat : 9841 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830726400 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676631985 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9842] ppid=9825 vsize=10563200 CPUtime=0.45 cores=1,3,5,7
/proc/9827/task/9842/stat : 9842 (java) S 9825 9827 6192 0 -1 4202560 3316 0 0 0 45 0 0 0 15 0 22 0 830726400 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9843] ppid=9825 vsize=10563200 CPUtime=0.71 cores=1,3,5,7
/proc/9827/task/9843/stat : 9843 (java) S 9825 9827 6192 0 -1 4202560 7735 0 0 0 70 1 0 0 15 0 22 0 830726400 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9844] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9844/stat : 9844 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830726400 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9845] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9845/stat : 9845 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830726400 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=10563200 CPUtime=2.03 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4202560 727 0 0 0 200 3 0 0 23 0 22 0 830726494 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505857248 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9827/tid=9847] ppid=9825 vsize=10563200 CPUtime=2.07 cores=1,3,5,7
/proc/9827/task/9847/stat : 9847 (java) R 9825 9827 6192 0 -1 4202560 4443 0 0 0 207 0 0 0 25 0 22 0 830726494 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505857313 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=9827/tid=9848] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9848/stat : 9848 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830726501 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9849] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9849/stat : 9849 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830726501 10816716800 73531 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 10563200

[startup+6.30143 s]
/proc/loadavg: 3.47 3.65 3.59 4/477 9849
/proc/meminfo: memFree=10335872/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=12.99 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 228142 0 1 0 1268 31 0 0 25 0 22 0 830726394 10816716800 223051 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 223051 2229 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60337 0 1 0 90 8 0 0 15 0 22 0 830726395 10816716800 223052 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830726397 10816716800 223056 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0

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

/proc/meminfo: memFree=5818452/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=1620.19 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 983080 0 1 0 161901 118 0 0 25 0 22 0 830726394 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 957654 2256 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60373 0 1 0 90 8 0 0 15 0 22 0 830726395 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0.85 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 19415 0 0 0 83 2 0 0 16 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0.87 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 20330 0 0 0 85 2 0 0 15 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0.84 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 16276 0 0 0 82 2 0 0 15 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0.92 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 14555 0 0 0 90 2 0 0 16 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0.9 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 17566 0 0 0 88 2 0 0 15 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0.75 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 11744 0 0 0 74 1 0 0 15 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0.83 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 17946 0 0 0 81 2 0 0 15 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0.79 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 19701 0 0 0 77 2 0 0 16 0 22 0 830726397 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9838] ppid=9825 vsize=10563200 CPUtime=27.84 cores=1,3,5,7
/proc/9827/task/9838/stat : 9838 (java) S 9825 9827 6192 0 -1 4202560 36046 0 0 0 2780 4 0 0 16 0 22 0 830726398 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 0 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9839] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9839/stat : 9839 (java) S 9825 9827 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9840] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9840/stat : 9840 (java) S 9825 9827 6192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9841] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9841/stat : 9841 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830726400 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676631985 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9842] ppid=9825 vsize=10563200 CPUtime=0.96 cores=1,3,5,7
/proc/9827/task/9842/stat : 9842 (java) S 9825 9827 6192 0 -1 4202560 5515 0 0 0 96 0 0 0 15 0 22 0 830726400 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9843] ppid=9825 vsize=10563200 CPUtime=1.02 cores=1,3,5,7
/proc/9827/task/9843/stat : 9843 (java) S 9825 9827 6192 0 -1 4202560 7789 0 0 0 101 1 0 0 16 0 22 0 830726400 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9844] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9844/stat : 9844 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830726400 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9845] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9845/stat : 9845 (java) S 9825 9827 6192 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830726400 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=10563200 CPUtime=791.19 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4202560 1891 0 0 0 79113 6 0 0 22 0 22 0 830726494 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505998604 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9827/tid=9847] ppid=9825 vsize=10563200 CPUtime=791.32 cores=1,3,5,7
/proc/9827/task/9847/stat : 9847 (java) R 9825 9827 6192 0 -1 4202560 732726 0 0 0 79054 78 0 0 22 0 22 0 830726494 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505857362 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9827/tid=9848] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9848/stat : 9848 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830726501 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9849] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9849/stat : 9849 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830726501 10816716800 957654 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1620.19
Current children cumulated vsize (KiB) 10563200

[startup+882.317 s]
/proc/loadavg: 3.98 3.91 3.77 5/477 9938
/proc/meminfo: memFree=5785960/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=1737.56 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 990657 0 1 0 173636 120 0 0 25 0 22 0 830726394 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 963506 2256 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60379 0 1 0 90 8 0 0 15 0 22 0 830726395 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0.91 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 19529 0 0 0 89 2 0 0 15 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0.94 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 21663 0 0 0 92 2 0 0 15 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0.91 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 16276 0 0 0 89 2 0 0 16 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0.96 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 16188 0 0 0 94 2 0 0 16 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0.94 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 18120 0 0 0 92 2 0 0 16 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0.82 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 11960 0 0 0 81 1 0 0 15 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0.85 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 20258 0 0 0 83 2 0 0 15 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0.85 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 21064 0 0 0 83 2 0 0 16 0 22 0 830726397 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9838] ppid=9825 vsize=10563200 CPUtime=30.84 cores=1,3,5,7
/proc/9827/task/9838/stat : 9838 (java) S 9825 9827 6192 0 -1 4202560 36048 0 0 0 3080 4 0 0 15 0 22 0 830726398 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 0 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9839] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9839/stat : 9839 (java) S 9825 9827 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9840] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9840/stat : 9840 (java) S 9825 9827 6192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9841] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9841/stat : 9841 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830726400 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676631985 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9842] ppid=9825 vsize=10563200 CPUtime=1.02 cores=1,3,5,7
/proc/9827/task/9842/stat : 9842 (java) S 9825 9827 6192 0 -1 4202560 5525 0 0 0 102 0 0 0 16 0 22 0 830726400 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9843] ppid=9825 vsize=10563200 CPUtime=1.12 cores=1,3,5,7
/proc/9827/task/9843/stat : 9843 (java) S 9825 9827 6192 0 -1 4202560 7802 0 0 0 111 1 0 0 15 0 22 0 830726400 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9844] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9844/stat : 9844 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830726400 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9845] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9845/stat : 9845 (java) S 9825 9827 6192 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830726400 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=10563200 CPUtime=848.07 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4202560 1896 0 0 0 84801 6 0 0 25 0 22 0 830726494 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505998578 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9827/tid=9847] ppid=9825 vsize=10563200 CPUtime=848.2 cores=1,3,5,7
/proc/9827/task/9847/stat : 9847 (java) R 9825 9827 6192 0 -1 4202560 732740 0 0 0 84742 78 0 0 25 0 22 0 830726494 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912506096681 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9827/tid=9848] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9848/stat : 9848 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830726501 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9849] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9849/stat : 9849 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830726501 10816716800 963506 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1737.56
Current children cumulated vsize (KiB) 10563200



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+914.601 s]
/proc/loadavg: 4.12 3.95 3.78 5/477 9939
/proc/meminfo: memFree=5777028/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=10563200 CPUtime=1800.2 cores=1,3,5,7
/proc/9827/stat : 9827 (java) S 9825 9827 6192 0 -1 4202496 990682 0 1 0 179900 120 0 0 25 0 22 0 830726394 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 2640800 963521 2256 9 0 2631534 0
[pid=9827/tid=9828] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9828/stat : 9828 (java) S 9825 9827 6192 0 -1 4202560 60380 0 1 0 90 8 0 0 15 0 22 0 830726395 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9830] ppid=9825 vsize=10563200 CPUtime=0.94 cores=1,3,5,7
/proc/9827/task/9830/stat : 9830 (java) S 9825 9827 6192 0 -1 4202560 19533 0 0 0 92 2 0 0 15 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9831] ppid=9825 vsize=10563200 CPUtime=0.95 cores=1,3,5,7
/proc/9827/task/9831/stat : 9831 (java) S 9825 9827 6192 0 -1 4202560 21663 0 0 0 93 2 0 0 15 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9832] ppid=9825 vsize=10563200 CPUtime=0.93 cores=1,3,5,7
/proc/9827/task/9832/stat : 9832 (java) S 9825 9827 6192 0 -1 4202560 16282 0 0 0 91 2 0 0 15 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9833] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9833/stat : 9833 (java) S 9825 9827 6192 0 -1 4202560 16188 0 0 0 96 2 0 0 15 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9834] ppid=9825 vsize=10563200 CPUtime=0.98 cores=1,3,5,7
/proc/9827/task/9834/stat : 9834 (java) S 9825 9827 6192 0 -1 4202560 18120 0 0 0 96 2 0 0 16 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9835] ppid=9825 vsize=10563200 CPUtime=0.84 cores=1,3,5,7
/proc/9827/task/9835/stat : 9835 (java) S 9825 9827 6192 0 -1 4202560 11960 0 0 0 83 1 0 0 16 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9836] ppid=9825 vsize=10563200 CPUtime=0.87 cores=1,3,5,7
/proc/9827/task/9836/stat : 9836 (java) S 9825 9827 6192 0 -1 4202560 20258 0 0 0 85 2 0 0 16 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9837] ppid=9825 vsize=10563200 CPUtime=0.88 cores=1,3,5,7
/proc/9827/task/9837/stat : 9837 (java) S 9825 9827 6192 0 -1 4202560 21069 0 0 0 86 2 0 0 15 0 22 0 830726397 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9838] ppid=9825 vsize=10563200 CPUtime=32.85 cores=1,3,5,7
/proc/9827/task/9838/stat : 9838 (java) S 9825 9827 6192 0 -1 4202560 36050 0 0 0 3281 4 0 0 16 0 22 0 830726398 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 0 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9839] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9839/stat : 9839 (java) S 9825 9827 6192 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9840] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9840/stat : 9840 (java) S 9825 9827 6192 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830726398 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9841] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9841/stat : 9841 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830726400 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676631985 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9842] ppid=9825 vsize=10563200 CPUtime=1.02 cores=1,3,5,7
/proc/9827/task/9842/stat : 9842 (java) S 9825 9827 6192 0 -1 4202560 5525 0 0 0 102 0 0 0 16 0 22 0 830726400 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 3 0 0 0
[pid=9827/tid=9843] ppid=9825 vsize=10563200 CPUtime=1.12 cores=1,3,5,7
/proc/9827/task/9843/stat : 9843 (java) S 9825 9827 6192 0 -1 4202560 7802 0 0 0 111 1 0 0 15 0 22 0 830726400 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 5 0 0 0
[pid=9827/tid=9844] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9844/stat : 9844 (java) S 9825 9827 6192 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830726400 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624281 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
[pid=9827/tid=9845] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9845/stat : 9845 (java) S 9825 9827 6192 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830726400 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=10563200 CPUtime=878.3 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4202560 1901 0 0 0 87824 6 0 0 25 0 22 0 830726494 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912505860349 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=9827/tid=9847] ppid=9825 vsize=10563200 CPUtime=878.42 cores=1,3,5,7
/proc/9827/task/9847/stat : 9847 (java) R 9825 9827 6192 0 -1 4202560 732740 0 0 0 87764 78 0 0 24 0 22 0 830726494 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 46912506131802 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=9827/tid=9848] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9848/stat : 9848 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830726501 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 1 0 0 0
[pid=9827/tid=9849] ppid=9825 vsize=10563200 CPUtime=0 cores=1,3,5,7
/proc/9827/task/9849/stat : 9849 (java) S 9825 9827 6192 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830726501 10816716800 963521 33554432000 1073741824 1073778376 140735531207136 18446744073709551615 274676624896 0 4 0 16800975 18446604461841786816 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 10563200

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

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

[startup+914.722 s]
/proc/loadavg: 4.12 3.95 3.78 5/477 9939
/proc/meminfo: memFree=5777028/32951132 swapFree=67093840/67111528
[pid=9827] ppid=9825 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/9827/stat : 9827 (java) Z 9825 9827 6192 0 -1 4203548 990716 0 1 0 179906 127 0 0 17 0 2 0 830726394 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/9827/statm: 0 0 0 0 0 0 0
[pid=9827/tid=9846] ppid=9825 vsize=0 CPUtime=878.39 cores=1,3,5,7
/proc/9827/task/9846/stat : 9846 (java) R 9825 9827 6192 0 -1 4203588 1901 0 0 0 87826 13 0 0 25 0 2 0 830726494 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 914.788
CPU time (s): 1800.41
CPU user time (s): 1799.07
CPU system time (s): 1.3428
CPU usage (%): 196.811
Max. virtual memory (cumulated for all children) (KiB): 10563200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.07
system time used= 1.34279
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 990716
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28338
involuntary context switches= 24987

runsolver used 3.90141 second user time and 9.48056 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-04 14:41:08
IDJOB=3454242
IDBENCH=2463
IDSOLVER=1950
FILE ID=node131/3454242-1307191267
RUNJOBID= node131-1307188355-9296
PBS_JOBID= 13508857
Free space on /tmp= 73908 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-scsd6.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454242-1307191267/watcher-3454242-1307191267 -o /tmp/evaluation-result-3454242-1307191267/solver-3454242-1307191267 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454242-1307191267.opb

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

MD5SUM BENCH= b8af5f694536c159804fb560c7265020
RANDOM SEED=677473903

node131.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      10943420 kB
Buffers:        353208 kB
Cached:        5685396 kB
SwapCached:        948 kB
Active:       17517924 kB
Inactive:      4168136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      10943420 kB
SwapTotal:    67111528 kB
SwapFree:     67093840 kB
Dirty:            4148 kB
Writeback:          12 kB
AnonPages:    15646080 kB
Mapped:          46768 kB
Slab:           198596 kB
PageTables:      58996 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 105720000 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73908 MiB
End job on node131 at 2011-06-04 14:56:24