Trace number 3733382

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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.15 899.237

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1090626176
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
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 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.10	c version 2.3.1.v20110525
0.02/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3733382-1338689427.opb
0.08/0.12	c reading problem ... 
1.63/1.06	c ... done. Wall clock time 0.94s.
1.63/1.06	c #vars     15501
1.63/1.06	c #constraints  1086
1.63/1.06	c constraints type 
1.63/1.06	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1.63/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
1.63/1.06	c constraints type 
1.63/1.06	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1.63/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
695.29/346.84	c cleaning 2501 clauses out of 5001 with flag 5002/5002
1116.40/557.36	c cleaning 4249 clauses out of 8498 with flag 11000/11000
1626.44/812.26	c cleaning 5627 clauses out of 11261 with flag 18012/18012
1800.15/899.21	c starts		: 45
1800.15/899.21	c conflicts		: 20453
1800.15/899.21	c decisions		: 143585
1800.15/899.21	c propagations		: 22850029
1800.15/899.21	c inspects		: 272285378
1800.15/899.21	c shortcuts		: 0
1800.15/899.21	c learnt literals	: 1
1800.15/899.21	c learnt binary clauses	: 0
1800.15/899.21	c learnt ternary clauses	: 0
1800.15/899.21	c learnt constraints	: 20451
1800.15/899.21	c ignored constraints	: 0
1800.15/899.21	c root simplifications	: 0
1800.15/899.21	c removed literals (reason simplification)	: 4755572
1800.15/899.21	c reason swapping (by a shorter reason)	: 0
1800.15/899.21	c Calls to reduceDB	: 3
1800.15/899.21	c number of reductions to clauses (during analyze)	: 0
1800.15/899.21	c number of learned constraints concerned by reduction	: 0
1800.15/899.21	c number of learning phase by resolution	: 0
1800.15/899.21	c number of learning phase by cutting planes	: 0
1800.15/899.21	c speed (assignments/second)	: 25441.24527222098
1800.15/899.21	c non guided choices	0
1800.15/899.22	c learnt constraints type 
1800.15/899.22	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 8074
1800.15/899.22	c constraints type 
1800.15/899.22	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1800.15/899.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
1800.15/899.22	c constraints type 
1800.15/899.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1800.15/899.22	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.15/899.22	s UNKNOWN
1800.15/899.22	c Total wall clock time (in seconds): 899.098

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733382-1338689427/watcher-3733382-1338689427 -o /tmp/evaluation-result-3733382-1338689427/solver-3733382-1338689427 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733382-1338689427.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.88 3.84 3.76 4/198 4763
/proc/meminfo: memFree=27360592/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/4763/stat : 4763 (java) D 4761 4763 621 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 335068137 9515008 182 33554432000 1073741824 1073778376 140734161096288 140734161087320 260190322357 0 0 4096 0 18446744072100609316 0 0 17 2 0 0 0 0 0
/proc/4763/statm: 2323 182 140 9 0 71 0

[startup+0.040463 s]
/proc/loadavg: 3.88 3.84 3.76 4/198 4763
/proc/meminfo: memFree=27360592/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11044572 CPUtime=0.02 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 3540 0 1 0 1 1 0 0 20 0 10 0 335068137 11309641728 11393 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2761143 11393 1539 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100261 s]
/proc/loadavg: 3.88 3.84 3.76 4/198 4763
/proc/meminfo: memFree=27360592/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 4692 0 1 0 7 1 0 0 20 0 18 0 335068137 11864465408 13556 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2896598 13557 2087 9 0 2887285 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.30018 s]
/proc/loadavg: 3.88 3.84 3.76 4/198 4763
/proc/meminfo: memFree=27360592/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11586392 CPUtime=0.56 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 13827 0 1 0 52 4 0 0 20 0 18 0 335068137 11864465408 20759 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2896598 20759 2202 9 0 2887285 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 11586392

[startup+0.700243 s]
/proc/loadavg: 3.88 3.84 3.76 4/198 4763
/proc/meminfo: memFree=27360592/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11586392 CPUtime=1.32 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 14925 0 1 0 126 6 0 0 20 0 18 0 335068137 11864465408 47983 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2896598 47983 2228 9 0 2887285 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 11586392

[startup+1.5006 s]
/proc/loadavg: 3.88 3.84 3.76 4/216 4781
/proc/meminfo: memFree=27072152/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11852648 CPUtime=2.95 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 15239 0 1 0 285 10 0 0 20 0 22 0 335068137 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2963162 105008 2244 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3014 0 1 0 95 7 0 0 20 0 22 0 335068138 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335068141 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) R 4761 4763 621 0 -1 4202560 5679 0 0 0 49 1 0 0 20 0 22 0 335068144 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068194180160 140068720354520 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) R 4761 4763 621 0 -1 4202560 5244 0 0 0 51 2 0 0 20 0 22 0 335068144 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068193134776 140068724724123 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 105008 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 11852648

[startup+3.10069 s]
/proc/loadavg: 3.88 3.84 3.76 5/220 4785
/proc/meminfo: memFree=26897048/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11852648 CPUtime=6.55 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 15285 0 1 0 644 11 0 0 20 0 22 0 335068137 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2963162 117823 2246 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3014 0 1 0 95 7 0 0 20 0 22 0 335068138 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335068141 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 621 0 -1 4202560 5680 0 0 0 65 1 0 0 20 0 22 0 335068144 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068194187320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 621 0 -1 4202560 5246 0 0 0 76 2 0 0 20 0 22 0 335068144 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068193134776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4782] ppid=4761 vsize=11852648 CPUtime=2.01 cores=0,2,4,6
/proc/4763/task/4782/stat : 4782 (java) R 4761 4763 621 0 -1 4202560 38 0 0 0 201 0 0 0 20 0 22 0 335068244 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068189973112 140068564952979 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4783] ppid=4761 vsize=11852648 CPUtime=1.99 cores=0,2,4,6
/proc/4763/task/4783/stat : 4783 (java) R 4761 4763 621 0 -1 4202560 106 0 0 0 198 1 0 0 20 0 22 0 335068244 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068188920432 140068565023485 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4784] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4784/stat : 4784 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068187870760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4785] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4785/stat : 4785 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 117823 33554432000 1073741824 1073778376 140735942267728 140068186818216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.55
Current children cumulated vsize (KiB) 11852648

[startup+6.30069 s]
/proc/loadavg: 3.89 3.84 3.76 5/220 4785
/proc/meminfo: memFree=26884264/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11852648 CPUtime=12.97 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 15299 0 1 0 1285 12 0 0 20 0 22 0 335068137 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2963162 119223 2250 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.02 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3015 0 1 0 95 7 0 0 20 0 22 0 335068138 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335068140 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335068141 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.66 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 621 0 -1 4202560 5680 0 0 0 65 1 0 0 20 0 22 0 335068144 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068194187320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=0.82 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 621 0 -1 4202560 5254 0 0 0 80 2 0 0 20 0 22 0 335068144 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068193134776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4782] ppid=4761 vsize=11852648 CPUtime=5.19 cores=0,2,4,6
/proc/4763/task/4782/stat : 4782 (java) R 4761 4763 621 0 -1 4202560 39 0 0 0 519 0 0 0 20 0 22 0 335068244 12137111552 119223 33554432000 1073741824 1073778376 140735942267728 140068189973280 140068564693838 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0

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

/proc/4763/statm: 2963162 924758 2279 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3021 0 1 0 96 9 0 0 20 0 22 0 335068138 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 143 0 0 0 35 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 93 0 0 0 29 5 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 204 0 0 0 48 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 153 0 0 0 41 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 187 0 0 0 43 10 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 156 0 0 0 36 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 148 0 0 0 39 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 199 0 0 0 51 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 108 0 0 0 91 5 0 0 20 0 22 0 335068141 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 621 0 -1 4202560 5698 0 0 0 97 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068194187320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 621 0 -1 4202560 6606 0 0 0 131 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068193134776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0.15 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 48 0 0 0 6 9 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4782] ppid=4761 vsize=11852648 CPUtime=816.84 cores=0,2,4,6
/proc/4763/task/4782/stat : 4782 (java) R 4761 4763 621 0 -1 4202560 52 0 0 0 81671 13 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068189975120 140068564901717 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4783] ppid=4761 vsize=11852648 CPUtime=816.82 cores=0,2,4,6
/proc/4763/task/4783/stat : 4783 (java) R 4761 4763 621 0 -1 4202560 1340 0 0 0 81631 51 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068188920560 140068564753448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4784] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4784/stat : 4784 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068187870760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4785] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4785/stat : 4785 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068186818216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1646.34
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.97 3.94 3.85 5/219 4853
/proc/meminfo: memFree=21825628/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11852648 CPUtime=1766.33 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 19349 0 1 0 176494 139 0 0 20 0 22 0 335068137 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2963162 924758 2279 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3021 0 1 0 96 9 0 0 20 0 22 0 335068138 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 143 0 0 0 35 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 93 0 0 0 29 5 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 204 0 0 0 48 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 153 0 0 0 41 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 187 0 0 0 43 10 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 156 0 0 0 36 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 148 0 0 0 39 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 199 0 0 0 51 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 108 0 0 0 91 5 0 0 20 0 22 0 335068141 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 621 0 -1 4202560 5698 0 0 0 97 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068194187320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 621 0 -1 4202560 6607 0 0 0 133 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068193134776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 52 0 0 0 6 10 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4782] ppid=4761 vsize=11852648 CPUtime=876.68 cores=0,2,4,6
/proc/4763/task/4782/stat : 4782 (java) R 4761 4763 621 0 -1 4202560 52 0 0 0 87654 14 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068189975120 140068564901668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4783] ppid=4761 vsize=11852648 CPUtime=876.66 cores=0,2,4,6
/proc/4763/task/4783/stat : 4783 (java) R 4761 4763 621 0 -1 4202560 1340 0 0 0 87614 52 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068188922664 140068565023590 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4784] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4784/stat : 4784 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068187870760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4785] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4785/stat : 4785 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068186818216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1766.33
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.201 s]
/proc/loadavg: 3.98 3.94 3.85 5/219 4853
/proc/meminfo: memFree=21823456/32873648 swapFree=7116/7116
[pid=4763] ppid=4761 vsize=11852648 CPUtime=1800.15 cores=0,2,4,6
/proc/4763/stat : 4763 (java) S 4761 4763 621 0 -1 4202496 19350 0 1 0 179875 140 0 0 20 0 22 0 335068137 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140735942258864 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4763/statm: 2963162 924758 2279 9 0 2953849 0
[pid=4763/tid=4765] ppid=4761 vsize=11852648 CPUtime=1.05 cores=0,2,4,6
/proc/4763/task/4765/stat : 4765 (java) S 4761 4763 621 0 -1 4202560 3021 0 1 0 96 9 0 0 20 0 22 0 335068138 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068717749400 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4766] ppid=4761 vsize=11852648 CPUtime=0.43 cores=0,2,4,6
/proc/4763/task/4766/stat : 4766 (java) S 4761 4763 621 0 -1 4202560 143 0 0 0 35 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068686158504 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4767] ppid=4761 vsize=11852648 CPUtime=0.34 cores=0,2,4,6
/proc/4763/task/4767/stat : 4767 (java) S 4761 4763 621 0 -1 4202560 93 0 0 0 29 5 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068685105960 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4768] ppid=4761 vsize=11852648 CPUtime=0.6 cores=0,2,4,6
/proc/4763/task/4768/stat : 4768 (java) S 4761 4763 621 0 -1 4202560 204 0 0 0 48 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068684053416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4769] ppid=4761 vsize=11852648 CPUtime=0.5 cores=0,2,4,6
/proc/4763/task/4769/stat : 4769 (java) S 4761 4763 621 0 -1 4202560 153 0 0 0 41 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068683000872 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4770] ppid=4761 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/4763/task/4770/stat : 4770 (java) S 4761 4763 621 0 -1 4202560 187 0 0 0 43 10 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068550314152 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4771] ppid=4761 vsize=11852648 CPUtime=0.44 cores=0,2,4,6
/proc/4763/task/4771/stat : 4771 (java) S 4761 4763 621 0 -1 4202560 156 0 0 0 36 8 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068549261608 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4772] ppid=4761 vsize=11852648 CPUtime=0.48 cores=0,2,4,6
/proc/4763/task/4772/stat : 4772 (java) S 4761 4763 621 0 -1 4202560 148 0 0 0 39 9 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068211648936 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4773] ppid=4761 vsize=11852648 CPUtime=0.63 cores=0,2,4,6
/proc/4763/task/4773/stat : 4773 (java) S 4761 4763 621 0 -1 4202560 199 0 0 0 51 12 0 0 20 0 22 0 335068140 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068210596392 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4774] ppid=4761 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/4763/task/4774/stat : 4774 (java) S 4761 4763 621 0 -1 4202560 108 0 0 0 91 5 0 0 20 0 22 0 335068141 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068198398568 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4775] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4775/stat : 4775 (java) S 4761 4763 621 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068197344888 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4776] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4776/stat : 4776 (java) S 4761 4763 621 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335068142 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068196292232 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4777] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4777/stat : 4777 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068195240976 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4778] ppid=4761 vsize=11852648 CPUtime=0.99 cores=0,2,4,6
/proc/4763/task/4778/stat : 4778 (java) S 4761 4763 621 0 -1 4202560 5698 0 0 0 97 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068194187320 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4779] ppid=4761 vsize=11852648 CPUtime=1.35 cores=0,2,4,6
/proc/4763/task/4779/stat : 4779 (java) S 4761 4763 621 0 -1 4202560 6608 0 0 0 133 2 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068193134776 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4763/tid=4780] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4780/stat : 4780 (java) S 4761 4763 621 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068192082424 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4763/tid=4781] ppid=4761 vsize=11852648 CPUtime=0.17 cores=0,2,4,6
/proc/4763/task/4781/stat : 4781 (java) S 4761 4763 621 0 -1 4202560 52 0 0 0 7 10 0 0 20 0 22 0 335068144 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068191030088 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4782] ppid=4761 vsize=11852648 CPUtime=893.53 cores=0,2,4,6
/proc/4763/task/4782/stat : 4782 (java) R 4761 4763 621 0 -1 4202560 52 0 0 0 89339 14 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068189975120 140068564941533 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4783] ppid=4761 vsize=11852648 CPUtime=893.52 cores=0,2,4,6
/proc/4763/task/4783/stat : 4783 (java) R 4761 4763 621 0 -1 4202560 1340 0 0 0 89300 52 0 0 20 0 22 0 335068244 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068188921848 140068565023321 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4763/tid=4784] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4784/stat : 4784 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068187870760 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4763/tid=4785] ppid=4761 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/4763/task/4785/stat : 4785 (java) S 4761 4763 621 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335068246 12137111552 924758 33554432000 1073741824 1073778376 140735942267728 140068186818216 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.15
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4763 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=27266
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=831721
# CPU time returned by wait4() is 1795.86
# while last known CPU time is 1800.15
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.237
CPU time (s): 1800.15
CPU user time (s): 1798.75
CPU system time (s): 1.4
CPU usage (%): 200.186
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.03
system time used= 1.83172
maximum resident set size= 3701200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19383
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21988
involuntary context switches= 23025

runsolver used 3.10153 second user time and 7.98279 second system time

The end

Launcher Data

Begin job on node123 at 2012-06-03 04:10:27
IDJOB=3733382
IDBENCH=2366
IDSOLVER=2328
FILE ID=node123/3733382-1338689427
RUNJOBID= node123-1338678620-640
PBS_JOBID= 14636690
Free space on /tmp= 71300 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733382-1338689427/watcher-3733382-1338689427 -o /tmp/evaluation-result-3733382-1338689427/solver-3733382-1338689427 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733382-1338689427.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=202966430

node123.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27360328 kB
Buffers:          492372 kB
Cached:          2207456 kB
SwapCached:         2268 kB
Active:          2744852 kB
Inactive:        1875608 kB
Active(anon):    1915956 kB
Inactive(anon):     5504 kB
Active(file):     828896 kB
Inactive(file):  1870104 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100316 kB
Dirty:              2864 kB
Writeback:             0 kB
AnonPages:       2016656 kB
Mapped:            18596 kB
Shmem:                 0 kB
Slab:             748664 kB
SReclaimable:     192808 kB
SUnreclaim:       555856 kB
KernelStack:        1792 kB
PageTables:         8080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10459176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1955840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71300 MiB
End job on node123 at 2012-06-03 04:25:28