Trace number 3744496

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.53 893.658

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_5_ic.opb
MD5SUMd92c3493b3e048f1d4b1212b9868f41b
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 125000000
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 11266082609
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 125000000
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 11266082609
Number of bits of the biggest sum of numbers34
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.07/0.10	c Pseudo Boolean Optimization
0.07/0.10	c ManyCore solver with 2 solvers running in parallel
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c Stops conflict analysis at the first Unique Implication Point
0.07/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.10	c Expensive reason simplification
0.07/0.10	c Armin Biere (Picosat) restarts strategy
0.07/0.10	c Glucose learned constraints deletion strategy
0.07/0.10	c timeout=2147483s
0.07/0.10	c DB Simplification allowed=false
0.07/0.10	c --- End Solver configuration ---
0.07/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.10	c --- Begin Solver configuration ---
0.07/0.10	c Stops conflict analysis at the first Unique Implication Point
0.07/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.07/0.10	c Learn all clauses as in MiniSAT
0.07/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3744496-1338810431.opb
0.11/0.10	c reading problem ... 
1.45/0.67	c ... done. Wall clock time 0.57s.
1.45/0.67	c #vars     15725
1.45/0.67	c #constraints  33208
1.45/0.67	c constraints type 
1.45/0.67	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.45/0.67	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.45/0.67	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.45/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.45/0.67	c constraints type 
1.45/0.67	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.45/0.67	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.45/0.67	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.45/0.67	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
13.22/5.64	c cleaning 2497 clauses out of 5000 with flag 5000/5000
24.58/11.29	c cleaning 4246 clauses out of 8503 with flag 11000/11000
37.43/17.66	c cleaning 5608 clauses out of 11257 with flag 18000/18000
53.30/25.51	c cleaning 6822 clauses out of 13652 with flag 26003/26003
70.35/34.07	c cleaning 7909 clauses out of 15828 with flag 35001/35001
93.41/45.58	c cleaning 8952 clauses out of 17919 with flag 45001/45001
114.86/56.26	c cleaning 9980 clauses out of 19967 with flag 56001/56001
136.95/67.22	c cleaning 10986 clauses out of 21986 with flag 68000/68000
162.82/80.15	c cleaning 11997 clauses out of 24001 with flag 81001/81001
186.51/91.93	c cleaning 12997 clauses out of 26004 with flag 95001/95001
209.81/103.51	c cleaning 13999 clauses out of 28008 with flag 110002/110002
235.14/116.17	c cleaning 15000 clauses out of 30008 with flag 126001/126001
266.00/131.59	c cleaning 15998 clauses out of 32009 with flag 143002/143002
301.36/149.19	c cleaning 16996 clauses out of 34010 with flag 161001/161001
333.34/165.09	c cleaning 18002 clauses out of 36013 with flag 180000/180000
368.74/182.65	c cleaning 18993 clauses out of 38011 with flag 200000/200000
415.83/206.10	c cleaning 20003 clauses out of 40019 with flag 221001/221001
469.52/232.88	c cleaning 0 clauses out of 5010 with flag 0/5010
473.23/234.67	c cleaning 21000 clauses out of 42017 with flag 243002/243002
518.41/257.08	c cleaning 22002 clauses out of 44015 with flag 266000/266000
564.82/280.15	c cleaning 23002 clauses out of 46015 with flag 290002/290002
613.86/304.53	c cleaning 23998 clauses out of 48011 with flag 315000/315000
672.15/333.43	c cleaning 25002 clauses out of 50013 with flag 341000/341000
731.60/362.98	c cleaning 25998 clauses out of 52011 with flag 368000/368000
791.61/392.77	c cleaning 26998 clauses out of 54013 with flag 396000/396000
843.56/418.59	c cleaning 28004 clauses out of 56017 with flag 425002/425002
904.46/448.75	c cleaning 29001 clauses out of 58012 with flag 455001/455001
984.01/488.30	c cleaning 29998 clauses out of 60011 with flag 486001/486001
1062.66/527.35	c cleaning 31000 clauses out of 62013 with flag 518001/518001
1137.51/564.56	c cleaning 31997 clauses out of 64013 with flag 551001/551001
1220.95/605.97	c cleaning 33002 clauses out of 66016 with flag 585001/585001
1292.91/641.69	c cleaning 33501 clauses out of 67013 with flag 619000/619000
1367.67/678.89	c cleaning 33751 clauses out of 67513 with flag 653001/653001
1446.53/717.90	c cleaning 33876 clauses out of 67763 with flag 687002/687002
1538.42/763.54	c cleaning 33938 clauses out of 67887 with flag 721002/721002
1621.84/804.92	c cleaning 33954 clauses out of 67948 with flag 755001/755001
1702.07/844.85	c cleaning 33994 clauses out of 67993 with flag 789000/789000
1775.22/881.11	c cleaning 33988 clauses out of 68002 with flag 823003/823003
1800.19/893.61	c starts		: 171
1800.19/893.61	c conflicts		: 835558
1800.19/893.61	c decisions		: 1119730
1800.19/893.61	c propagations		: 522837945
1800.19/893.61	c inspects		: 3485814928
1800.19/893.61	c learnt literals	: 0
1800.19/893.61	c learnt binary clauses	: 0
1800.19/893.61	c learnt ternary clauses	: 0
1800.19/893.61	c learnt clauses	: 835558
1800.19/893.61	c ignored clauses	: 0
1800.19/893.61	c root simplifications	: 0
1800.19/893.61	c removed literals (reason simplification)	: 38080816
1800.19/893.61	c reason swapping (by a shorter reason)	: 0
1800.19/893.61	c Calls to reduceDB	: 37
1800.19/893.61	c number of reductions to clauses (during analyze)	: 0
1800.19/893.61	c number of learned constraints concerned by reduction	: 0
1800.19/893.61	c number of learning phase by resolution	: 0
1800.19/893.61	c number of learning phase by cutting planes	: 0
1800.19/893.61	c speed (assignments/second)	: 585522.4364825079
1800.19/893.61	c non guided choices	0
1800.19/893.63	c learnt constraints type 
1800.19/893.63	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 46583
1800.19/893.63	c constraints type 
1800.19/893.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.19/893.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.19/893.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.19/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.19/893.64	c constraints type 
1800.19/893.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.19/893.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.19/893.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.19/893.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.19/893.64	s UNKNOWN
1800.19/893.64	c Total wall clock time (in seconds): 893.54

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-3744496-1338810431/watcher-3744496-1338810431 -o /tmp/evaluation-result-3744496-1338810431/solver-3744496-1338810431 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744496-1338810431.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.45 3.76 3.79 4/197 22840
/proc/meminfo: memFree=28730680/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 1279 0 0 0 0 0 0 0 20 0 2 0 347168597 98570240 979 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 24065 979 745 9 0 16771 0
[pid=22840/tid=22841] ppid=22838 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) R 22838 22840 21780 0 -1 4202560 131 0 0 0 0 0 0 0 20 0 2 0 347168598 98570240 979 33554432000 1073741824 1073778376 140735630000912 140351420448296 214537422208 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.0799731 s]
/proc/loadavg: 3.45 3.76 3.79 4/197 22840
/proc/meminfo: memFree=28730680/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2699928 CPUtime=0.07 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 4689 0 1 0 6 1 0 0 20 0 18 0 347168597 2764726272 5883 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 674982 5883 2079 9 0 665676 0
[pid=22840/tid=22841] ppid=22838 vsize=2699928 CPUtime=0.06 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) R 22838 22840 21780 0 -1 4202560 2783 0 1 0 4 2 0 0 20 0 18 0 347168598 2764726272 5884 33554432000 1073741824 1073778376 140735630000912 140351420449608 140351292566972 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 2699928

[startup+0.100226 s]
/proc/loadavg: 3.45 3.76 3.79 4/197 22840
/proc/meminfo: memFree=28730680/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 4935 0 1 0 10 1 0 0 20 0 18 0 347168597 2764726272 6100 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 674982 6100 2153 9 0 665676 0
[pid=22840/tid=22841] ppid=22838 vsize=2699928 CPUtime=0.08 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) R 22838 22840 21780 0 -1 4202560 2838 0 1 0 6 2 0 0 20 0 18 0 347168598 2764726272 6100 33554432000 1073741824 1073778376 140735630000912 140351420450600 214540805293 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300205 s]
/proc/loadavg: 3.45 3.76 3.79 4/197 22840
/proc/meminfo: memFree=28730680/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2699928 CPUtime=0.55 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 6147 0 1 0 53 2 0 0 20 0 18 0 347168597 2764726272 10229 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 674982 10229 2220 9 0 665676 0
[pid=22840/tid=22841] ppid=22838 vsize=2699928 CPUtime=0.28 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) R 22838 22840 21780 0 -1 4202560 2852 0 1 0 26 2 0 0 20 0 18 0 347168598 2764726272 10229 33554432000 1073741824 1073778376 140735630000912 140351420450600 140351292601473 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2699928

[startup+0.700217 s]
/proc/loadavg: 3.45 3.76 3.79 4/197 22840
/proc/meminfo: memFree=28730680/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2833056 CPUtime=1.75 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 17223 0 1 0 170 5 0 0 20 0 20 0 347168597 2901049344 43399 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 708264 43399 2242 9 0 698958 0
[pid=22840/tid=22841] ppid=22838 vsize=2833056 CPUtime=0.65 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2914 0 1 0 61 4 0 0 20 0 20 0 347168598 2901049344 43399 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 2833056

[startup+1.50073 s]
/proc/loadavg: 3.45 3.76 3.79 7/219 22862
/proc/meminfo: memFree=28536676/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=4.43 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 17609 0 1 0 431 12 0 0 20 0 22 0 347168597 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 103520 2270 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2914 0 1 0 61 4 0 0 20 0 22 0 347168598 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) R 22838 22840 21780 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351286918360 214537374855 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) R 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351285863888 140351424628911 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) R 22838 22840 21780 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351284812712 140351428498594 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) R 22838 22840 21780 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351283758176 214537374855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) R 22838 22840 21780 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351282707112 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) R 22838 22840 21780 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351281654312 214537374855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) R 22838 22840 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351280601512 214537374855 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) R 22838 22840 21780 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 347168599 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140351279548464 140351424628884 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22851] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22851/stat : 22851 (java) S 22838 22840 21780 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350796982152 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22852] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22852/stat : 22852 (java) S 22838 22840 21780 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350795929336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22853] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22853/stat : 22853 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350794876424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22854] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22854/stat : 22854 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350793824912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22855] ppid=22838 vsize=2966184 CPUtime=0.99 cores=1,3,5,7
/proc/22840/task/22855/stat : 22855 (java) S 22838 22840 21780 0 -1 4202560 6353 0 0 0 99 0 0 0 20 0 22 0 347168602 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350792772024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22856] ppid=22838 vsize=2966184 CPUtime=1.02 cores=1,3,5,7
/proc/22840/task/22856/stat : 22856 (java) S 22838 22840 21780 0 -1 4202560 6868 0 0 0 101 1 0 0 20 0 22 0 347168602 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350791719224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22857] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22857/stat : 22857 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350790666616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22858] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22858/stat : 22858 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350789614024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22859] ppid=22838 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/22840/task/22859/stat : 22859 (java) S 22838 22840 21780 0 -1 4202560 79 0 0 0 76 2 0 0 20 0 22 0 347168665 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350788558808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) S 22838 22840 21780 0 -1 4202560 124 0 0 0 76 2 0 0 20 0 22 0 347168665 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350787505288 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 103520 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 3.45 3.76 3.79 5/219 22862
/proc/meminfo: memFree=28318224/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=7.92 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 17700 0 1 0 776 16 0 0 20 0 22 0 347168597 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 112770 2275 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2914 0 1 0 61 4 0 0 20 0 22 0 347168598 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=0.04 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) S 22838 22840 21780 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351286918184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) S 22838 22840 21780 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351285865384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) S 22838 22840 21780 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351284812584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) S 22838 22840 21780 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351283759784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=0.07 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) S 22838 22840 21780 0 -1 4202560 33 0 0 0 5 2 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351282706984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) S 22838 22840 21780 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351281654184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) S 22838 22840 21780 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351280601384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) S 22838 22840 21780 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 347168599 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140351279548584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22851] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22851/stat : 22851 (java) S 22838 22840 21780 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350796983272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22852] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22852/stat : 22852 (java) S 22838 22840 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350795929336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22853] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22853/stat : 22853 (java) S 22838 22840 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350794876424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22854] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22854/stat : 22854 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350793824912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22855] ppid=22838 vsize=2966184 CPUtime=1.12 cores=1,3,5,7
/proc/22840/task/22855/stat : 22855 (java) S 22838 22840 21780 0 -1 4202560 6366 0 0 0 112 0 0 0 20 0 22 0 347168602 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350792772024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22856] ppid=22838 vsize=2966184 CPUtime=1.08 cores=1,3,5,7
/proc/22840/task/22856/stat : 22856 (java) S 22838 22840 21780 0 -1 4202560 6876 0 0 0 107 1 0 0 20 0 22 0 347168602 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350791719224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22857] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22857/stat : 22857 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350790666616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22858] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22858/stat : 22858 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350789614024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22859] ppid=22838 vsize=2966184 CPUtime=2.31 cores=1,3,5,7
/proc/22840/task/22859/stat : 22859 (java) R 22838 22840 21780 0 -1 4202560 85 0 0 0 229 2 0 0 20 0 22 0 347168665 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350788558888 140351293669483 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=2.3 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) R 22838 22840 21780 0 -1 4202560 124 0 0 0 228 2 0 0 20 0 22 0 347168665 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350787506424 140351293706899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 112770 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.92
Current children cumulated vsize (KiB) 2966184

[startup+6.30074 s]
/proc/loadavg: 3.49 3.77 3.79 5/219 22862
/proc/meminfo: memFree=28238316/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=14.57 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 17917 0 1 0 1434 23 0 0 20 0 22 0 347168597 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 135649 2287 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.65 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2915 0 1 0 61 4 0 0 20 0 22 0 347168598 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=0.1 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) S 22838 22840 21780 0 -1 4202560 42 0 0 0 8 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351286918184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) S 22838 22840 21780 0 -1 4202560 33 0 0 0 9 0 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351285865384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) S 22838 22840 21780 0 -1 4202560 44 0 0 0 11 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351284812584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=0.12 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) S 22838 22840 21780 0 -1 4202560 40 0 0 0 10 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351283759784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=0.14 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) S 22838 22840 21780 0 -1 4202560 57 0 0 0 11 3 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351282706984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=0.11 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) S 22838 22840 21780 0 -1 4202560 35 0 0 0 9 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351281654184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) S 22838 22840 21780 0 -1 4202560 30 0 0 0 7 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351280601384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=0.08 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) S 22838 22840 21780 0 -1 4202560 23 0 0 0 6 2 0 0 20 0 22 0 347168599 3037372416 135649 33554432000 1073741824 1073778376 140735630000912 140351279548584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0

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

[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=742.44 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) R 22838 22840 21780 0 -1 4202560 522 0 0 0 74228 16 0 0 20 0 22 0 347168665 3037372416 199155 33554432000 1073741824 1073778376 140735630000912 140350787505168 140351293501318 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 199155 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 199155 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1535.99
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.91 4.03 3.94 5/220 22870
/proc/meminfo: memFree=27738392/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=1656.57 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 29580 0 1 0 165527 130 0 0 20 0 22 0 347168597 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 200178 2287 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2928 0 1 0 63 4 0 0 20 0 22 0 347168598 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) S 22838 22840 21780 0 -1 4202560 337 0 0 0 537 8 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351286918184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=5.19 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) S 22838 22840 21780 0 -1 4202560 329 0 0 0 511 8 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351285865384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=5.34 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) S 22838 22840 21780 0 -1 4202560 331 0 0 0 527 7 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351284812584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=5.29 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) S 22838 22840 21780 0 -1 4202560 327 0 0 0 522 7 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351283759784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=5.18 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) S 22838 22840 21780 0 -1 4202560 339 0 0 0 510 8 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351282706984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=5.26 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) S 22838 22840 21780 0 -1 4202560 315 0 0 0 518 8 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351281654184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=5.14 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) S 22838 22840 21780 0 -1 4202560 332 0 0 0 505 9 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351280601384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=5.45 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) S 22838 22840 21780 0 -1 4202560 316 0 0 0 537 8 0 0 20 0 22 0 347168599 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140351279548584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22851] ppid=22838 vsize=2966184 CPUtime=8.82 cores=1,3,5,7
/proc/22840/task/22851/stat : 22851 (java) S 22838 22840 21780 0 -1 4202560 6989 0 0 0 845 37 0 0 20 0 22 0 347168600 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350796983272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22852] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22852/stat : 22852 (java) S 22838 22840 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350795929336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22853] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22853/stat : 22853 (java) S 22838 22840 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350794876424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22854] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22854/stat : 22854 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350793824912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22855] ppid=22838 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/22840/task/22855/stat : 22855 (java) S 22838 22840 21780 0 -1 4202560 7877 0 0 0 180 2 0 0 20 0 22 0 347168602 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350792772024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22856] ppid=22838 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/22840/task/22856/stat : 22856 (java) S 22838 22840 21780 0 -1 4202560 6880 0 0 0 118 1 0 0 20 0 22 0 347168602 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350791719224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22857] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22857/stat : 22857 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350790666616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22858] ppid=22838 vsize=2966184 CPUtime=0.35 cores=1,3,5,7
/proc/22840/task/22858/stat : 22858 (java) S 22838 22840 21780 0 -1 4202560 47 0 0 0 15 20 0 0 20 0 22 0 347168602 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350789614024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22859] ppid=22838 vsize=2966184 CPUtime=800.67 cores=1,3,5,7
/proc/22840/task/22859/stat : 22859 (java) R 22838 22840 21780 0 -1 4202560 494 0 0 0 80050 17 0 0 20 0 22 0 347168665 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350788558136 140351293845292 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=800.68 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) R 22838 22840 21780 0 -1 4202560 550 0 0 0 80051 17 0 0 20 0 22 0 347168665 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350787506000 140351293844672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 200178 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1656.57
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.82 3.99 3.93 5/220 22960
/proc/meminfo: memFree=27699404/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=1777.3 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 30077 0 1 0 177594 136 0 0 20 0 22 0 347168597 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 201203 2287 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2931 0 1 0 63 4 0 0 20 0 22 0 347168598 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=5.84 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) S 22838 22840 21780 0 -1 4202560 338 0 0 0 576 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351286918184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=5.59 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) S 22838 22840 21780 0 -1 4202560 330 0 0 0 551 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351285865384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=5.71 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) S 22838 22840 21780 0 -1 4202560 331 0 0 0 563 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351284812584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=5.66 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) S 22838 22840 21780 0 -1 4202560 327 0 0 0 559 7 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351283759784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=5.59 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) S 22838 22840 21780 0 -1 4202560 339 0 0 0 551 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351282706984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=5.69 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) S 22838 22840 21780 0 -1 4202560 316 0 0 0 560 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351281654184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=5.58 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) S 22838 22840 21780 0 -1 4202560 332 0 0 0 549 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351280601384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=5.86 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) S 22838 22840 21780 0 -1 4202560 317 0 0 0 577 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351279548584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22851] ppid=22838 vsize=2966184 CPUtime=9.51 cores=1,3,5,7
/proc/22840/task/22851/stat : 22851 (java) S 22838 22840 21780 0 -1 4202560 7428 0 0 0 911 40 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350796983272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22852] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22852/stat : 22852 (java) S 22838 22840 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350795929336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22853] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22853/stat : 22853 (java) S 22838 22840 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350794876424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22854] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22854/stat : 22854 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350793824912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22855] ppid=22838 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/22840/task/22855/stat : 22855 (java) S 22838 22840 21780 0 -1 4202560 7877 0 0 0 180 2 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350792772024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22856] ppid=22838 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/22840/task/22856/stat : 22856 (java) S 22838 22840 21780 0 -1 4202560 6880 0 0 0 118 1 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350791719224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22857] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22857/stat : 22857 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350790666616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22858] ppid=22838 vsize=2966184 CPUtime=0.38 cores=1,3,5,7
/proc/22840/task/22858/stat : 22858 (java) S 22838 22840 21780 0 -1 4202560 51 0 0 0 16 22 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350789614024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22859] ppid=22838 vsize=2966184 CPUtime=859.07 cores=1,3,5,7
/proc/22840/task/22859/stat : 22859 (java) R 22838 22840 21780 0 -1 4202560 509 0 0 0 85889 18 0 0 20 0 22 0 347168665 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350788559824 140351293476443 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=859.09 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) R 22838 22840 21780 0 -1 4202560 582 0 0 0 85891 18 0 0 20 0 22 0 347168665 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350787505184 140351293476443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1777.3
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.601 s]
/proc/loadavg: 3.71 3.96 3.92 5/219 22960
/proc/meminfo: memFree=27652188/32873648 swapFree=7116/7116
[pid=22840] ppid=22838 vsize=2966184 CPUtime=1800.19 cores=1,3,5,7
/proc/22840/stat : 22840 (java) S 22838 22840 21780 0 -1 4202496 30087 0 1 0 179882 137 0 0 20 0 22 0 347168597 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140735629992048 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/22840/statm: 741546 201203 2287 9 0 732240 0
[pid=22840/tid=22841] ppid=22838 vsize=2966184 CPUtime=0.67 cores=1,3,5,7
/proc/22840/task/22841/stat : 22841 (java) S 22838 22840 21780 0 -1 4202560 2931 0 1 0 63 4 0 0 20 0 22 0 347168598 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351420454040 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22843] ppid=22838 vsize=2966184 CPUtime=5.94 cores=1,3,5,7
/proc/22840/task/22843/stat : 22843 (java) S 22838 22840 21780 0 -1 4202560 338 0 0 0 586 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351286918184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22844] ppid=22838 vsize=2966184 CPUtime=5.65 cores=1,3,5,7
/proc/22840/task/22844/stat : 22844 (java) S 22838 22840 21780 0 -1 4202560 330 0 0 0 556 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351285865384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22845] ppid=22838 vsize=2966184 CPUtime=5.78 cores=1,3,5,7
/proc/22840/task/22845/stat : 22845 (java) S 22838 22840 21780 0 -1 4202560 331 0 0 0 570 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351284812584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22846] ppid=22838 vsize=2966184 CPUtime=5.73 cores=1,3,5,7
/proc/22840/task/22846/stat : 22846 (java) S 22838 22840 21780 0 -1 4202560 327 0 0 0 566 7 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351283759784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22847] ppid=22838 vsize=2966184 CPUtime=5.67 cores=1,3,5,7
/proc/22840/task/22847/stat : 22847 (java) S 22838 22840 21780 0 -1 4202560 339 0 0 0 559 8 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351282706984 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22848] ppid=22838 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/22840/task/22848/stat : 22848 (java) S 22838 22840 21780 0 -1 4202560 316 0 0 0 566 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351281654184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22840/tid=22849] ppid=22838 vsize=2966184 CPUtime=5.67 cores=1,3,5,7
/proc/22840/task/22849/stat : 22849 (java) S 22838 22840 21780 0 -1 4202560 332 0 0 0 557 10 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351280601384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22850] ppid=22838 vsize=2966184 CPUtime=5.92 cores=1,3,5,7
/proc/22840/task/22850/stat : 22850 (java) S 22838 22840 21780 0 -1 4202560 317 0 0 0 583 9 0 0 20 0 22 0 347168599 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140351279548584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22851] ppid=22838 vsize=2966184 CPUtime=9.51 cores=1,3,5,7
/proc/22840/task/22851/stat : 22851 (java) S 22838 22840 21780 0 -1 4202560 7428 0 0 0 911 40 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350796983272 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22852] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22852/stat : 22852 (java) S 22838 22840 21780 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350795929336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22853] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22853/stat : 22853 (java) S 22838 22840 21780 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 347168600 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350794876424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22854] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22854/stat : 22854 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350793824912 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22855] ppid=22838 vsize=2966184 CPUtime=1.82 cores=1,3,5,7
/proc/22840/task/22855/stat : 22855 (java) S 22838 22840 21780 0 -1 4202560 7877 0 0 0 180 2 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350792772024 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22856] ppid=22838 vsize=2966184 CPUtime=1.19 cores=1,3,5,7
/proc/22840/task/22856/stat : 22856 (java) S 22838 22840 21780 0 -1 4202560 6880 0 0 0 118 1 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350791719224 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22857] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22857/stat : 22857 (java) S 22838 22840 21780 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350790666616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22840/tid=22858] ppid=22838 vsize=2966184 CPUtime=0.39 cores=1,3,5,7
/proc/22840/task/22858/stat : 22858 (java) S 22838 22840 21780 0 -1 4202560 51 0 0 0 17 22 0 0 20 0 22 0 347168602 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350789614024 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22859] ppid=22838 vsize=2966184 CPUtime=870.21 cores=1,3,5,7
/proc/22840/task/22859/stat : 22859 (java) R 22838 22840 21780 0 -1 4202560 512 0 0 0 87003 18 0 0 20 0 22 0 347168665 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350788557984 140351293476443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22860] ppid=22838 vsize=2966184 CPUtime=870.22 cores=1,3,5,7
/proc/22840/task/22860/stat : 22860 (java) R 22838 22840 21780 0 -1 4202560 589 0 0 0 87004 18 0 0 20 0 22 0 347168665 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350787505984 140351293669635 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22840/tid=22861] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22861/stat : 22861 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350786454952 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22840/tid=22862] ppid=22838 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/22840/task/22862/stat : 22862 (java) S 22838 22840 21780 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 347168672 3037372416 201203 33554432000 1073741824 1073778376 140735630000912 140350785402152 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 2966184

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

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

Child status: 143
Real time (s): 893.658
CPU time (s): 1800.53
CPU user time (s): 1798.63
CPU system time (s): 1.90171
CPU usage (%): 201.479
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.63
system time used= 1.90171
maximum resident set size= 806988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30122
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44973
involuntary context switches= 75535

runsolver used 3.18152 second user time and 8.5227 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-04 13:47:11
IDJOB=3744496
IDBENCH=92764
IDSOLVER=2324
FILE ID=node127/3744496-1338810431
RUNJOBID= node127-1338805812-21797
PBS_JOBID= 14636867
Free space on /tmp= 70480 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_5_ic.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3744496-1338810431/watcher-3744496-1338810431 -o /tmp/evaluation-result-3744496-1338810431/solver-3744496-1338810431 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3744496-1338810431.opb

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

MD5SUM BENCH= d92c3493b3e048f1d4b1212b9868f41b
RANDOM SEED=705673318

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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	: 5332.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.94
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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		: 2666.348
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		: 2666.348
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		: 2666.348
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:        28730836 kB
Buffers:          438388 kB
Cached:          2227996 kB
SwapCached:         1428 kB
Active:          1658832 kB
Inactive:        1599752 kB
Active(anon):     585912 kB
Inactive(anon):     7952 kB
Active(file):    1072920 kB
Inactive(file):  1591800 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104508 kB
Dirty:              1312 kB
Writeback:             4 kB
AnonPages:        597032 kB
Mapped:            19000 kB
Shmem:                92 kB
Slab:             747804 kB
SReclaimable:     191780 kB
SUnreclaim:       556024 kB
KernelStack:        1640 kB
PageTables:         5112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1575292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 70472 MiB
End job on node127 at 2012-06-04 14:02:07