Trace number 3458628

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 Resolution 2.3.0? (TO) 1800.12 1798.66

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
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 variables51018
Total number of constraints820
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 constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.06/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.08	c See www.sat4j.org for details.
0.06/0.09	c version 2.3.1.v20110525
0.06/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.09	c java.vm.version	19.1-b02
0.06/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.09	c sun.arch.data.model	64
0.06/0.09	c java.version		1.6.0_24
0.06/0.09	c os.name		Linux
0.06/0.09	c os.version		2.6.18-164.el5
0.06/0.09	c os.arch		amd64
0.06/0.09	c Free memory 		12995394264
0.06/0.09	c Max memory 		13063553024
0.06/0.09	c Total memory 		13063553024
0.06/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
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 solving HOME/instance-3458628-1307151764.opb
0.11/0.11	c reading problem ... 
1.39/0.80	c ... done. Wall clock time 0.684s.
1.39/0.80	c #vars     51018
1.39/0.80	c #constraints  19000
1.39/0.80	c constraints type 
1.39/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1.39/0.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
29.86/28.70	c cleaning 2491 clauses out of 4988 with flag 5002/5002
57.13/56.01	c cleaning 4247 clauses out of 8497 with flag 11002/11002
86.64/85.44	c cleaning 5624 clauses out of 11247 with flag 18000/18000
212.55/211.35	c cleaning 6805 clauses out of 13618 with flag 26001/26001
361.10/359.85	c cleaning 7900 clauses out of 15813 with flag 35001/35001
535.71/534.41	c cleaning 8938 clauses out of 17910 with flag 45002/45002
864.63/863.36	c cleaning 9446 clauses out of 18965 with flag 55001/55001
914.44/913.12	c cleaning 9755 clauses out of 19520 with flag 65002/65002
971.04/969.72	c cleaning 9877 clauses out of 19768 with flag 75005/75005
1032.06/1030.76	c cleaning 9930 clauses out of 19886 with flag 85000/85000
1047.36/1046.10	c cleaning 9973 clauses out of 19957 with flag 95001/95001
1118.17/1116.89	c cleaning 9979 clauses out of 19983 with flag 105000/105000
1178.87/1177.59	c cleaning 9984 clauses out of 20006 with flag 115002/115002
1229.17/1227.84	c cleaning 9999 clauses out of 20022 with flag 125002/125002
1244.07/1242.73	c cleaning 9984 clauses out of 20021 with flag 135000/135000
1291.98/1290.66	c cleaning 10002 clauses out of 20039 with flag 145002/145002
1340.18/1338.89	c cleaning 9999 clauses out of 20038 with flag 155003/155003
1434.78/1433.46	c cleaning 10012 clauses out of 20040 with flag 165004/165004
1516.90/1515.50	c cleaning 10007 clauses out of 20025 with flag 175001/175001
1580.91/1579.51	c cleaning 9988 clauses out of 20006 with flag 185001/185001
1604.70/1603.36	c cleaning 9991 clauses out of 20016 with flag 195001/195001
1681.33/1679.90	c cleaning 9992 clauses out of 20025 with flag 205001/205001
1685.45/1684.03	c cleaning 10003 clauses out of 20033 with flag 215001/215001
1757.13/1755.74	c cleaning 10001 clauses out of 20023 with flag 225000/225000
1800.05/1798.62	c starts		: 119
1800.05/1798.62	c conflicts		: 228581
1800.05/1798.62	c decisions		: 511534
1800.05/1798.62	c propagations		: 20261092
1800.05/1798.62	c inspects		: 99697321
1800.05/1798.62	c shortcuts		: 0
1800.05/1798.62	c learnt literals	: 51
1800.05/1798.62	c learnt binary clauses	: 157
1800.05/1798.62	c learnt ternary clauses	: 140
1800.05/1798.62	c learnt constraints	: 228529
1800.05/1798.62	c ignored constraints	: 0
1800.05/1798.62	c root simplifications	: 0
1800.05/1798.62	c removed literals (reason simplification)	: 25127984
1800.05/1798.62	c reason swapping (by a shorter reason)	: 0
1800.05/1798.62	c Calls to reduceDB	: 24
1800.05/1798.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1798.62	c number of learned constraints concerned by reduction	: 0
1800.05/1798.62	c number of learning phase by resolution	: 0
1800.05/1798.62	c number of learning phase by cutting planes	: 0
1800.05/1798.62	c speed (assignments/second)	: 11269.79241004259
1800.05/1798.62	c non guided choices	92035
1800.05/1798.63	c learnt constraints type 
1800.05/1798.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 157
1800.05/1798.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13446
1800.05/1798.63	c constraints type 
1800.05/1798.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1800.05/1798.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.05/1798.63	s UNKNOWN
1800.05/1798.63	c Total wall clock time (in seconds): 1798.52

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-3458628-1307151764/watcher-3458628-1307151764 -o /tmp/evaluation-result-3458628-1307151764/solver-3458628-1307151764 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458628-1307151764.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: 1.96 2.03 2.01 2/447 30487
/proc/meminfo: memFree=29012732/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 4727 0 1 0 0 0 0 0 25 0 2 0 826776825 13850947584 4430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3381579 4442 917 9 0 3372735 0
[pid=30487/tid=30488] ppid=30485 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 3670 0 1 0 0 0 0 0 25 0 2 0 826776825 13850947584 4486 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.0825601 s]
/proc/loadavg: 1.96 2.03 2.01 2/447 30487
/proc/meminfo: memFree=29012732/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13620624 CPUtime=0.06 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 14463 0 1 0 5 1 0 0 25 0 18 0 826776825 13947518976 14160 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3405156 14160 1755 9 0 3395890 0
[pid=30487/tid=30488] ppid=30485 vsize=13620624 CPUtime=0.06 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 13287 0 1 0 5 1 0 0 22 0 18 0 826776825 13947518976 14160 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458771915 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13620624

[startup+0.104571 s]
/proc/loadavg: 1.96 2.03 2.01 2/447 30487
/proc/meminfo: memFree=29012732/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13622108 CPUtime=0.11 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 15542 0 1 0 9 2 0 0 25 0 18 0 826776825 13949038592 15239 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3405527 15240 2092 9 0 3396261 0
[pid=30487/tid=30488] ppid=30485 vsize=13622108 CPUtime=0.09 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 13639 0 1 0 7 2 0 0 22 0 18 0 826776825 13949038592 15240 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244446606369 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622108

[startup+0.336491 s]
/proc/loadavg: 1.96 2.03 2.01 2/447 30487
/proc/meminfo: memFree=29012732/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13625164 CPUtime=0.68 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 24095 0 1 0 65 3 0 0 25 0 18 0 826776825 13952167936 22873 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3406291 22876 2203 9 0 3397025 0
[pid=30487/tid=30488] ppid=30485 vsize=13625164 CPUtime=0.31 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 19658 0 1 0 29 2 0 0 18 0 18 0 826776825 13952167936 22878 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505570971 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13625164

[startup+0.700495 s]
/proc/loadavg: 1.96 2.03 2.01 2/447 30487
/proc/meminfo: memFree=29012732/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13633928 CPUtime=1.27 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 50796 0 1 0 121 6 0 0 25 0 18 0 826776825 13961142272 47757 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408482 47757 2212 9 0 3399216 0
[pid=30487/tid=30488] ppid=30485 vsize=13633928 CPUtime=0.68 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 42411 0 1 0 63 5 0 0 18 0 18 0 826776825 13961142272 47758 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505648831 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 13633928

[startup+1.5013 s]
/proc/loadavg: 1.96 2.03 2.01 2/446 30509
/proc/meminfo: memFree=28885648/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=2.39 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 60240 0 1 0 231 8 0 0 25 0 19 0 826776825 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 56282 2221 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=1.48 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 50786 0 1 0 142 6 0 0 19 0 19 0 826776825 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505657168 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826776828 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 56282 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.36 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2023 0 0 0 36 0 0 0 16 0 19 0 826776831 13962194944 56283 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.53 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6269 0 0 0 52 1 0 0 16 0 19 0 826776831 13962194944 56283 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 56283 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 56283 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 56283 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 13634956

[startup+3.10099 s]
/proc/loadavg: 1.96 2.03 2.01 2/446 30509
/proc/meminfo: memFree=28881556/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=4.12 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 61598 0 1 0 404 8 0 0 25 0 19 0 826776825 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 57577 2221 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=3.08 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 52063 0 1 0 301 7 0 0 25 0 19 0 826776825 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505857380 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 19 0 826776828 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.4 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2090 0 0 0 40 0 0 0 15 0 19 0 826776831 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.62 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6283 0 0 0 61 1 0 0 15 0 19 0 826776831 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 57577 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 13634956

[startup+6.30143 s]
/proc/loadavg: 1.96 2.03 2.01 3/466 30554
/proc/meminfo: memFree=28717580/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=7.35 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 63235 0 1 0 727 8 0 0 25 0 19 0 826776825 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 59210 2223 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=6.28 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 53696 0 1 0 621 7 0 0 25 0 19 0 826776825 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505857380 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 826776827 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 19 0 826776828 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 8 0 0 0 0 0 0 0 25 0 19 0 826776829 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.42 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2091 0 0 0 42 0 0 0 15 0 19 0 826776831 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.64 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6285 0 0 0 63 1 0 0 15 0 19 0 826776831 13962194944 59210 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0

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

[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 826776827 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 129 0 0 0 1 0 0 0 16 0 19 0 826776827 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1251 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=1.21 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 8326 0 0 0 120 1 0 0 15 0 19 0 826776828 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.55 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2127 0 0 0 55 0 0 0 15 0 19 0 826776831 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.72 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6308 0 0 0 71 1 0 0 15 0 19 0 826776831 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 100923 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1663.73
Current children cumulated vsize (KiB) 13634956

[startup+1722.3 s]
/proc/loadavg: 2.01 2.05 2.00 3/466 31078
/proc/meminfo: memFree=28228300/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=1723.73 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 115640 0 1 0 172349 24 0 0 25 0 19 0 826776825 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 111429 2251 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=1720.88 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 88666 0 1 0 172068 20 0 0 25 0 19 0 826776825 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505869571 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0.06 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 3355 0 0 0 6 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0.03 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 2679 0 0 0 3 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1266 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 129 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1252 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=1.32 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 8514 0 0 0 131 1 0 0 15 0 19 0 826776828 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.55 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2127 0 0 0 55 0 0 0 15 0 19 0 826776831 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.72 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6308 0 0 0 71 1 0 0 15 0 19 0 826776831 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 111429 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1723.73
Current children cumulated vsize (KiB) 13634956

[startup+1782.3 s]
/proc/loadavg: 2.10 2.06 2.01 3/466 31079
/proc/meminfo: memFree=28225820/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=1783.74 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 115648 0 1 0 178350 24 0 0 25 0 19 0 826776825 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 111430 2251 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=1780.81 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 88667 0 1 0 178061 20 0 0 25 0 19 0 826776825 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505934092 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0.06 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 3355 0 0 0 6 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0.03 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 2679 0 0 0 3 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1266 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 130 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1252 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=1.39 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 8516 0 0 0 138 1 0 0 15 0 19 0 826776828 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.55 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2127 0 0 0 55 0 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.72 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6308 0 0 0 71 1 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1783.74
Current children cumulated vsize (KiB) 13634956



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.6 s]
/proc/loadavg: 2.08 2.06 2.01 3/466 31080
/proc/meminfo: memFree=28226124/32951124 swapFree=43324008/67111528
[pid=30487] ppid=30485 vsize=13634956 CPUtime=1800.05 cores=0,2,4,6
/proc/30487/stat : 30487 (java) S 30485 30487 28402 0 -1 4202496 115648 0 1 0 179981 24 0 0 25 0 19 0 826776825 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/30487/statm: 3408739 111430 2251 9 0 3399473 0
[pid=30487/tid=30488] ppid=30485 vsize=13634956 CPUtime=1797.12 cores=0,2,4,6
/proc/30487/task/30488/stat : 30488 (java) R 30485 30487 28402 0 -1 4202560 88667 0 1 0 179692 20 0 0 25 0 19 0 826776825 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 46912505869355 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=30487/tid=30490] ppid=30485 vsize=13634956 CPUtime=0.06 cores=0,2,4,6
/proc/30487/task/30490/stat : 30490 (java) S 30485 30487 28402 0 -1 4202560 3355 0 0 0 6 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30491] ppid=30485 vsize=13634956 CPUtime=0.03 cores=0,2,4,6
/proc/30487/task/30491/stat : 30491 (java) S 30485 30487 28402 0 -1 4202560 2679 0 0 0 3 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30492] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30492/stat : 30492 (java) S 30485 30487 28402 0 -1 4202560 1266 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30493] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30493/stat : 30493 (java) S 30485 30487 28402 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30494] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30494/stat : 30494 (java) S 30485 30487 28402 0 -1 4202560 5 0 0 0 2 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30495] ppid=30485 vsize=13634956 CPUtime=0.01 cores=0,2,4,6
/proc/30487/task/30495/stat : 30495 (java) S 30485 30487 28402 0 -1 4202560 4 0 0 0 1 0 0 0 15 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30496] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30496/stat : 30496 (java) S 30485 30487 28402 0 -1 4202560 130 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30497] ppid=30485 vsize=13634956 CPUtime=0.02 cores=0,2,4,6
/proc/30487/task/30497/stat : 30497 (java) S 30485 30487 28402 0 -1 4202560 1252 0 0 0 2 0 0 0 16 0 19 0 826776827 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 0 0 0 0
[pid=30487/tid=30498] ppid=30485 vsize=13634956 CPUtime=1.39 cores=0,2,4,6
/proc/30487/task/30498/stat : 30498 (java) S 30485 30487 28402 0 -1 4202560 8516 0 0 0 138 1 0 0 15 0 19 0 826776828 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 0 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30499] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30499/stat : 30499 (java) S 30485 30487 28402 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30500] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30500/stat : 30500 (java) S 30485 30487 28402 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 826776829 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30501] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30501/stat : 30501 (java) S 30485 30487 28402 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458768817 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30502] ppid=30485 vsize=13634956 CPUtime=0.55 cores=0,2,4,6
/proc/30487/task/30502/stat : 30502 (java) S 30485 30487 28402 0 -1 4202560 2127 0 0 0 55 0 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 6 0 0 0
[pid=30487/tid=30503] ppid=30485 vsize=13634956 CPUtime=0.72 cores=0,2,4,6
/proc/30487/task/30503/stat : 30503 (java) S 30485 30487 28402 0 -1 4202560 6308 0 0 0 71 1 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30504] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30504/stat : 30504 (java) S 30485 30487 28402 0 -1 4202560 2 0 0 0 0 0 0 0 21 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761113 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
[pid=30487/tid=30505] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30505/stat : 30505 (java) S 30485 30487 28402 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 826776831 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 4 0 0 0
[pid=30487/tid=30509] ppid=30485 vsize=13634956 CPUtime=0 cores=0,2,4,6
/proc/30487/task/30509/stat : 30509 (java) S 30485 30487 28402 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 826776912 13962194944 111430 33554432000 1073741824 1073778376 140736134677920 18446744073709551615 244458761728 0 4 0 16800975 18446604451499191296 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13634956

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): 1798.66
CPU time (s): 1800.12
CPU user time (s): 1799.85
CPU system time (s): 0.268959
CPU usage (%): 100.081
Max. virtual memory (cumulated for all children) (KiB): 13635704

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.85
system time used= 0.268959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115682
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= 37342
involuntary context switches= 6002

runsolver used 8.37373 second user time and 16.3025 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 03:42:44
IDJOB=3458628
IDBENCH=2466
IDSOLVER=1952
FILE ID=node105/3458628-1307151764
RUNJOBID= node105-1307146370-30053
PBS_JOBID= 13508811
Free space on /tmp= 73764 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458628-1307151764/watcher-3458628-1307151764 -o /tmp/evaluation-result-3458628-1307151764/solver-3458628-1307151764 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458628-1307151764.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=178124919

node105.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.825
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.65
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.825
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	: 5226.15
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.825
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.82
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.825
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      29013012 kB
Buffers:        319236 kB
Cached:         804432 kB
SwapCached:      20984 kB
Active:        2957128 kB
Inactive:       667120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29013012 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:            3012 kB
Writeback:         304 kB
AnonPages:     2497668 kB
Mapped:          27600 kB
Slab:           164816 kB
PageTables:      81480 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 128305276 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73764 MiB
End job on node105 at 2011-06-04 04:12:44