Trace number 3454262

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.42 902.495

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables13480
Total number of constraints26619
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 constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
Number of bits of the biggest sum of numbers12
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.13/0.11	c Pseudo Boolean Optimization
0.13/0.11	c ManyCore solver with 2 solvers running in parallel
0.13/0.11	c --- Begin Solver configuration ---
0.13/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.13/0.11	c Learn all clauses as in MiniSAT
0.13/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.11	c Expensive reason simplification
0.13/0.11	c Armin Biere (Picosat) restarts strategy
0.13/0.11	c Glucose learned constraints deletion strategy
0.13/0.11	c timeout=2147483s
0.13/0.11	c DB Simplification allowed=false
0.13/0.11	c --- End Solver configuration ---
0.13/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.11	c --- Begin Solver configuration ---
0.13/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.13/0.11	c Learn all clauses as in MiniSAT
0.13/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.11	c No reason simplification
0.13/0.11	c Armin Biere (Picosat) restarts strategy
0.13/0.11	c Glucose learned constraints deletion strategy
0.13/0.11	c timeout=2147483s
0.13/0.11	c DB Simplification allowed=false
0.13/0.11	c --- End Solver configuration ---
0.13/0.11	c solving HOME/instance-3454262-1307191889.opb
0.13/0.11	c reading problem ... 
2.91/2.11	c ... done. Wall clock time 2.0s.
2.91/2.11	c #vars     13480
2.91/2.11	c #constraints  26619
2.91/2.11	c constraints type 
2.91/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.91/2.11	c constraints type 
2.91/2.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
57.07/28.55	c cleaning 2494 clauses out of 5001 with flag 5001/5001
110.92/55.53	c cleaning 4246 clauses out of 8506 with flag 11000/11000
172.34/86.32	c cleaning 5610 clauses out of 11262 with flag 18002/18002
185.51/93.02	c cleaning 0 clauses out of 5000 with flag 0/5000
245.25/122.82	c cleaning 6808 clauses out of 13650 with flag 26000/26000
328.24/164.43	c cleaning 7910 clauses out of 15842 with flag 35000/35000
418.23/209.59	c cleaning 8962 clauses out of 17933 with flag 45001/45001
443.57/222.36	c cleaning 0 clauses out of 11001 with flag 0/11001
504.18/252.89	c cleaning 9959 clauses out of 19970 with flag 56000/56000
618.34/310.00	c cleaning 10989 clauses out of 22012 with flag 68001/68001
737.90/369.94	c cleaning 12000 clauses out of 24022 with flag 81000/81000
803.28/402.76	c cleaning 0 clauses out of 18001 with flag 0/18001
860.01/431.33	c cleaning 12996 clauses out of 26025 with flag 95003/95003
1023.59/513.26	c cleaning 13994 clauses out of 28030 with flag 110004/110004
1171.59/587.40	c cleaning 14998 clauses out of 30033 with flag 126001/126001
1297.16/650.28	c cleaning 0 clauses out of 26001 with flag 0/26001
1346.21/675.05	c cleaning 16015 clauses out of 32035 with flag 143001/143001
1492.58/748.36	c cleaning 16991 clauses out of 34019 with flag 161000/161000
1672.22/838.26	c cleaning 18011 clauses out of 36028 with flag 180000/180000
1800.14/902.32	c starts		: 117
1800.14/902.32	c conflicts		: 194432
1800.14/902.32	c decisions		: 244584
1800.14/902.32	c propagations		: 75292273
1800.14/902.32	c inspects		: 3169745216
1800.14/902.32	c shortcuts		: 0
1800.14/902.32	c learnt literals	: 0
1800.14/902.32	c learnt binary clauses	: 0
1800.14/902.32	c learnt ternary clauses	: 8
1800.14/902.32	c learnt constraints	: 194432
1800.14/902.32	c ignored constraints	: 0
1800.14/902.32	c root simplifications	: 0
1800.14/902.32	c removed literals (reason simplification)	: 4079085
1800.14/902.32	c reason swapping (by a shorter reason)	: 0
1800.14/902.32	c Calls to reduceDB	: 15
1800.14/902.32	c number of reductions to clauses (during analyze)	: 0
1800.14/902.32	c number of learned constraints concerned by reduction	: 0
1800.14/902.32	c number of learning phase by resolution	: 0
1800.14/902.32	c number of learning phase by cutting planes	: 0
1800.14/902.32	c speed (assignments/second)	: 83638.37962613252
1800.14/902.32	c non guided choices	146
1800.14/902.35	c learnt constraints type 
1800.14/902.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32452
1800.14/902.35	c constraints type 
1800.14/902.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.14/902.35	c constraints type 
1800.14/902.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.14/902.35	s UNKNOWN
1800.14/902.35	c Total wall clock time (in seconds): 902.247

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-3454262-1307191889/watcher-3454262-1307191889 -o /tmp/evaluation-result-3454262-1307191889/solver-3454262-1307191889 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454262-1307191889.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.99 3.95 3.83 4/467 25747
/proc/meminfo: memFree=28585848/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 2840 0 1 0 0 0 0 0 25 0 2 0 830787658 10681323520 2541 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2607745 2554 906 9 0 2598901 0
[pid=25747/tid=25748] ppid=25745 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 5264 0 1 0 0 0 0 0 25 0 2 0 830787659 10694979584 6080 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235594560571 0 4 0 16784584 0 0 0 -1 5 0 0 0

[startup+0.112058 s]
/proc/loadavg: 3.99 3.95 3.83 4/467 25747
/proc/meminfo: memFree=28585848/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10539500 CPUtime=0.13 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 13304 0 1 0 11 2 0 0 25 0 18 0 830787658 10792448000 12974 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2634875 12974 2124 9 0 2625609 0
[pid=25747/tid=25748] ppid=25745 vsize=10539500 CPUtime=0.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 11276 0 1 0 8 1 0 0 25 0 18 0 830787659 10792448000 12974 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606693323 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 10539500

[startup+0.200975 s]
/proc/loadavg: 3.99 3.95 3.83 4/467 25747
/proc/meminfo: memFree=28585848/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10540020 CPUtime=0.29 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 14447 0 1 0 27 2 0 0 25 0 18 0 830787658 10792980480 14081 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2635005 14082 2184 9 0 2625739 0
[pid=25747/tid=25748] ppid=25745 vsize=10540020 CPUtime=0.18 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 12014 0 1 0 17 1 0 0 25 0 18 0 830787659 10792980480 14082 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540020

[startup+0.300985 s]
/proc/loadavg: 3.99 3.95 3.83 4/467 25747
/proc/meminfo: memFree=28585848/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10551928 CPUtime=0.59 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 23515 0 1 0 56 3 0 0 25 0 18 0 830787658 10805174272 19965 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2637982 19965 2201 9 0 2628716 0
[pid=25747/tid=25748] ppid=25745 vsize=10551928 CPUtime=0.29 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 13019 0 1 0 27 2 0 0 25 0 18 0 830787659 10805174272 19966 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505578765 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 10551928

[startup+0.700889 s]
/proc/loadavg: 3.99 3.95 3.83 4/467 25747
/proc/meminfo: memFree=28585848/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10553500 CPUtime=1.41 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 48288 0 1 0 133 8 0 0 25 0 18 0 830787658 10806784000 44129 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2638375 44132 2212 9 0 2629109 0
[pid=25747/tid=25748] ppid=25745 vsize=10553500 CPUtime=0.68 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 36716 0 1 0 62 6 0 0 25 0 18 0 830787659 10806784000 44134 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505799561 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 10553500

[startup+1.50075 s]
/proc/loadavg: 3.99 3.95 3.83 4/485 25765
/proc/meminfo: memFree=28247628/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10553500 CPUtime=2.32 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 136636 0 1 0 215 17 0 0 25 0 18 0 830787658 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2638375 132476 2213 9 0 2629109 0
[pid=25747/tid=25748] ppid=25745 vsize=10553500 CPUtime=1.49 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) R 25745 25747 22425 0 -1 4202560 125017 0 1 0 133 16 0 0 25 0 18 0 830787659 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505504196 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830787660 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 18 0 830787661 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 830787662 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 830787662 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 830787664 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25762] ppid=25745 vsize=10553500 CPUtime=0.45 cores=1,3,5,7
/proc/25747/task/25762/stat : 25762 (java) S 25745 25747 22425 0 -1 4202560 4751 0 0 0 45 0 0 0 20 0 18 0 830787664 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25763] ppid=25745 vsize=10553500 CPUtime=0.36 cores=1,3,5,7
/proc/25747/task/25763/stat : 25763 (java) S 25745 25747 22425 0 -1 4202560 5714 0 0 0 36 0 0 0 17 0 18 0 830787664 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25764] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25764/stat : 25764 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 830787664 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25765] ppid=25745 vsize=10553500 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25765/stat : 25765 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 830787664 10806784000 132476 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10553500

[startup+3.10147 s]
/proc/loadavg: 3.99 3.95 3.83 5/489 25769
/proc/meminfo: memFree=27764244/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10557612 CPUtime=5.29 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 245450 0 1 0 499 30 0 0 25 0 22 0 830787658 10810994688 241289 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2639403 241291 2233 9 0 2630137 0
[pid=25747/tid=25748] ppid=25745 vsize=10557612 CPUtime=2.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) S 25745 25747 22425 0 -1 4202560 194267 0 1 0 185 24 0 0 20 0 22 0 830787659 10810994688 241291 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241292 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241293 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241294 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241295 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241296 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241297 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241298 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 241299 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 4 0 0 0 0 0 0 0 18 0 22 0 830787661 10810994688 241299 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830787662 10810994688 241300 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787662 10810994688 241301 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 241302 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25762] ppid=25745 vsize=10557612 CPUtime=0.65 cores=1,3,5,7
/proc/25747/task/25762/stat : 25762 (java) S 25745 25747 22425 0 -1 4202560 4776 0 0 0 65 0 0 0 15 0 22 0 830787664 10810994688 241303 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25763] ppid=25745 vsize=10557612 CPUtime=0.54 cores=1,3,5,7
/proc/25747/task/25763/stat : 25763 (java) S 25745 25747 22425 0 -1 4202560 5771 0 0 0 54 0 0 0 15 0 22 0 830787664 10810994688 241304 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25764] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25764/stat : 25764 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 241305 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25765] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25765/stat : 25765 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830787664 10810994688 241305 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25766] ppid=25745 vsize=10557612 CPUtime=0.98 cores=1,3,5,7
/proc/25747/task/25766/stat : 25766 (java) R 25745 25747 22425 0 -1 4202560 1576 0 0 0 98 0 0 0 25 0 22 0 830787869 10810994688 241306 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912506002404 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=25747/tid=25767] ppid=25745 vsize=10557612 CPUtime=0.98 cores=1,3,5,7
/proc/25747/task/25767/stat : 25767 (java) R 25745 25747 22425 0 -1 4202560 37908 0 0 0 94 4 0 0 25 0 22 0 830787869 10810994688 241307 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505881129 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25747/tid=25768] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25768/stat : 25768 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 241308 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25769] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25769/stat : 25769 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 241308 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.29
Current children cumulated vsize (KiB) 10557612

[startup+6.30091 s]
/proc/loadavg: 3.99 3.95 3.83 5/489 25772
/proc/meminfo: memFree=27264156/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10557612 CPUtime=11.92 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 363083 0 1 0 1148 44 0 0 25 0 22 0 830787658 10810994688 358709 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2639403 358710 2235 9 0 2630137 0
[pid=25747/tid=25748] ppid=25745 vsize=10557612 CPUtime=2.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) S 25745 25747 22425 0 -1 4202560 194267 0 1 0 185 24 0 0 15 0 22 0 830787659 10810994688 358711 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358712 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358713 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358714 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358715 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358716 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358717 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358718 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787660 10810994688 358719 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 830787661 10810994688 358721 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 830787662 10810994688 358721 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787662 10810994688 358723 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 358724 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0

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

/proc/meminfo: memFree=23973952/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10557612 CPUtime=1640.35 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 934277 0 1 0 163920 115 0 0 25 0 22 0 830787658 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2639403 926001 2264 9 0 2630137 0
[pid=25747/tid=25748] ppid=25745 vsize=10557612 CPUtime=2.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) S 25745 25747 22425 0 -1 4202560 194276 0 1 0 185 24 0 0 15 0 22 0 830787659 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10557612 CPUtime=0.67 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 16361 0 0 0 65 2 0 0 16 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10557612 CPUtime=0.76 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 17225 0 0 0 73 3 0 0 15 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10557612 CPUtime=0.62 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 9279 0 0 0 61 1 0 0 16 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10557612 CPUtime=0.58 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 11092 0 0 0 57 1 0 0 16 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10557612 CPUtime=0.47 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 3821 0 0 0 47 0 0 0 15 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10557612 CPUtime=0.66 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 12115 0 0 0 64 2 0 0 15 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10557612 CPUtime=0.61 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 4622 0 0 0 61 0 0 0 16 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10557612 CPUtime=0.54 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 10496 0 0 0 53 1 0 0 15 0 22 0 830787660 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10557612 CPUtime=6.67 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 73340 0 0 0 661 6 0 0 15 0 22 0 830787661 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25762] ppid=25745 vsize=10557612 CPUtime=1.56 cores=1,3,5,7
/proc/25747/task/25762/stat : 25762 (java) S 25745 25747 22425 0 -1 4202560 8548 0 0 0 155 1 0 0 16 0 22 0 830787664 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25763] ppid=25745 vsize=10557612 CPUtime=0.99 cores=1,3,5,7
/proc/25747/task/25763/stat : 25763 (java) S 25745 25747 22425 0 -1 4202560 5873 0 0 0 99 0 0 0 15 0 22 0 830787664 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25764] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25764/stat : 25764 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25765] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25765/stat : 25765 (java) S 25745 25747 22425 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830787664 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25766] ppid=25745 vsize=10557612 CPUtime=811.96 cores=1,3,5,7
/proc/25747/task/25766/stat : 25766 (java) R 25745 25747 22425 0 -1 4202560 1846 0 0 0 81196 0 0 0 25 0 22 0 830787869 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505948560 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=25747/tid=25767] ppid=25745 vsize=10557612 CPUtime=812.02 cores=1,3,5,7
/proc/25747/task/25767/stat : 25767 (java) R 25745 25747 22425 0 -1 4202560 564174 0 0 0 81135 67 0 0 25 0 22 0 830787869 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505921691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25747/tid=25768] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25768/stat : 25768 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25769] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25769/stat : 25769 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 926001 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1640.35
Current children cumulated vsize (KiB) 10557612

[startup+882.318 s]
/proc/loadavg: 3.83 3.97 3.91 3/462 25848
/proc/meminfo: memFree=27587268/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10557612 CPUtime=1760.11 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 936845 0 1 0 175895 116 0 0 25 0 22 0 830787658 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2639403 928539 2264 9 0 2630137 0
[pid=25747/tid=25748] ppid=25745 vsize=10557612 CPUtime=2.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) S 25745 25747 22425 0 -1 4202560 194276 0 1 0 185 24 0 0 15 0 22 0 830787659 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10557612 CPUtime=0.71 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 16615 0 0 0 69 2 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10557612 CPUtime=0.8 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 17543 0 0 0 77 3 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10557612 CPUtime=0.66 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 9570 0 0 0 65 1 0 0 15 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10557612 CPUtime=0.65 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 11364 0 0 0 64 1 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10557612 CPUtime=0.5 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 3865 0 0 0 50 0 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10557612 CPUtime=0.71 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 12214 0 0 0 69 2 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10557612 CPUtime=0.65 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 4730 0 0 0 65 0 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10557612 CPUtime=0.56 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 10609 0 0 0 55 1 0 0 16 0 22 0 830787660 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10557612 CPUtime=7.11 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 74403 0 0 0 705 6 0 0 15 0 22 0 830787661 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25762] ppid=25745 vsize=10557612 CPUtime=1.56 cores=1,3,5,7
/proc/25747/task/25762/stat : 25762 (java) S 25745 25747 22425 0 -1 4202560 8548 0 0 0 155 1 0 0 16 0 22 0 830787664 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25763] ppid=25745 vsize=10557612 CPUtime=0.99 cores=1,3,5,7
/proc/25747/task/25763/stat : 25763 (java) S 25745 25747 22425 0 -1 4202560 5873 0 0 0 99 0 0 0 15 0 22 0 830787664 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25764] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25764/stat : 25764 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25765] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25765/stat : 25765 (java) S 25745 25747 22425 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 22 0 830787664 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25766] ppid=25745 vsize=10557612 CPUtime=871.46 cores=1,3,5,7
/proc/25747/task/25766/stat : 25766 (java) R 25745 25747 22425 0 -1 4202560 1850 0 0 0 87146 0 0 0 25 0 22 0 830787869 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505908411 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25747/tid=25767] ppid=25745 vsize=10557612 CPUtime=871.52 cores=1,3,5,7
/proc/25747/task/25767/stat : 25767 (java) R 25745 25747 22425 0 -1 4202560 564174 0 0 0 87085 67 0 0 25 0 22 0 830787869 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505921709 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25747/tid=25768] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25768/stat : 25768 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25769] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25769/stat : 25769 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 928539 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1760.11
Current children cumulated vsize (KiB) 10557612



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+902.301 s]
/proc/loadavg: 3.31 3.84 3.87 3/462 25849
/proc/meminfo: memFree=27585912/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=10557612 CPUtime=1800.14 cores=1,3,5,7
/proc/25747/stat : 25747 (java) S 25745 25747 22425 0 -1 4202496 937184 0 1 0 179898 116 0 0 25 0 22 0 830787658 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606669285 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 2639403 928872 2264 9 0 2630137 0
[pid=25747/tid=25748] ppid=25745 vsize=10557612 CPUtime=2.09 cores=1,3,5,7
/proc/25747/task/25748/stat : 25748 (java) S 25745 25747 22425 0 -1 4202560 194276 0 1 0 185 24 0 0 15 0 22 0 830787659 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25750] ppid=25745 vsize=10557612 CPUtime=0.71 cores=1,3,5,7
/proc/25747/task/25750/stat : 25750 (java) S 25745 25747 22425 0 -1 4202560 16615 0 0 0 69 2 0 0 15 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25751] ppid=25745 vsize=10557612 CPUtime=0.8 cores=1,3,5,7
/proc/25747/task/25751/stat : 25751 (java) S 25745 25747 22425 0 -1 4202560 17543 0 0 0 77 3 0 0 15 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25752] ppid=25745 vsize=10557612 CPUtime=0.68 cores=1,3,5,7
/proc/25747/task/25752/stat : 25752 (java) S 25745 25747 22425 0 -1 4202560 9652 0 0 0 67 1 0 0 16 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25753] ppid=25745 vsize=10557612 CPUtime=0.67 cores=1,3,5,7
/proc/25747/task/25753/stat : 25753 (java) S 25745 25747 22425 0 -1 4202560 11393 0 0 0 66 1 0 0 16 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25754] ppid=25745 vsize=10557612 CPUtime=0.5 cores=1,3,5,7
/proc/25747/task/25754/stat : 25754 (java) S 25745 25747 22425 0 -1 4202560 3865 0 0 0 50 0 0 0 15 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25755] ppid=25745 vsize=10557612 CPUtime=0.73 cores=1,3,5,7
/proc/25747/task/25755/stat : 25755 (java) S 25745 25747 22425 0 -1 4202560 12311 0 0 0 71 2 0 0 16 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25756] ppid=25745 vsize=10557612 CPUtime=0.65 cores=1,3,5,7
/proc/25747/task/25756/stat : 25756 (java) S 25745 25747 22425 0 -1 4202560 4730 0 0 0 65 0 0 0 15 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 7 0 0 0
[pid=25747/tid=25757] ppid=25745 vsize=10557612 CPUtime=0.59 cores=1,3,5,7
/proc/25747/task/25757/stat : 25757 (java) S 25745 25747 22425 0 -1 4202560 10737 0 0 0 57 2 0 0 16 0 22 0 830787660 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25758] ppid=25745 vsize=10557612 CPUtime=7.11 cores=1,3,5,7
/proc/25747/task/25758/stat : 25758 (java) S 25745 25747 22425 0 -1 4202560 74403 0 0 0 705 6 0 0 15 0 22 0 830787661 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 0 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25759] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25759/stat : 25759 (java) S 25745 25747 22425 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25760] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25760/stat : 25760 (java) S 25745 25747 22425 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830787662 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25761] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25761/stat : 25761 (java) S 25745 25747 22425 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606690225 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25762] ppid=25745 vsize=10557612 CPUtime=1.56 cores=1,3,5,7
/proc/25747/task/25762/stat : 25762 (java) S 25745 25747 22425 0 -1 4202560 8548 0 0 0 155 1 0 0 16 0 22 0 830787664 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25763] ppid=25745 vsize=10557612 CPUtime=0.99 cores=1,3,5,7
/proc/25747/task/25763/stat : 25763 (java) S 25745 25747 22425 0 -1 4202560 5873 0 0 0 99 0 0 0 15 0 22 0 830787664 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 1 0 0 0
[pid=25747/tid=25764] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25764/stat : 25764 (java) S 25745 25747 22425 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830787664 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606682521 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
[pid=25747/tid=25765] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25765/stat : 25765 (java) S 25745 25747 22425 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 22 0 830787664 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25766] ppid=25745 vsize=10557612 CPUtime=891.43 cores=1,3,5,7
/proc/25747/task/25766/stat : 25766 (java) R 25745 25747 22425 0 -1 4202560 1851 0 0 0 89143 0 0 0 25 0 22 0 830787869 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505948574 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=25747/tid=25767] ppid=25745 vsize=10557612 CPUtime=891.49 cores=1,3,5,7
/proc/25747/task/25767/stat : 25767 (java) R 25745 25747 22425 0 -1 4202560 564174 0 0 0 89082 67 0 0 25 0 22 0 830787869 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 46912505921691 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=25747/tid=25768] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25768/stat : 25768 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 3 0 0 0
[pid=25747/tid=25769] ppid=25745 vsize=10557612 CPUtime=0 cores=1,3,5,7
/proc/25747/task/25769/stat : 25769 (java) S 25745 25747 22425 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830787871 10810994688 928872 33554432000 1073741824 1073778376 140733544933232 18446744073709551615 235606683136 0 4 0 16800975 18446604458502175744 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 10557612

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

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

[startup+902.423 s]
/proc/loadavg: 3.31 3.84 3.87 3/462 25849
/proc/meminfo: memFree=27585912/32950928 swapFree=34365992/67111528
[pid=25747] ppid=25745 vsize=0 CPUtime=1800.33 cores=1,3,5,7
/proc/25747/stat : 25747 (java) Z 25745 25747 22425 0 -1 4203548 937218 0 1 0 179911 122 0 0 17 0 2 0 830787658 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0
/proc/25747/statm: 0 0 0 0 0 0 0
[pid=25747/tid=25766] ppid=25745 vsize=0 CPUtime=891.53 cores=1,3,5,7
/proc/25747/task/25766/stat : 25766 (java) R 25745 25747 22425 0 -1 4203588 1851 0 0 0 89147 6 0 0 25 0 2 0 830787869 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.33
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 902.495
CPU time (s): 1800.42
CPU user time (s): 1799.12
CPU system time (s): 1.2998
CPU usage (%): 199.493
Max. virtual memory (cumulated for all children) (KiB): 10557612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.2998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 937218
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= 22637
involuntary context switches= 16372

runsolver used 4.19636 second user time and 9.79351 second system time

The end

Launcher Data

Begin job on node120 at 2011-06-04 14:51:29
IDJOB=3454262
IDBENCH=2639
IDSOLVER=1950
FILE ID=node120/3454262-1307191889
RUNJOBID= node120-1307190952-25418
PBS_JOBID= 13508848
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454262-1307191889/watcher-3454262-1307191889 -o /tmp/evaluation-result-3454262-1307191889/solver-3454262-1307191889 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454262-1307191889.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=298660327

node120.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.809
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.61
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.809
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.07
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.809
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.809
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.809
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.78
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.809
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.809
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.809
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:     32950928 kB
MemFree:      28586136 kB
Buffers:        313588 kB
Cached:        1023016 kB
SwapCached:      12852 kB
Active:        3093684 kB
Inactive:       972932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      28586136 kB
SwapTotal:    67111528 kB
SwapFree:     34365992 kB
Dirty:            8280 kB
Writeback:           0 kB
AnonPages:     2727360 kB
Mapped:          17520 kB
Slab:           134508 kB
PageTables:      96572 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 115752928 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= 73812 MiB
End job on node120 at 2011-06-04 15:06:33