Trace number 3457970

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
Sat4j Resolution 2.3.0? (TO) 1800.14 1797.61

General information on the benchmark

Namenormalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
MD5SUM611c10fb20bc9774d31ac4d0681f384d
Bench CategoryDEC-SMALLINT-NLC (no optimisation, small integers, non 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 FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1000
Total number of constraints1502
Number of constraints which are clauses500
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints1001
Minimum length of a constraint2
Maximum length of a constraint1000
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 80
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 1000
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)31412
Sum of products size (including duplicates)62824
Number of different products15706
Sum of products size31412

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3457970-1307163425.opb
0.10/0.11	c reading problem ... 
1.35/0.66	c ... done. Wall clock time 0.55s.
1.35/0.66	c #vars     16706
1.35/0.66	c #constraints  32915
1.35/0.66	c constraints type 
1.35/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1.35/0.66	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1.35/0.66	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1.35/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
9.76/8.57	c cleaning 2505 clauses out of 5009 with flag 5009/5009
18.75/17.49	c cleaning 4250 clauses out of 8499 with flag 11004/11004
30.57/29.22	c cleaning 5632 clauses out of 11263 with flag 18018/18018
45.28/43.93	c cleaning 6807 clauses out of 13614 with flag 26001/26001
63.80/62.45	c cleaning 7918 clauses out of 15836 with flag 35030/35030
83.52/82.14	c cleaning 8943 clauses out of 17888 with flag 45000/45000
98.54/97.10	c cleaning 9977 clauses out of 19954 with flag 56009/56009
126.35/124.99	c cleaning 11036 clauses out of 22072 with flag 68104/68104
150.17/148.74	c cleaning 11968 clauses out of 23935 with flag 81003/81003
179.08/177.60	c cleaning 12985 clauses out of 25970 with flag 95006/95006
232.52/231.04	c cleaning 13997 clauses out of 27993 with flag 110014/110014
295.43/293.96	c cleaning 14992 clauses out of 29983 with flag 126001/126001
382.17/380.69	c cleaning 16024 clauses out of 32048 with flag 143058/143058
461.39/459.88	c cleaning 16999 clauses out of 33998 with flag 161032/161032
506.33/504.73	c cleaning 17984 clauses out of 35969 with flag 180002/180002
545.96/544.31	c cleaning 18992 clauses out of 37983 with flag 200000/200000
591.32/589.66	c cleaning 20000 clauses out of 40000 with flag 221009/221009
638.15/636.42	c cleaning 20998 clauses out of 41996 with flag 243005/243005
689.99/688.21	c cleaning 22000 clauses out of 44004 with flag 266011/266011
747.75/745.93	c cleaning 22997 clauses out of 45997 with flag 290004/290004
818.68/816.90	c cleaning 24012 clauses out of 48026 with flag 315030/315030
878.16/876.29	c cleaning 25009 clauses out of 50017 with flag 341033/341033
951.92/949.90	c cleaning 25990 clauses out of 51982 with flag 368007/368007
1035.27/1033.21	c cleaning 26994 clauses out of 53989 with flag 396004/396004
1142.96/1140.87	c cleaning 28038 clauses out of 56075 with flag 425084/425084
1344.11/1341.93	c cleaning 28984 clauses out of 57967 with flag 455014/455014
1610.70/1608.40	c cleaning 29995 clauses out of 59990 with flag 486021/486021
1745.29/1742.94	c cleaning 30988 clauses out of 61980 with flag 518006/518006
1796.75/1794.40	c cleaning 31995 clauses out of 63991 with flag 551005/551005
1800.04/1797.54	c starts		: 153
1800.04/1797.54	c conflicts		: 553249
1800.04/1797.54	c decisions		: 941494
1800.04/1797.54	c propagations		: 37733843
1800.04/1797.54	c inspects		: 2085482383
1800.04/1797.54	c shortcuts		: 0
1800.04/1797.54	c learnt literals	: 0
1800.04/1797.54	c learnt binary clauses	: 0
1800.04/1797.54	c learnt ternary clauses	: 4
1800.04/1797.54	c learnt constraints	: 553249
1800.04/1797.54	c ignored constraints	: 0
1800.04/1797.54	c root simplifications	: 0
1800.04/1797.54	c removed literals (reason simplification)	: 2215715
1800.04/1797.54	c reason swapping (by a shorter reason)	: 0
1800.04/1797.54	c Calls to reduceDB	: 29
1800.04/1797.54	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.54	c number of learned constraints concerned by reduction	: 0
1800.04/1797.54	c number of learning phase by resolution	: 0
1800.04/1797.54	c number of learning phase by cutting planes	: 0
1800.04/1797.54	c speed (assignments/second)	: 20999.57537651248
1800.04/1797.54	c non guided choices	16171
1800.04/1797.56	c learnt constraints type 
1800.04/1797.56	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34244
1800.04/1797.56	c constraints type 
1800.04/1797.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 15706
1800.04/1797.56	c org.sat4j.minisat.constraints.card.MinWatchCard => 1003
1800.04/1797.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 500
1800.04/1797.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.04/1797.56	s UNKNOWN
1800.04/1797.56	c Total wall clock time (in seconds): 1797.452

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3457970-1307163425/watcher-3457970-1307163425 -o /tmp/evaluation-result-3457970-1307163425/solver-3457970-1307163425 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457970-1307163425.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: 1.92 2.01 1.99 2/572 10060
/proc/meminfo: memFree=24835376/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 3172 0 1 0 0 0 0 0 18 0 2 0 827939520 13833195520 2873 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3377245 2888 906 9 0 3368401 0
[pid=10060/tid=10061] ppid=10058 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 8688 0 1 0 0 0 0 0 18 0 2 0 827939520 13850947584 9504 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239476388923 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.100967 s]
/proc/loadavg: 1.92 2.01 1.99 2/572 10060
/proc/meminfo: memFree=24835376/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13687512 CPUtime=0.1 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 15587 0 1 0 9 1 0 0 18 0 18 0 827939520 14016012288 15245 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3421878 15245 2093 9 0 3412612 0
[pid=10060/tid=10061] ppid=10058 vsize=13687512 CPUtime=0.08 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 13658 0 1 0 7 1 0 0 25 0 18 0 827939520 14016012288 15245 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488521675 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687512

[startup+0.201009 s]
/proc/loadavg: 1.92 2.01 1.99 2/572 10060
/proc/meminfo: memFree=24835376/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13687648 CPUtime=0.25 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 16646 0 1 0 23 2 0 0 18 0 18 0 827939520 14016151552 16181 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3421912 16181 2170 9 0 3412646 0
[pid=10060/tid=10061] ppid=10058 vsize=13687648 CPUtime=0.18 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 14425 0 1 0 17 1 0 0 25 0 18 0 827939520 14016151552 16183 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13687648

[startup+0.300927 s]
/proc/loadavg: 1.92 2.01 1.99 2/572 10060
/proc/meminfo: memFree=24835376/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13688708 CPUtime=0.47 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 18318 0 1 0 45 2 0 0 18 0 18 0 827939520 14017236992 17794 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3422177 17795 2218 9 0 3412911 0
[pid=10060/tid=10061] ppid=10058 vsize=13688708 CPUtime=0.28 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 15521 0 1 0 27 1 0 0 25 0 18 0 827939520 14017236992 17795 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505573213 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13688708

[startup+0.700911 s]
/proc/loadavg: 1.92 2.01 1.99 2/572 10060
/proc/meminfo: memFree=24835376/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=1.56 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 60930 0 1 0 149 7 0 0 18 0 19 0 827939520 14030503936 57662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 57662 2237 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=0.68 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 50765 0 1 0 63 5 0 0 25 0 19 0 827939520 14030503936 57662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505216336 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 13701664

[startup+1.50076 s]
/proc/loadavg: 1.93 2.01 1.99 3/591 10079
/proc/meminfo: memFree=24611228/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=2.65 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 61382 0 1 0 258 7 0 0 18 0 19 0 827939520 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 58067 2242 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=1.48 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 51113 0 1 0 143 5 0 0 25 0 19 0 827939520 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 47104691350355 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827939523 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 827939524 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 827939524 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.58 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4293 0 0 0 58 0 0 0 25 0 19 0 827939526 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.56 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4814 0 0 0 56 0 0 0 15 0 19 0 827939526 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 58067 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.65
Current children cumulated vsize (KiB) 13701664

[startup+3.10145 s]
/proc/loadavg: 1.93 2.01 1.99 3/591 10079
/proc/meminfo: memFree=24607728/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=4.35 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 61979 0 1 0 428 7 0 0 18 0 19 0 827939520 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 58662 2244 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=3.08 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 51692 0 1 0 303 5 0 0 18 0 19 0 827939520 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505993622 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827939523 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 827939524 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 827939524 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.66 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4309 0 0 0 66 0 0 0 16 0 19 0 827939526 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.58 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4816 0 0 0 58 0 0 0 15 0 19 0 827939526 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 58662 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 13701664

[startup+6.30084 s]
/proc/loadavg: 1.93 2.01 1.99 3/591 10079
/proc/meminfo: memFree=24596544/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=7.55 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 64698 0 1 0 747 8 0 0 18 0 19 0 827939520 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 61363 2244 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=6.29 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 54411 0 1 0 623 6 0 0 21 0 19 0 827939520 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505993657 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827939522 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 827939523 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 23 0 19 0 827939524 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 24 0 19 0 827939524 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.66 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4309 0 0 0 66 0 0 0 16 0 19 0 827939526 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.58 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4816 0 0 0 58 0 0 0 16 0 19 0 827939526 14030503936 61363 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0

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

[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0.25 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 7469 0 0 0 24 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0.2 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 4209 0 0 0 20 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0.15 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 5508 0 0 0 15 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=2.13 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 55138 0 0 0 207 6 0 0 15 0 19 0 827939523 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.75 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4321 0 0 0 75 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.6 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4820 0 0 0 60 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1664.68
Current children cumulated vsize (KiB) 13701664

[startup+1722.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/591 10145
/proc/meminfo: memFree=24145064/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=1724.69 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 175577 0 1 0 172448 21 0 0 18 0 19 0 827939520 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 172031 2270 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=1719.72 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 56099 0 1 0 171966 6 0 0 25 0 19 0 827939520 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912506074915 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0.15 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 10724 0 0 0 14 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0.17 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 6567 0 0 0 16 1 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0.19 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 6201 0 0 0 19 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0.14 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 7329 0 0 0 13 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0.12 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 5943 0 0 0 12 0 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0.25 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 7469 0 0 0 24 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0.2 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 4209 0 0 0 20 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0.15 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 5508 0 0 0 15 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=2.13 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 55138 0 0 0 207 6 0 0 15 0 19 0 827939523 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.75 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4321 0 0 0 75 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.6 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4820 0 0 0 60 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1724.69
Current children cumulated vsize (KiB) 13701664

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/591 10147
/proc/meminfo: memFree=24143644/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=1784.75 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 175584 0 1 0 178454 21 0 0 18 0 19 0 827939520 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 172031 2270 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=1779.58 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 56100 0 1 0 177952 6 0 0 25 0 19 0 827939520 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912505931939 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0.18 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 10724 0 0 0 17 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0.17 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 6567 0 0 0 16 1 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0.19 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 6201 0 0 0 19 0 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0.16 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 7329 0 0 0 15 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0.14 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 5943 0 0 0 14 0 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0.27 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 7469 0 0 0 26 1 0 0 16 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0.2 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 4209 0 0 0 20 0 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0.15 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 5508 0 0 0 15 0 0 0 15 0 19 0 827939522 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=2.26 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 55140 0 0 0 220 6 0 0 15 0 19 0 827939523 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.75 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4321 0 0 0 75 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.6 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4820 0 0 0 60 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 172031 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1784.75
Current children cumulated vsize (KiB) 13701664



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.52 s]
/proc/loadavg: 1.94 2.01 1.99 2/567 10167
/proc/meminfo: memFree=24249536/32950928 swapFree=67056580/67111528
[pid=10060] ppid=10058 vsize=13701664 CPUtime=1800.04 cores=1,3,5,7
/proc/10060/stat : 10060 (java) S 10058 10060 6003 0 -1 4202496 178903 0 1 0 179982 22 0 0 18 0 19 0 827939520 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/10060/statm: 3425416 175345 2270 9 0 3416150 0
[pid=10060/tid=10061] ppid=10058 vsize=13701664 CPUtime=1794.68 cores=1,3,5,7
/proc/10060/task/10061/stat : 10061 (java) R 10058 10060 6003 0 -1 4202560 56101 0 1 0 179462 6 0 0 25 0 19 0 827939520 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 46912506074893 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=10060/tid=10063] ppid=10058 vsize=13701664 CPUtime=0.21 cores=1,3,5,7
/proc/10060/task/10063/stat : 10063 (java) S 10058 10060 6003 0 -1 4202560 12081 0 0 0 20 1 0 0 16 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10064] ppid=10058 vsize=13701664 CPUtime=0.17 cores=1,3,5,7
/proc/10060/task/10064/stat : 10064 (java) S 10058 10060 6003 0 -1 4202560 6693 0 0 0 16 1 0 0 15 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10065] ppid=10058 vsize=13701664 CPUtime=0.23 cores=1,3,5,7
/proc/10060/task/10065/stat : 10065 (java) S 10058 10060 6003 0 -1 4202560 7488 0 0 0 23 0 0 0 16 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10066] ppid=10058 vsize=13701664 CPUtime=0.16 cores=1,3,5,7
/proc/10060/task/10066/stat : 10066 (java) S 10058 10060 6003 0 -1 4202560 7329 0 0 0 15 1 0 0 16 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 1 0 0 0
[pid=10060/tid=10067] ppid=10058 vsize=13701664 CPUtime=0.14 cores=1,3,5,7
/proc/10060/task/10067/stat : 10067 (java) S 10058 10060 6003 0 -1 4202560 5943 0 0 0 14 0 0 0 15 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10068] ppid=10058 vsize=13701664 CPUtime=0.27 cores=1,3,5,7
/proc/10060/task/10068/stat : 10068 (java) S 10058 10060 6003 0 -1 4202560 7713 0 0 0 26 1 0 0 16 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10069] ppid=10058 vsize=13701664 CPUtime=0.2 cores=1,3,5,7
/proc/10060/task/10069/stat : 10069 (java) S 10058 10060 6003 0 -1 4202560 4209 0 0 0 20 0 0 0 15 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10070] ppid=10058 vsize=13701664 CPUtime=0.15 cores=1,3,5,7
/proc/10060/task/10070/stat : 10070 (java) S 10058 10060 6003 0 -1 4202560 5810 0 0 0 15 0 0 0 16 0 19 0 827939522 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10071] ppid=10058 vsize=13701664 CPUtime=2.35 cores=1,3,5,7
/proc/10060/task/10071/stat : 10071 (java) S 10058 10060 6003 0 -1 4202560 55142 0 0 0 229 6 0 0 15 0 19 0 827939523 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 0 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10072] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10072/stat : 10072 (java) S 10058 10060 6003 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10073] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10073/stat : 10073 (java) S 10058 10060 6003 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 827939524 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
[pid=10060/tid=10074] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10074/stat : 10074 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488518577 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10075] ppid=10058 vsize=13701664 CPUtime=0.75 cores=1,3,5,7
/proc/10060/task/10075/stat : 10075 (java) S 10058 10060 6003 0 -1 4202560 4321 0 0 0 75 0 0 0 15 0 19 0 827939526 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10076] ppid=10058 vsize=13701664 CPUtime=0.6 cores=1,3,5,7
/proc/10060/task/10076/stat : 10076 (java) S 10058 10060 6003 0 -1 4202560 4820 0 0 0 60 0 0 0 15 0 19 0 827939526 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10077] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10077/stat : 10077 (java) S 10058 10060 6003 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 827939526 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488510873 0 4 0 16800975 18446604464778184896 0 0 -1 3 0 0 0
[pid=10060/tid=10078] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10078/stat : 10078 (java) S 10058 10060 6003 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 827939526 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 5 0 0 0
[pid=10060/tid=10079] ppid=10058 vsize=13701664 CPUtime=0 cores=1,3,5,7
/proc/10060/task/10079/stat : 10079 (java) S 10058 10060 6003 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 827939588 14030503936 175345 33554432000 1073741824 1073778376 140737405492272 18446744073709551615 239488511488 0 4 0 16800975 18446604464778184896 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 13701664

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): 1797.61
CPU time (s): 1800.14
CPU user time (s): 1799.88
CPU system time (s): 0.253961
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 13701664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.88
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 178938
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37610
involuntary context switches= 5679

runsolver used 9.56654 second user time and 23.8124 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 06:57:05
IDJOB=3457970
IDBENCH=48295
IDSOLVER=1952
FILE ID=node148/3457970-1307163425
RUNJOBID= node148-1307161625-9877
PBS_JOBID= 13508768
Free space on /tmp= 73896 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/SATUNSAT-SMALLINT-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_500_25_5_80.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3457970-1307163425/watcher-3457970-1307163425 -o /tmp/evaluation-result-3457970-1307163425/solver-3457970-1307163425 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3457970-1307163425.opb

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

MD5SUM BENCH= 611c10fb20bc9774d31ac4d0681f384d
RANDOM SEED=1745377423

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24835532 kB
Buffers:        254788 kB
Cached:         613888 kB
SwapCached:       7908 kB
Active:        7304172 kB
Inactive:       503472 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24835532 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:            1292 kB
Writeback:          52 kB
AnonPages:     6937324 kB
Mapped:          51964 kB
Slab:           179788 kB
PageTables:      58252 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183817300 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node148 at 2011-06-04 07:27:04