Trace number 3709879

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 PB specific settings 2.3.2 snapshot? (TO) 1800.53 1782.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
MD5SUMa451a3aa708ebb54c76171e0e43da9df
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.022996
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints65
Number of constraints which are clauses35
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint35
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 36
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3709879-1338151533.opb
0.09/0.12	c reading problem ... 
0.09/0.19	c ... done. Wall clock time 0.068s.
0.09/0.19	c declared #vars     1050
0.09/0.19	c #constraints  65
0.09/0.19	c constraints type 
0.09/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
0.09/0.19	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
0.09/0.19	c 65 constraints processed.
1.82/1.52	c cleaning 2506 clauses out of 5014 with flag 5014/5014
3.60/3.29	c cleaning 4243 clauses out of 8495 with flag 11001/11001
6.45/6.09	c cleaning 5625 clauses out of 11257 with flag 18006/18006
9.80/9.32	c cleaning 6813 clauses out of 13632 with flag 26006/26006
13.76/13.26	c cleaning 7908 clauses out of 15821 with flag 35008/35008
18.48/17.91	c cleaning 8953 clauses out of 17912 with flag 45007/45007
23.59/23.02	c cleaning 9971 clauses out of 19952 with flag 56000/56000
29.12/28.52	c cleaning 10991 clauses out of 21981 with flag 68000/68000
35.09/34.46	c cleaning 11993 clauses out of 23990 with flag 81000/81000
40.13/39.44	c cleaning 12996 clauses out of 25997 with flag 95000/95000
46.02/45.25	c cleaning 13991 clauses out of 28002 with flag 110001/110001
53.38/52.52	c cleaning 15003 clauses out of 30010 with flag 126000/126000
60.75/59.87	c cleaning 16001 clauses out of 32008 with flag 143001/143001
69.62/68.64	c cleaning 16998 clauses out of 34007 with flag 161001/161001
79.17/78.11	c cleaning 18007 clauses out of 36018 with flag 180010/180010
88.74/87.65	c cleaning 18998 clauses out of 38001 with flag 200000/200000
99.62/98.49	c cleaning 19994 clauses out of 40011 with flag 221008/221008
110.88/109.64	c cleaning 21007 clauses out of 42014 with flag 243005/243005
126.76/125.41	c cleaning 21997 clauses out of 44003 with flag 266001/266001
138.24/136.81	c cleaning 23007 clauses out of 46016 with flag 290011/290011
151.00/149.57	c cleaning 23990 clauses out of 47998 with flag 315000/315000
169.78/168.29	c cleaning 25009 clauses out of 50017 with flag 341009/341009
187.38/185.72	c cleaning 25997 clauses out of 51999 with flag 368000/368000
206.85/205.19	c cleaning 27009 clauses out of 54017 with flag 396015/396015
224.35/222.50	c cleaning 28003 clauses out of 56014 with flag 425021/425021
242.36/240.48	c cleaning 28991 clauses out of 57992 with flag 455002/455002
262.38/260.33	c cleaning 29997 clauses out of 60001 with flag 486002/486002
283.86/281.70	c cleaning 30999 clauses out of 62016 with flag 518014/518014
306.18/303.94	c cleaning 31976 clauses out of 64007 with flag 551004/551004
331.28/328.98	c cleaning 33015 clauses out of 66031 with flag 585004/585004
351.19/348.74	c cleaning 34012 clauses out of 68028 with flag 620016/620016
376.26/373.70	c cleaning 34996 clauses out of 70000 with flag 656000/656000
401.40/398.76	c cleaning 35998 clauses out of 72004 with flag 693000/693000
422.46/419.71	c cleaning 37000 clauses out of 74012 with flag 731006/731006
450.77/447.83	c cleaning 37999 clauses out of 76010 with flag 770004/770004
475.81/472.75	c cleaning 39002 clauses out of 78007 with flag 810000/810000
509.69/506.41	c cleaning 40005 clauses out of 80011 with flag 851006/851006
540.29/536.84	c cleaning 40995 clauses out of 82001 with flag 893001/893001
569.38/565.71	c cleaning 42004 clauses out of 84010 with flag 936005/936005
603.18/599.24	c cleaning 42996 clauses out of 86002 with flag 980001/980001
638.22/633.98	c cleaning 44007 clauses out of 88014 with flag 1025009/1025009
679.01/674.54	c cleaning 44997 clauses out of 89999 with flag 1071001/1071001
706.74/702.07	c cleaning 45996 clauses out of 92007 with flag 1118006/1118006
738.46/733.50	c cleaning 47000 clauses out of 94006 with flag 1166001/1166001
779.30/774.15	c cleaning 48001 clauses out of 96011 with flag 1215006/1215006
834.61/829.21	c cleaning 48998 clauses out of 98004 with flag 1265000/1265000
879.77/874.09	c cleaning 50006 clauses out of 100015 with flag 1316009/1316009
916.84/910.79	c cleaning 50989 clauses out of 102003 with flag 1368003/1368003
960.80/954.26	c cleaning 51996 clauses out of 104011 with flag 1421000/1421000
1005.83/998.79	c cleaning 53004 clauses out of 106016 with flag 1475001/1475001
1072.93/1065.15	c cleaning 54002 clauses out of 108011 with flag 1530000/1530000
1148.24/1139.25	c cleaning 55002 clauses out of 110009 with flag 1586000/1586000
1202.45/1192.86	c cleaning 55996 clauses out of 112010 with flag 1643003/1643003
1294.81/1283.67	c cleaning 57008 clauses out of 114018 with flag 1701007/1701007
1350.09/1337.81	c cleaning 57992 clauses out of 116004 with flag 1760001/1760001
1426.68/1413.60	c cleaning 59017 clauses out of 118033 with flag 1820022/1820022
1494.08/1480.31	c cleaning 59990 clauses out of 119995 with flag 1881001/1881001
1562.22/1547.84	c cleaning 60991 clauses out of 122004 with flag 1943000/1943000
1624.17/1609.03	c cleaning 62003 clauses out of 124020 with flag 2006007/2006007
1671.02/1655.11	c cleaning 62974 clauses out of 126011 with flag 2070001/2070001
1734.26/1717.70	c cleaning 64015 clauses out of 128042 with flag 2135006/2135006
1800.05/1782.81	c starts		: 227
1800.05/1782.81	c conflicts		: 2185072
1800.05/1782.81	c decisions		: 2371174
1800.05/1782.81	c propagations		: 98011469
1800.05/1782.81	c inspects		: 8332151629
1800.05/1782.81	c shortcuts		: 0
1800.05/1782.81	c learnt literals	: 0
1800.05/1782.81	c learnt binary clauses	: 0
1800.05/1782.81	c learnt ternary clauses	: 0
1800.05/1782.81	c learnt constraints	: 2185072
1800.05/1782.81	c ignored constraints	: 0
1800.05/1782.81	c root simplifications	: 227
1800.05/1782.81	c removed literals (reason simplification)	: 11372557
1800.05/1782.81	c reason swapping (by a shorter reason)	: 0
1800.05/1782.81	c Calls to reduceDB	: 61
1800.05/1782.81	c number of reductions to clauses (during analyze)	: 0
1800.05/1782.81	c number of learned constraints concerned by reduction	: 0
1800.05/1782.81	c number of learning phase by resolution	: 0
1800.05/1782.81	c number of learning phase by cutting planes	: 0
1800.05/1782.81	c speed (assignments/second)	: 54981.728008060054
1800.05/1782.81	c non guided choices	436
1800.05/1782.84	c learnt constraints type 
1800.05/1782.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114100
1800.05/1782.84	c constraints type 
1800.05/1782.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 35
1800.05/1782.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 30
1800.05/1782.84	c 65 constraints processed.
1800.05/1782.84	s UNKNOWN
1800.05/1782.84	c Total wall clock time (in seconds): 1782.722

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-3709879-1338151533/watcher-3709879-1338151533 -o /tmp/evaluation-result-3709879-1338151533/solver-3709879-1338151533 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709879-1338151533.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: 2.00 2.03 2.00 3/194 4665
/proc/meminfo: memFree=28361156/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4665/stat : 4665 (java) D 4663 4665 32120 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 281278684 9515008 175 33554432000 1073741824 1073778376 140736594279216 140736594261944 270707540880 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/4665/statm: 2323 175 133 9 0 71 0

[startup+0.047315 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 4665
/proc/meminfo: memFree=28361156/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 3081 0 1 0 2 0 0 0 20 0 13 0 281278684 9446973440 3267 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2306390 3268 1701 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100255 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 4665
/proc/meminfo: memFree=28361156/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 4320 0 1 0 8 1 0 0 20 0 18 0 281278684 9787842560 5016 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2389610 5017 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300162 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 4665
/proc/meminfo: memFree=28361156/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=0.52 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 6651 0 1 0 51 1 0 0 20 0 19 0 281278684 9856004096 8051 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 8051 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625004

[startup+0.70023 s]
/proc/loadavg: 2.00 2.03 2.00 3/194 4665
/proc/meminfo: memFree=28361156/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=0.98 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 6680 0 1 0 97 1 0 0 20 0 19 0 281278684 9856004096 9602 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 9602 2241 9 0 2396937 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 9625004

[startup+1.50067 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 4684
/proc/meminfo: memFree=28325400/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=1.82 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 7065 0 1 0 180 2 0 0 20 0 19 0 281278684 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 12690 2250 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2576 0 1 0 144 2 0 0 20 0 19 0 281278686 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694551747144 139694424597944 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2043 0 0 0 19 0 0 0 20 0 19 0 281278691 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.14 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1250 0 0 0 14 0 0 0 20 0 19 0 281278691 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 12690 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.82
Current children cumulated vsize (KiB) 9625004

[startup+3.10073 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 4684
/proc/meminfo: memFree=28296108/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=3.49 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 7141 0 1 0 346 3 0 0 20 0 19 0 281278684 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 18375 2276 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2580 0 1 0 303 2 0 0 20 0 19 0 281278686 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694551749144 139694424760411 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 34 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.22 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2049 0 0 0 22 0 0 0 20 0 19 0 281278691 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 18375 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625004

[startup+6.3008 s]
/proc/loadavg: 2.00 2.03 2.00 3/213 4684
/proc/meminfo: memFree=28262716/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=6.78 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 7421 0 1 0 671 7 0 0 20 0 19 0 281278684 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 31286 2276 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2583 0 1 0 617 2 0 0 20 0 19 0 281278686 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694551749144 139694424367031 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 67 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 76 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 63 0 0 0 1 0 0 0 20 0 19 0 281278687 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=0.03 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 44 0 0 0 3 0 0 0 20 0 19 0 281278688 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.23 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2054 0 0 0 23 0 0 0 20 0 19 0 281278691 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 31286 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=2.65 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1555 0 0 0 254 11 0 0 20 0 19 0 281278687 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=2.73 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1215 0 0 0 259 14 0 0 20 0 19 0 281278687 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=2.6 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 1272 0 0 0 248 12 0 0 20 0 19 0 281278687 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=4.41 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 859 0 0 0 434 7 0 0 20 0 19 0 281278688 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2256 0 0 0 29 0 0 0 20 0 19 0 281278691 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0.63 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 95 0 0 0 29 34 0 0 20 0 19 0 281278691 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 177939 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1678.37
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/213 5922
/proc/meminfo: memFree=28273584/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=1739.08 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 18448 0 1 0 173752 156 0 0 20 0 19 0 281278684 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 186644 2276 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=1711.17 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2899 0 1 0 171084 33 0 0 20 0 19 0 281278686 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694551747936 139694424760429 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=2.8 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 607 0 0 0 267 13 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=2.66 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 1394 0 0 0 251 15 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=2.89 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 1245 0 0 0 274 15 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=2.82 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 1491 0 0 0 270 12 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=2.87 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 1090 0 0 0 274 13 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=2.78 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1561 0 0 0 266 12 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=2.84 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1222 0 0 0 270 14 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=2.71 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 1276 0 0 0 259 12 0 0 20 0 19 0 281278687 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 867 0 0 0 446 7 0 0 20 0 19 0 281278688 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2256 0 0 0 29 0 0 0 20 0 19 0 281278691 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0.65 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 99 0 0 0 30 35 0 0 20 0 19 0 281278691 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 186644 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1739.08
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 5922
/proc/meminfo: memFree=28277120/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=1799.48 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 18469 0 1 0 179791 157 0 0 20 0 19 0 281278684 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 185094 2276 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=1771.01 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2906 0 1 0 177068 33 0 0 20 0 19 0 281278686 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694551747936 139694424767493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 607 0 0 0 272 13 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=2.74 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 1394 0 0 0 259 15 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=2.94 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 1245 0 0 0 279 15 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=2.91 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 1491 0 0 0 278 13 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=2.92 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 1090 0 0 0 279 13 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1561 0 0 0 273 12 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=2.95 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1222 0 0 0 281 14 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=2.77 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 1276 0 0 0 265 12 0 0 20 0 19 0 281278687 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 877 0 0 0 446 7 0 0 20 0 19 0 281278688 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2256 0 0 0 29 0 0 0 20 0 19 0 281278691 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 281278691 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 185094 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1799.48
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.8 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 5922
/proc/meminfo: memFree=28277120/32873648 swapFree=6864/6864
[pid=4665] ppid=4663 vsize=9625004 CPUtime=1800.05 cores=1,3,5,7
/proc/4665/stat : 4665 (java) S 4663 4665 32120 0 -1 4202496 18472 0 1 0 179848 157 0 0 20 0 19 0 281278684 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 140736211650496 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4665/statm: 2406251 185090 2276 9 0 2396937 0
[pid=4665/tid=4667] ppid=4663 vsize=9625004 CPUtime=1771.49 cores=1,3,5,7
/proc/4665/task/4667/stat : 4667 (java) R 4663 4665 32120 0 -1 4202560 2907 0 1 0 177116 33 0 0 20 0 19 0 281278686 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694551747936 139694424875390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4668] ppid=4663 vsize=9625004 CPUtime=2.86 cores=1,3,5,7
/proc/4665/task/4668/stat : 4668 (java) S 4663 4665 32120 0 -1 4202560 607 0 0 0 273 13 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694395771816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4669] ppid=4663 vsize=9625004 CPUtime=2.75 cores=1,3,5,7
/proc/4665/task/4669/stat : 4669 (java) S 4663 4665 32120 0 -1 4202560 1394 0 0 0 260 15 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694394719272 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4670] ppid=4663 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/4665/task/4670/stat : 4670 (java) S 4663 4665 32120 0 -1 4202560 1245 0 0 0 281 15 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694393666216 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4671] ppid=4663 vsize=9625004 CPUtime=2.91 cores=1,3,5,7
/proc/4665/task/4671/stat : 4671 (java) S 4663 4665 32120 0 -1 4202560 1491 0 0 0 278 13 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694392613672 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4672] ppid=4663 vsize=9625004 CPUtime=2.93 cores=1,3,5,7
/proc/4665/task/4672/stat : 4672 (java) S 4663 4665 32120 0 -1 4202560 1090 0 0 0 280 13 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694391560616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4673] ppid=4663 vsize=9625004 CPUtime=2.86 cores=1,3,5,7
/proc/4665/task/4673/stat : 4673 (java) S 4663 4665 32120 0 -1 4202560 1561 0 0 0 274 12 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694390508072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4674] ppid=4663 vsize=9625004 CPUtime=2.96 cores=1,3,5,7
/proc/4665/task/4674/stat : 4674 (java) S 4663 4665 32120 0 -1 4202560 1222 0 0 0 282 14 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694389455016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4665/tid=4675] ppid=4663 vsize=9625004 CPUtime=2.78 cores=1,3,5,7
/proc/4665/task/4675/stat : 4675 (java) S 4663 4665 32120 0 -1 4202560 1276 0 0 0 266 12 0 0 20 0 19 0 281278687 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694388402472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4676] ppid=4663 vsize=9625004 CPUtime=4.53 cores=1,3,5,7
/proc/4665/task/4676/stat : 4676 (java) S 4663 4665 32120 0 -1 4202560 879 0 0 0 446 7 0 0 20 0 19 0 281278688 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694375992168 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4677] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4677/stat : 4677 (java) S 4663 4665 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694374938488 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4678] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4678/stat : 4678 (java) S 4663 4665 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281278688 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694373885320 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4679] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4679/stat : 4679 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694372834064 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4680] ppid=4663 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/4665/task/4680/stat : 4680 (java) S 4663 4665 32120 0 -1 4202560 2256 0 0 0 29 0 0 0 20 0 19 0 281278691 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694371780920 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4665/tid=4681] ppid=4663 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/4665/task/4681/stat : 4681 (java) S 4663 4665 32120 0 -1 4202560 1260 0 0 0 17 0 0 0 20 0 19 0 281278691 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694370728376 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4682] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4682/stat : 4682 (java) S 4663 4665 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281278691 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694369675512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4665/tid=4683] ppid=4663 vsize=9625004 CPUtime=0.68 cores=1,3,5,7
/proc/4665/task/4683/stat : 4683 (java) S 4663 4665 32120 0 -1 4202560 103 0 0 0 31 37 0 0 20 0 19 0 281278691 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694368623176 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4665/tid=4684] ppid=4663 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/4665/task/4684/stat : 4684 (java) S 4663 4665 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281278704 9856004096 185090 33554432000 1073741824 1073778376 140736211659360 139694367569448 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625004

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): 1782.85
CPU time (s): 1800.53
CPU user time (s): 1798.55
CPU system time (s): 1.9807
CPU usage (%): 100.992
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.55
system time used= 1.9807
maximum resident set size= 885056
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18518
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45924
involuntary context switches= 50757

runsolver used 5.95109 second user time and 15.6236 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 22:45:33
IDJOB=3709879
IDBENCH=2600
IDSOLVER=2289
FILE ID=node125/3709879-1338151533
RUNJOBID= node125-1338125514-32137
PBS_JOBID= 14624515
Free space on /tmp= 71260 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-35-30.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709879-1338151533/watcher-3709879-1338151533 -o /tmp/evaluation-result-3709879-1338151533/solver-3709879-1338151533 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709879-1338151533.opb

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

MD5SUM BENCH= a451a3aa708ebb54c76171e0e43da9df
RANDOM SEED=1148990438

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28361908 kB
Buffers:          455252 kB
Cached:          2435408 kB
SwapCached:         2304 kB
Active:          2168904 kB
Inactive:        1500340 kB
Active(anon):     770204 kB
Inactive(anon):     9556 kB
Active(file):    1398700 kB
Inactive(file):  1490784 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:               872 kB
Writeback:             0 kB
AnonPages:        783568 kB
Mapped:            22504 kB
Shmem:               104 kB
Slab:             703600 kB
SReclaimable:     147324 kB
SUnreclaim:       556276 kB
KernelStack:        1600 kB
PageTables:         5900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1233672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    749568 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 23:15:17