Trace number 3709882

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.04 1774.85

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-51-50.opb
MD5SUM285c24e978af8153c6a378b9af59f522
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.049991
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables2550
Total number of constraints101
Number of constraints which are clauses51
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint50
Maximum length of a constraint51
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 52
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.10/0.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
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 phase appearing in latest learned clause
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=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709882-1338151388.opb
0.10/0.11	c reading problem ... 
0.29/0.21	c ... done. Wall clock time 0.105s.
0.29/0.21	c declared #vars     2550
0.29/0.21	c #constraints  101
0.29/0.21	c constraints type 
0.29/0.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
0.29/0.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.29/0.21	c 101 constraints processed.
3.85/3.44	c cleaning 2497 clauses out of 5000 with flag 5000/5000
9.34/8.86	c cleaning 4253 clauses out of 8505 with flag 11002/11002
15.33/14.72	c cleaning 5623 clauses out of 11251 with flag 18001/18001
24.94/24.24	c cleaning 6807 clauses out of 13628 with flag 26001/26001
34.94/34.14	c cleaning 7906 clauses out of 15821 with flag 35001/35001
44.01/43.14	c cleaning 8955 clauses out of 17914 with flag 45000/45000
57.50/56.56	c cleaning 9976 clauses out of 19959 with flag 56000/56000
73.48/72.43	c cleaning 10987 clauses out of 21983 with flag 68000/68000
89.58/88.48	c cleaning 11973 clauses out of 23996 with flag 81000/81000
104.84/103.66	c cleaning 12990 clauses out of 26024 with flag 95001/95001
121.16/119.88	c cleaning 14016 clauses out of 28035 with flag 110002/110002
130.15/128.75	c cleaning 15009 clauses out of 30018 with flag 126001/126001
139.12/137.62	c cleaning 15999 clauses out of 32008 with flag 143000/143000
149.51/147.91	c cleaning 17003 clauses out of 34012 with flag 161003/161003
161.18/159.54	c cleaning 18004 clauses out of 36012 with flag 180006/180006
171.46/169.72	c cleaning 18995 clauses out of 38002 with flag 200000/200000
184.37/182.43	c cleaning 20004 clauses out of 40008 with flag 221001/221001
198.19/196.19	c cleaning 20997 clauses out of 42004 with flag 243001/243001
215.14/212.92	c cleaning 21994 clauses out of 44006 with flag 266000/266000
229.81/227.50	c cleaning 22994 clauses out of 46012 with flag 290000/290000
245.64/243.13	c cleaning 23969 clauses out of 48018 with flag 315000/315000
262.63/259.82	c cleaning 25007 clauses out of 50049 with flag 341000/341000
278.49/275.30	c cleaning 26016 clauses out of 52042 with flag 368000/368000
296.25/292.96	c cleaning 27018 clauses out of 54037 with flag 396011/396011
315.06/311.45	c cleaning 27989 clauses out of 56008 with flag 425000/425000
336.88/332.83	c cleaning 29005 clauses out of 58021 with flag 455002/455002
361.72/357.38	c cleaning 30003 clauses out of 60014 with flag 486000/486000
417.69/412.94	c cleaning 30987 clauses out of 62025 with flag 518014/518014
448.77/443.52	c cleaning 31992 clauses out of 64029 with flag 551005/551005
490.00/484.39	c cleaning 33007 clauses out of 66033 with flag 585001/585001
516.84/510.73	c cleaning 34009 clauses out of 68025 with flag 620000/620000
542.33/535.84	c cleaning 35001 clauses out of 70021 with flag 656005/656005
573.85/566.93	c cleaning 36006 clauses out of 72016 with flag 693001/693001
613.18/605.78	c cleaning 37008 clauses out of 74016 with flag 731007/731007
660.83/652.84	c cleaning 37974 clauses out of 76001 with flag 770000/770000
694.44/685.95	c cleaning 38949 clauses out of 78028 with flag 810001/810001
742.39/733.23	c cleaning 40021 clauses out of 80078 with flag 851000/851000
780.52/770.74	c cleaning 41025 clauses out of 82059 with flag 893002/893002
812.32/801.97	c cleaning 42002 clauses out of 84032 with flag 936000/936000
846.86/835.94	c cleaning 42987 clauses out of 86030 with flag 980000/980000
892.85/881.31	c cleaning 44014 clauses out of 88044 with flag 1025001/1025001
944.53/932.41	c cleaning 44975 clauses out of 90030 with flag 1071001/1071001
986.69/973.90	c cleaning 46018 clauses out of 92057 with flag 1118003/1118003
1037.60/1024.22	c cleaning 47013 clauses out of 94037 with flag 1166001/1166001
1084.21/1070.19	c cleaning 48005 clauses out of 96024 with flag 1215001/1215001
1132.95/1118.20	c cleaning 49005 clauses out of 98019 with flag 1265001/1265001
1167.15/1151.93	c cleaning 49999 clauses out of 100014 with flag 1316001/1316001
1204.03/1188.13	c cleaning 51001 clauses out of 102014 with flag 1368000/1368000
1244.95/1228.32	c cleaning 52000 clauses out of 104015 with flag 1421002/1421002
1290.26/1273.05	c cleaning 53004 clauses out of 106013 with flag 1475000/1475000
1336.07/1318.10	c cleaning 54000 clauses out of 108010 with flag 1530001/1530001
1369.07/1350.61	c cleaning 54999 clauses out of 110009 with flag 1586000/1586000
1406.41/1387.38	c cleaning 55986 clauses out of 112010 with flag 1643000/1643000
1444.85/1425.33	c cleaning 57009 clauses out of 114025 with flag 1701001/1701001
1487.51/1467.31	c cleaning 58003 clauses out of 116018 with flag 1760003/1760003
1530.35/1509.59	c cleaning 59002 clauses out of 118012 with flag 1820000/1820000
1571.00/1549.53	c cleaning 59998 clauses out of 120013 with flag 1881003/1881003
1610.01/1587.97	c cleaning 61003 clauses out of 122014 with flag 1943002/1943002
1654.02/1631.23	c cleaning 61997 clauses out of 124010 with flag 2006001/2006001
1695.05/1671.53	c cleaning 62999 clauses out of 126012 with flag 2070000/2070000
1736.17/1711.92	c cleaning 64001 clauses out of 128013 with flag 2135000/2135000
1785.91/1760.91	c cleaning 64999 clauses out of 130012 with flag 2201000/2201000
1800.04/1774.81	c starts		: 228
1800.04/1774.81	c conflicts		: 2227157
1800.04/1774.81	c decisions		: 3175462
1800.04/1774.81	c propagations		: 122355700
1800.04/1774.81	c inspects		: 8125204181
1800.04/1774.81	c shortcuts		: 0
1800.04/1774.81	c learnt literals	: 0
1800.04/1774.81	c learnt binary clauses	: 0
1800.04/1774.81	c learnt ternary clauses	: 0
1800.04/1774.81	c learnt constraints	: 2227157
1800.04/1774.81	c ignored constraints	: 0
1800.04/1774.81	c root simplifications	: 228
1800.04/1774.81	c removed literals (reason simplification)	: 8760447
1800.04/1774.81	c reason swapping (by a shorter reason)	: 0
1800.04/1774.81	c Calls to reduceDB	: 62
1800.04/1774.81	c number of reductions to clauses (during analyze)	: 0
1800.04/1774.81	c number of learned constraints concerned by reduction	: 0
1800.04/1774.81	c number of learning phase by resolution	: 0
1800.04/1774.81	c number of learning phase by cutting planes	: 0
1800.04/1774.81	c speed (assignments/second)	: 68948.71660496228
1800.04/1774.81	c non guided choices	1228
1800.04/1774.84	c learnt constraints type 
1800.04/1774.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 91199
1800.04/1774.84	c constraints type 
1800.04/1774.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 51
1800.04/1774.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
1800.04/1774.84	c 101 constraints processed.
1800.04/1774.84	s UNKNOWN
1800.04/1774.84	c Total wall clock time (in seconds): 1774.73

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-3709882-1338151388/watcher-3709882-1338151388 -o /tmp/evaluation-result-3709882-1338151388/solver-3709882-1338151388 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709882-1338151388.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.02 2.00 3/192 25003
/proc/meminfo: memFree=28292872/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25003/stat : 25003 (java) R 25001 25003 21372 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 281264221 23793664 711 33554432000 1073741824 1073778376 140734703162384 140734703151448 227503290448 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 5809 712 526 9 0 128 0

[startup+0.098592 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 25003
/proc/meminfo: memFree=28292872/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 4354 0 1 0 9 0 0 0 20 0 18 0 281264221 9787842560 6072 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2389610 6072 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.100218 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 25003
/proc/meminfo: memFree=28292872/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 4376 0 1 0 10 0 0 0 20 0 18 0 281264221 9787842560 6094 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2389610 6094 2131 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300174 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 25003
/proc/meminfo: memFree=28292872/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=0.55 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 6447 0 1 0 54 1 0 0 20 0 19 0 281264221 9856004096 8856 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 8856 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9625004

[startup+0.700182 s]
/proc/loadavg: 2.00 2.02 2.00 3/192 25003
/proc/meminfo: memFree=28292872/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=1.1 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 6700 0 1 0 109 1 0 0 20 0 19 0 281264221 9856004096 10526 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 10526 2241 9 0 2396937 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9625004

[startup+1.50066 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 25022
/proc/meminfo: memFree=28255108/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=1.91 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 6710 0 1 0 190 1 0 0 20 0 19 0 281264221 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 13601 2243 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=1.47 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2529 0 1 0 146 1 0 0 20 0 19 0 281264222 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732273611368 140732137067865 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.21 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1301 0 0 0 21 0 0 0 20 0 19 0 281264226 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 1679 0 0 0 19 0 0 0 20 0 19 0 281264226 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 13601 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625004

[startup+3.10072 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 25022
/proc/meminfo: memFree=28240524/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=3.55 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 7036 0 1 0 353 2 0 0 20 0 19 0 281264221 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 17704 2250 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=3.06 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2539 0 1 0 305 1 0 0 20 0 19 0 281264222 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732273609320 140732136912689 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.24 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1617 0 0 0 24 0 0 0 20 0 19 0 281264226 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 1679 0 0 0 19 0 0 0 20 0 19 0 281264226 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 17704 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.55
Current children cumulated vsize (KiB) 9625004

[startup+6.30078 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 25022
/proc/meminfo: memFree=28189032/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=6.8 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 7129 0 1 0 675 5 0 0 20 0 19 0 281264221 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 27742 2276 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=6.23 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2546 0 1 0 622 1 0 0 20 0 19 0 281264222 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732273609264 140732136917803 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281264223 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 37 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1621 0 0 0 26 0 0 0 20 0 19 0 281264226 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.2 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 1680 0 0 0 20 0 0 0 20 0 19 0 281264226 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 27742 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1793 0 0 0 30 0 0 0 20 0 19 0 281264226 9856004096 225704 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 2006 0 0 0 25 0 0 0 20 0 19 0 281264226 9856004096 225704 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 225704 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0.54 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 93 0 0 0 28 26 0 0 20 0 19 0 281264226 9856004096 225704 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 225704 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1624.68
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.03 2.05 2.01 3/212 25059
/proc/meminfo: memFree=26690184/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=1685.67 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 19343 0 1 0 168372 195 0 0 20 0 19 0 281264221 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 233540 2276 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=1645.28 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2936 0 1 0 164498 30 0 0 20 0 19 0 281264222 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732273610112 140732136917790 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=3.91 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 1022 0 0 0 372 19 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=4.05 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 869 0 0 0 381 24 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=3.85 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1097 0 0 0 366 19 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=3.92 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 1640 0 0 0 369 23 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=3.69 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 961 0 0 0 352 17 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=3.76 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 840 0 0 0 361 15 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1363 0 0 0 372 17 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=3.82 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 1932 0 0 0 363 19 0 0 20 0 19 0 281264223 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=4.04 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 1603 0 0 0 397 7 0 0 20 0 19 0 281264224 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1793 0 0 0 30 0 0 0 20 0 19 0 281264226 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 2006 0 0 0 25 0 0 0 20 0 19 0 281264226 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0.56 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 95 0 0 0 29 27 0 0 20 0 19 0 281264226 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 233540 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1685.67
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/211 25060
/proc/meminfo: memFree=26525796/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=1746.83 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 19461 0 1 0 174480 203 0 0 20 0 19 0 281264221 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 245834 2276 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=1704.46 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2950 0 1 0 170416 30 0 0 20 0 19 0 281264222 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732273610232 140732137046503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=4.15 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 1035 0 0 0 395 20 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=4.25 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 881 0 0 0 400 25 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=4.02 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1111 0 0 0 382 20 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=4.13 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 1649 0 0 0 389 24 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=3.84 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 967 0 0 0 367 17 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=3.94 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 848 0 0 0 378 16 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=4.09 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1372 0 0 0 391 18 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=4.03 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 1943 0 0 0 383 20 0 0 20 0 19 0 281264223 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=4.29 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 1621 0 0 0 422 7 0 0 20 0 19 0 281264224 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1793 0 0 0 30 0 0 0 20 0 19 0 281264226 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 2006 0 0 0 25 0 0 0 20 0 19 0 281264226 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0.59 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 99 0 0 0 30 29 0 0 20 0 19 0 281264226 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 245834 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1746.83
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.8 s]
/proc/loadavg: 2.00 2.03 2.00 3/211 25119
/proc/meminfo: memFree=27632412/32873624 swapFree=7104/7104
[pid=25003] ppid=25001 vsize=9625004 CPUtime=1800.04 cores=1,3,5,7
/proc/25003/stat : 25003 (java) S 25001 25003 21372 0 -1 4202496 19483 0 1 0 179800 204 0 0 20 0 19 0 281264221 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140734703153520 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25003/statm: 2406251 245104 2276 9 0 2396937 0
[pid=25003/tid=25005] ppid=25001 vsize=9625004 CPUtime=1756.49 cores=1,3,5,7
/proc/25003/task/25005/stat : 25005 (java) R 25001 25003 21372 0 -1 4202560 2960 0 1 0 175618 31 0 0 20 0 19 0 281264222 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732273610112 140732137046503 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25006] ppid=25001 vsize=9625004 CPUtime=4.25 cores=1,3,5,7
/proc/25003/task/25006/stat : 25006 (java) S 25001 25003 21372 0 -1 4202560 1035 0 0 0 405 20 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732262673064 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25007] ppid=25001 vsize=9625004 CPUtime=4.41 cores=1,3,5,7
/proc/25003/task/25007/stat : 25007 (java) S 25001 25003 21372 0 -1 4202560 881 0 0 0 416 25 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732261620520 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25008] ppid=25001 vsize=9625004 CPUtime=4.14 cores=1,3,5,7
/proc/25003/task/25008/stat : 25008 (java) S 25001 25003 21372 0 -1 4202560 1111 0 0 0 394 20 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732260567976 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25009] ppid=25001 vsize=9625004 CPUtime=4.25 cores=1,3,5,7
/proc/25003/task/25009/stat : 25009 (java) S 25001 25003 21372 0 -1 4202560 1649 0 0 0 401 24 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732259515432 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25010] ppid=25001 vsize=9625004 CPUtime=3.95 cores=1,3,5,7
/proc/25003/task/25010/stat : 25010 (java) S 25001 25003 21372 0 -1 4202560 967 0 0 0 378 17 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732258461864 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25011] ppid=25001 vsize=9625004 CPUtime=4.06 cores=1,3,5,7
/proc/25003/task/25011/stat : 25011 (java) S 25001 25003 21372 0 -1 4202560 848 0 0 0 390 16 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732257409320 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25012] ppid=25001 vsize=9625004 CPUtime=4.16 cores=1,3,5,7
/proc/25003/task/25012/stat : 25012 (java) S 25001 25003 21372 0 -1 4202560 1372 0 0 0 398 18 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732256356776 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25003/tid=25013] ppid=25001 vsize=9625004 CPUtime=4.18 cores=1,3,5,7
/proc/25003/task/25013/stat : 25013 (java) S 25001 25003 21372 0 -1 4202560 1943 0 0 0 398 20 0 0 20 0 19 0 281264223 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732255304232 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25014] ppid=25001 vsize=9625004 CPUtime=4.38 cores=1,3,5,7
/proc/25003/task/25014/stat : 25014 (java) S 25001 25003 21372 0 -1 4202560 1629 0 0 0 431 7 0 0 20 0 19 0 281264224 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732097702504 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25015] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25015/stat : 25015 (java) S 25001 25003 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732096648824 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25016] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25016/stat : 25016 (java) S 25001 25003 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281264224 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732095596168 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25017] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25017/stat : 25017 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732094544912 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25018] ppid=25001 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/25003/task/25018/stat : 25018 (java) S 25001 25003 21372 0 -1 4202560 1793 0 0 0 30 0 0 0 20 0 19 0 281264226 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732093491256 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25003/tid=25019] ppid=25001 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/25003/task/25019/stat : 25019 (java) S 25001 25003 21372 0 -1 4202560 2006 0 0 0 25 0 0 0 20 0 19 0 281264226 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732092438712 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25020] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25020/stat : 25020 (java) S 25001 25003 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281264226 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732091386360 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25003/tid=25021] ppid=25001 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/25003/task/25021/stat : 25021 (java) S 25001 25003 21372 0 -1 4202560 103 0 0 0 32 29 0 0 20 0 19 0 281264226 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732090334024 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25003/tid=25022] ppid=25001 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/25003/task/25022/stat : 25022 (java) S 25001 25003 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281264244 9856004096 245104 33554432000 1073741824 1073778376 140734703162384 140732089001256 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25003 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=378365
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=411633
# CPU time returned by wait4() is 1795.79
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1774.85
CPU time (s): 1800.04
CPU user time (s): 1798
CPU system time (s): 2.04
CPU usage (%): 101.419
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.38
system time used= 2.41163
maximum resident set size= 983340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19609
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= 49127
involuntary context switches= 60664

runsolver used 5.83211 second user time and 14.9217 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 22:43:08
IDJOB=3709882
IDBENCH=2597
IDSOLVER=2289
FILE ID=node121/3709882-1338151388
RUNJOBID= node121-1338138816-23673
PBS_JOBID= 14624482
Free space on /tmp= 71712 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-51-50.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-3709882-1338151388/watcher-3709882-1338151388 -o /tmp/evaluation-result-3709882-1338151388/solver-3709882-1338151388 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709882-1338151388.opb

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

MD5SUM BENCH= 285c24e978af8153c6a378b9af59f522
RANDOM SEED=898950352

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
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:       32873624 kB
MemFree:        28293028 kB
Buffers:          514204 kB
Cached:          2787772 kB
SwapCached:            0 kB
Active:          1176524 kB
Inactive:        2533700 kB
Active(anon):     409612 kB
Inactive(anon):        0 kB
Active(file):     766912 kB
Inactive(file):  2533700 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               640 kB
Writeback:             0 kB
AnonPages:        459008 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             717964 kB
SReclaimable:     162256 kB
SUnreclaim:       555708 kB
KernelStack:        1744 kB
PageTables:         4572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     812328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 71708 MiB
End job on node121 at 2012-05-27 23:12:44