Trace number 3690202

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.59 908.657

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_9_ic.opb
MD5SUM5b69bba9fba38b21e500a479429a9384
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 146363183
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 9700646039
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 146363183
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 9700646039
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.2.v20120418
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		501472288
0.05/0.08	c Max memory 		7480803328
0.05/0.08	c Total memory 		504102912
0.05/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3690202-1337888913.opb
0.09/0.11	c reading problem ... 
1.15/0.65	c ... done. Wall clock time 0.544s.
1.15/0.65	c declared #vars     15725
1.15/0.65	c #constraints  33136
1.15/0.65	c constraints type 
1.15/0.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.15/0.65	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.15/0.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.15/0.65	c ignored satisfied constraints => 3
1.15/0.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.15/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.15/0.65	c 33139 constraints processed.
1.15/0.65	c constraints type 
1.15/0.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1.15/0.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1.15/0.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1.15/0.65	c ignored satisfied constraints => 3
1.15/0.65	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1.15/0.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1.15/0.65	c 33139 constraints processed.
1.15/0.65	c objective function length is 1825 literals
8.20/3.28	c cleaning 2497 clauses out of 5000 with flag 5000/5000
16.81/7.46	c cleaning 4252 clauses out of 8504 with flag 11001/11001
28.16/13.14	c cleaning 5619 clauses out of 11251 with flag 18000/18000
39.81/19.07	c cleaning 6814 clauses out of 13632 with flag 26000/26000
54.47/26.45	c cleaning 7903 clauses out of 15818 with flag 35000/35000
69.31/34.00	c cleaning 8952 clauses out of 17916 with flag 45001/45001
86.93/42.84	c cleaning 9982 clauses out of 19965 with flag 56002/56002
106.33/52.64	c cleaning 10985 clauses out of 21982 with flag 68001/68001
126.99/63.11	c cleaning 11996 clauses out of 23996 with flag 81000/81000
146.60/73.00	c cleaning 12998 clauses out of 26001 with flag 95001/95001
167.00/83.37	c cleaning 13992 clauses out of 28004 with flag 110002/110002
191.94/95.92	c cleaning 14987 clauses out of 30010 with flag 126000/126000
219.47/109.99	c cleaning 16011 clauses out of 32025 with flag 143002/143002
245.79/123.27	c cleaning 16998 clauses out of 34016 with flag 161004/161004
274.15/137.57	c cleaning 17998 clauses out of 36016 with flag 180002/180002
308.85/155.05	c cleaning 19008 clauses out of 38016 with flag 200000/200000
311.20/156.52	c cleaning 0 clauses out of 5008 with flag 0/5008
336.23/169.09	c cleaning 19986 clauses out of 40010 with flag 221002/221002
360.32/181.17	c cleaning 20988 clauses out of 42024 with flag 243002/243002
389.78/196.05	c cleaning 21993 clauses out of 44036 with flag 266002/266002
416.00/209.40	c cleaning 23014 clauses out of 46043 with flag 290002/290002
445.28/224.21	c cleaning 24001 clauses out of 48028 with flag 315001/315001
483.14/243.38	c cleaning 24995 clauses out of 50026 with flag 341000/341000
524.11/263.93	c cleaning 25995 clauses out of 52032 with flag 368001/368001
563.61/283.99	c cleaning 27003 clauses out of 54036 with flag 396000/396000
612.19/308.39	c cleaning 27986 clauses out of 56033 with flag 425000/425000
651.93/328.32	c cleaning 28999 clauses out of 58048 with flag 455001/455001
692.49/348.79	c cleaning 29998 clauses out of 60049 with flag 486001/486001
744.64/375.13	c cleaning 30999 clauses out of 62052 with flag 518002/518002
783.53/394.76	c cleaning 32014 clauses out of 64053 with flag 551002/551002
830.00/418.40	c cleaning 33014 clauses out of 66038 with flag 585001/585001
875.95/441.76	c cleaning 34000 clauses out of 68024 with flag 620001/620001
935.70/471.75	c cleaning 35003 clauses out of 70023 with flag 656000/656000
994.26/501.13	c cleaning 35999 clauses out of 72024 with flag 693004/693004
1053.32/530.88	c cleaning 36998 clauses out of 74022 with flag 731001/731001
1110.76/559.96	c cleaning 37993 clauses out of 76023 with flag 770000/770000
1165.67/587.68	c cleaning 38983 clauses out of 78030 with flag 810000/810000
1225.90/617.98	c cleaning 40002 clauses out of 80047 with flag 851000/851000
1291.08/650.75	c cleaning 41012 clauses out of 82048 with flag 893003/893003
1366.08/688.67	c cleaning 42003 clauses out of 84034 with flag 936001/936001
1413.91/712.86	c cleaning 0 clauses out of 11003 with flag 0/11003
1431.47/721.90	c cleaning 42983 clauses out of 86030 with flag 980000/980000
1480.47/746.71	c cleaning 44015 clauses out of 88048 with flag 1025001/1025001
1539.56/776.74	c cleaning 45014 clauses out of 90038 with flag 1071006/1071006
1597.28/805.81	c cleaning 46002 clauses out of 92019 with flag 1118001/1118001
1669.33/842.15	c cleaning 47003 clauses out of 94017 with flag 1166001/1166001
1732.16/873.84	c cleaning 47994 clauses out of 96015 with flag 1215002/1215002
1790.17/903.31	c cleaning 48978 clauses out of 98019 with flag 1265000/1265000
1800.05/908.61	c starts		: 190
1800.05/908.61	c conflicts		: 1275826
1800.05/908.61	c decisions		: 2728715
1800.05/908.61	c propagations		: 1064029622
1800.05/908.61	c inspects		: 6474164638
1800.05/908.61	c shortcuts		: 0
1800.05/908.61	c learnt literals	: 0
1800.05/908.61	c learnt binary clauses	: 1
1800.05/908.61	c learnt ternary clauses	: 0
1800.05/908.61	c learnt constraints	: 1275826
1800.05/908.61	c ignored constraints	: 0
1800.05/908.61	c root simplifications	: 0
1800.05/908.61	c removed literals (reason simplification)	: 29883781
1800.05/908.61	c reason swapping (by a shorter reason)	: 0
1800.05/908.61	c Calls to reduceDB	: 46
1800.05/908.61	c number of reductions to clauses (during analyze)	: 0
1800.05/908.61	c number of learned constraints concerned by reduction	: 0
1800.05/908.61	c number of learning phase by resolution	: 0
1800.05/908.61	c number of learning phase by cutting planes	: 0
1800.05/908.62	c speed (assignments/second)	: 1171927.2049008075
1800.05/908.62	c non guided choices	28
1800.05/908.64	c learnt constraints type 
1800.05/908.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/908.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 59947
1800.05/908.64	c constraints type 
1800.05/908.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.05/908.64	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.05/908.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.05/908.64	c ignored satisfied constraints => 3
1800.05/908.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.05/908.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.05/908.64	c 33139 constraints processed.
1800.05/908.64	c constraints type 
1800.05/908.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3625
1800.05/908.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 14726
1800.05/908.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
1800.05/908.64	c ignored satisfied constraints => 3
1800.05/908.64	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.05/908.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 14775
1800.05/908.64	c 33139 constraints processed.
1800.05/908.64	s UNKNOWN
1800.05/908.64	c Total wall clock time (in seconds): 908.529

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-3690202-1337888913/watcher-3690202-1337888913 -o /tmp/evaluation-result-3690202-1337888913/solver-3690202-1337888913 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690202-1337888913.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: 4.39 4.04 3.91 3/197 26958
/proc/meminfo: memFree=27963508/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26958/stat : 26958 (java) R 26956 26958 21308 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 255019916 23793664 714 33554432000 1073741824 1073778376 140734477135968 140734477125032 247055037800 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 5809 714 529 9 0 128 0

[startup+0.070295 s]
/proc/loadavg: 4.39 4.04 3.91 3/197 26958
/proc/meminfo: memFree=27963508/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 3324 0 1 0 5 0 0 0 20 0 18 0 255019916 9787813888 4533 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2389603 4533 1771 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100249 s]
/proc/loadavg: 4.39 4.04 3.91 3/197 26958
/proc/meminfo: memFree=27963508/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 4369 0 1 0 9 0 0 0 20 0 18 0 255019916 9787813888 6077 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2389603 6077 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300218 s]
/proc/loadavg: 4.39 4.04 3.91 3/197 26958
/proc/meminfo: memFree=27963508/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 5362 0 1 0 50 1 0 0 20 0 18 0 255019916 9787813888 8725 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2389603 8720 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558412

[startup+0.70017 s]
/proc/loadavg: 4.39 4.04 3.91 3/197 26958
/proc/meminfo: memFree=27963508/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 7969 0 1 0 132 3 0 0 20 0 22 0 255019916 10060460032 39281 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 39281 2247 9 0 2446860 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9824668

[startup+1.50083 s]
/proc/loadavg: 4.52 4.07 3.92 11/219 26980
/proc/meminfo: memFree=27619988/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=4.34 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 20197 0 1 0 426 8 0 0 20 0 22 0 255019916 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 49961 2271 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2524 0 1 0 61 2 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019917 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 255019918 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8736 0 0 0 94 2 0 0 20 0 22 0 255019921 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26974] ppid=26956 vsize=9824668 CPUtime=0.98 cores=0,2,4,6
/proc/26958/task/26974/stat : 26974 (java) S 26956 26958 21308 0 -1 4202560 7512 0 0 0 96 2 0 0 20 0 22 0 255019921 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992554428984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26975] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26975/stat : 26975 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992553376888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26976] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26976/stat : 26976 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992552324296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26977] ppid=26956 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/26958/task/26977/stat : 26977 (java) R 26956 26958 21308 0 -1 4202560 21 0 0 0 79 0 0 0 20 0 22 0 255019982 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992551260352 139992597499429 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 82 0 0 0 79 0 0 0 20 0 22 0 255019982 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992550215688 139992597436697 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 49961 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9824668

[startup+3.10082 s]
/proc/loadavg: 4.52 4.07 3.92 5/219 26980
/proc/meminfo: memFree=27551672/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=7.87 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 20843 0 1 0 770 17 0 0 20 0 22 0 255019916 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 90388 2274 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2524 0 1 0 61 2 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 102 0 0 0 2 0 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 117 0 0 0 3 2 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=0.03 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 22 0 255019917 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 255019918 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8739 0 0 0 106 2 0 0 20 0 22 0 255019921 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26974] ppid=26956 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/26958/task/26974/stat : 26974 (java) S 26956 26958 21308 0 -1 4202560 7512 0 0 0 105 2 0 0 20 0 22 0 255019921 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992554428984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26975] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26975/stat : 26975 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992553376888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26976] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26976/stat : 26976 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992552324296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26977] ppid=26956 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/26958/task/26977/stat : 26977 (java) R 26956 26958 21308 0 -1 4202560 22 0 0 0 232 0 0 0 20 0 22 0 255019982 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992551268696 139992597499272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=2.32 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 135 0 0 0 230 2 0 0 20 0 22 0 255019982 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992550214384 139992597797274 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 90388 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9824668

[startup+6.30081 s]
/proc/loadavg: 4.52 4.07 3.92 4/219 26980
/proc/meminfo: memFree=27133820/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=14.56 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 21609 0 1 0 1429 27 0 0 20 0 22 0 255019916 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 161052 2286 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.63 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2524 0 1 0 61 2 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 44 0 0 0 3 2 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 156 0 0 0 8 3 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 125 0 0 0 5 0 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 153 0 0 0 8 3 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 111 0 0 0 5 3 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 34 0 0 0 3 2 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 52 0 0 0 5 3 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 255019917 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 491 0 0 0 10 0 0 0 20 0 22 0 255019918 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8740 0 0 0 118 2 0 0 20 0 22 0 255019921 10060460032 161052 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=731.05 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 1970 0 0 0 73057 48 0 0 20 0 22 0 255019982 10060460032 619151 33554432000 1073741824 1073778376 140734477135968 139992550214016 139992597215390 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 619151 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 619151 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1510.6
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 3.95 4.04 3.96 5/219 27023
/proc/meminfo: memFree=24435908/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=1629.57 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 36708 0 1 0 162781 176 0 0 20 0 22 0 255019916 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 648523 2286 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2544 0 1 0 63 4 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 593 0 0 0 253 12 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 815 0 0 0 261 14 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 674 0 0 0 263 12 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=2.63 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 632 0 0 0 250 13 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=2.41 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 758 0 0 0 231 10 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=2.49 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 574 0 0 0 237 12 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 610 0 0 0 244 12 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=2.48 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 1035 0 0 0 236 12 0 0 20 0 22 0 255019917 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=26.81 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 4490 0 0 0 2665 16 0 0 20 0 22 0 255019918 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8746 0 0 0 132 2 0 0 20 0 22 0 255019921 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26974] ppid=26956 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/26958/task/26974/stat : 26974 (java) S 26956 26958 21308 0 -1 4202560 11940 0 0 0 167 3 0 0 20 0 22 0 255019921 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992554428984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26975] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26975/stat : 26975 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992553376888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26976] ppid=26956 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/26958/task/26976/stat : 26976 (java) S 26956 26958 21308 0 -1 4202560 47 0 0 0 11 18 0 0 20 0 22 0 255019921 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992552324296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26977] ppid=26956 vsize=9824668 CPUtime=789.09 cores=0,2,4,6
/proc/26958/task/26977/stat : 26977 (java) R 26956 26958 21308 0 -1 4202560 88 0 0 0 78895 14 0 0 20 0 22 0 255019982 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992551266704 139992597424999 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=789.05 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 1976 0 0 0 78856 49 0 0 20 0 22 0 255019982 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992550214704 139992597652603 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 648523 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1629.57
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.00 4.03 3.96 5/219 27023
/proc/meminfo: memFree=24332892/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=1747.86 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 38054 0 1 0 174600 186 0 0 20 0 22 0 255019916 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 674268 2286 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2546 0 1 0 63 5 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=2.8 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 625 0 0 0 267 13 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=2.91 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 1050 0 0 0 275 16 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=2.97 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 942 0 0 0 283 14 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=2.81 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 714 0 0 0 267 14 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=2.56 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 786 0 0 0 244 12 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 611 0 0 0 246 12 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=2.65 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 636 0 0 0 252 13 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=2.58 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 1106 0 0 0 245 13 0 0 20 0 22 0 255019917 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=29.03 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 4526 0 0 0 2886 17 0 0 20 0 22 0 255019918 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8746 0 0 0 132 2 0 0 20 0 22 0 255019921 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26974] ppid=26956 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/26958/task/26974/stat : 26974 (java) S 26956 26958 21308 0 -1 4202560 11940 0 0 0 167 3 0 0 20 0 22 0 255019921 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992554428984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26975] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26975/stat : 26975 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992553376888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26976] ppid=26956 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26958/task/26976/stat : 26976 (java) S 26956 26958 21308 0 -1 4202560 51 0 0 0 12 19 0 0 20 0 22 0 255019921 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992552324296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26977] ppid=26956 vsize=9824668 CPUtime=846.56 cores=0,2,4,6
/proc/26958/task/26977/stat : 26977 (java) R 26956 26958 21308 0 -1 4202560 91 0 0 0 84641 15 0 0 20 0 22 0 255019982 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992551268576 139992597504857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=846.52 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 2498 0 0 0 84602 50 0 0 20 0 22 0 255019982 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992550214016 139992597563493 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 674268 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1747.86
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+908.607 s]
/proc/loadavg: 3.69 3.96 3.94 3/191 27050
/proc/meminfo: memFree=26376832/32873844 swapFree=7100/7100
[pid=26958] ppid=26956 vsize=9824668 CPUtime=1800.05 cores=0,2,4,6
/proc/26958/stat : 26958 (java) S 26956 26958 21308 0 -1 4202496 38236 0 1 0 179811 194 0 0 20 0 22 0 255019916 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 140734477127104 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26958/statm: 2456167 692753 2287 9 0 2446860 0
[pid=26958/tid=26960] ppid=26956 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26958/task/26960/stat : 26960 (java) S 26956 26958 21308 0 -1 4202560 2546 0 1 0 63 5 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992735704056 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26961] ppid=26956 vsize=9824668 CPUtime=2.9 cores=0,2,4,6
/proc/26958/task/26961/stat : 26961 (java) S 26956 26958 21308 0 -1 4202560 664 0 0 0 276 14 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992724764968 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26962] ppid=26956 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/26958/task/26962/stat : 26962 (java) S 26956 26958 21308 0 -1 4202560 1064 0 0 0 284 17 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992723712168 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26963] ppid=26956 vsize=9824668 CPUtime=3.02 cores=0,2,4,6
/proc/26958/task/26963/stat : 26963 (java) S 26956 26958 21308 0 -1 4202560 952 0 0 0 288 14 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992722659880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26964] ppid=26956 vsize=9824668 CPUtime=2.87 cores=0,2,4,6
/proc/26958/task/26964/stat : 26964 (java) S 26956 26958 21308 0 -1 4202560 719 0 0 0 272 15 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992721607080 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26965] ppid=26956 vsize=9824668 CPUtime=2.68 cores=0,2,4,6
/proc/26958/task/26965/stat : 26965 (java) S 26956 26958 21308 0 -1 4202560 798 0 0 0 255 13 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992720554792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26966] ppid=26956 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/26958/task/26966/stat : 26966 (java) S 26956 26958 21308 0 -1 4202560 632 0 0 0 261 13 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992719501992 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26967] ppid=26956 vsize=9824668 CPUtime=2.76 cores=0,2,4,6
/proc/26958/task/26967/stat : 26967 (java) S 26956 26958 21308 0 -1 4202560 659 0 0 0 262 14 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992718449704 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26968] ppid=26956 vsize=9824668 CPUtime=2.7 cores=0,2,4,6
/proc/26958/task/26968/stat : 26968 (java) S 26956 26958 21308 0 -1 4202560 1116 0 0 0 257 13 0 0 20 0 22 0 255019917 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992717396904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26969] ppid=26956 vsize=9824668 CPUtime=29.88 cores=0,2,4,6
/proc/26958/task/26969/stat : 26969 (java) S 26956 26958 21308 0 -1 4202560 4564 0 0 0 2971 17 0 0 20 0 22 0 255019918 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992559692008 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26970] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26970/stat : 26970 (java) S 26956 26958 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992558638072 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26971] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26971/stat : 26971 (java) S 26956 26958 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 255019919 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992557585672 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26972] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26972/stat : 26972 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992556534160 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26973] ppid=26956 vsize=9824668 CPUtime=1.34 cores=0,2,4,6
/proc/26958/task/26973/stat : 26973 (java) S 26956 26958 21308 0 -1 4202560 8746 0 0 0 132 2 0 0 20 0 22 0 255019921 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992555481784 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26958/tid=26974] ppid=26956 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/26958/task/26974/stat : 26974 (java) S 26956 26958 21308 0 -1 4202560 11944 0 0 0 168 3 0 0 20 0 22 0 255019921 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992554428984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26975] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26975/stat : 26975 (java) S 26956 26958 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 255019921 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992553376888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26976] ppid=26956 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26958/task/26976/stat : 26976 (java) S 26956 26958 21308 0 -1 4202560 53 0 0 0 12 20 0 0 20 0 22 0 255019921 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992552324296 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26958/tid=26977] ppid=26956 vsize=9824668 CPUtime=871.81 cores=0,2,4,6
/proc/26958/task/26977/stat : 26977 (java) R 26956 26958 21308 0 -1 4202560 92 0 0 0 87165 16 0 0 20 0 22 0 255019982 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992551268576 139992597504308 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26978] ppid=26956 vsize=9824668 CPUtime=871.77 cores=0,2,4,6
/proc/26958/task/26978/stat : 26978 (java) R 26956 26958 21308 0 -1 4202560 2501 0 0 0 87126 51 0 0 20 0 22 0 255019982 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992550216216 139992597722949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26958/tid=26979] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26979/stat : 26979 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992549164200 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26958/tid=26980] ppid=26956 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26958/task/26980/stat : 26980 (java) S 26956 26958 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 255019985 10060460032 692753 33554432000 1073741824 1073778376 140734477135968 139992548111400 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824668

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): 908.657
CPU time (s): 1800.59
CPU user time (s): 1798.16
CPU system time (s): 2.43163
CPU usage (%): 198.159
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.16
system time used= 2.43163
maximum resident set size= 2919288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38268
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27704
involuntary context switches= 48466

runsolver used 3.61145 second user time and 7.62384 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 21:48:33
IDJOB=3690202
IDBENCH=92763
IDSOLVER=2268
FILE ID=node103/3690202-1337888913
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_9_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690202-1337888913/watcher-3690202-1337888913 -o /tmp/evaluation-result-3690202-1337888913/solver-3690202-1337888913 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690202-1337888913.opb

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

MD5SUM BENCH= 5b69bba9fba38b21e500a479429a9384
RANDOM SEED=795294407

node103.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.189
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.37
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.189
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.189
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		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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.189
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:       32873844 kB
MemFree:        27963772 kB
Buffers:          217044 kB
Cached:          2732380 kB
SwapCached:            0 kB
Active:          1868212 kB
Inactive:        2271272 kB
Active(anon):    1192376 kB
Inactive(anon):        0 kB
Active(file):     675836 kB
Inactive(file):  2271272 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3748 kB
Writeback:             0 kB
AnonPages:       1196716 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             628112 kB
SReclaimable:      70748 kB
SUnreclaim:       557364 kB
KernelStack:        1632 kB
PageTables:         6172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1723624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1138688 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node103 at 2012-05-24 22:03:44