Trace number 3459828

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0? (TO) 1800.16 1797.67

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12032_3-unsat.opb
MD5SUM336dbbe12a18bfd6b8d34c583a70b44b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 benchmark405.851
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32186
Total number of constraints107047
Number of constraints which are clauses106519
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint1
Maximum length of a constraint93
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 26
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 561
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.09/0.09	c version 2.3.1.v20110525
0.09/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.09	c java.vm.version	19.1-b02
0.09/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.09	c sun.arch.data.model	64
0.09/0.09	c java.version		1.6.0_24
0.09/0.09	c os.name		Linux
0.09/0.09	c os.version		2.6.18-164.el5
0.09/0.09	c os.arch		amd64
0.09/0.09	c Free memory 		12995394264
0.09/0.09	c Max memory 		13063553024
0.09/0.09	c Total memory 		13063553024
0.09/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3459828-1307169288.opb
0.10/0.12	c reading problem ... 
1.41/0.99	c ... done. Wall clock time 0.875s.
1.41/0.99	c #vars     32186
1.41/0.99	c #constraints  93273
1.41/0.99	c constraints type 
1.41/0.99	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1.41/0.99	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1.41/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
4.17/3.14	c cleaning 2490 clauses out of 5000 with flag 5000/5000
6.75/5.24	c cleaning 4249 clauses out of 8510 with flag 11000/11000
9.16/7.69	c cleaning 5621 clauses out of 11262 with flag 18001/18001
12.27/10.73	c cleaning 6807 clauses out of 13640 with flag 26000/26000
15.71/14.21	c cleaning 7916 clauses out of 15835 with flag 35002/35002
19.41/17.89	c cleaning 8937 clauses out of 17919 with flag 45002/45002
23.62/22.09	c cleaning 9970 clauses out of 19980 with flag 56000/56000
28.21/26.63	c cleaning 10998 clauses out of 22010 with flag 68000/68000
32.92/31.30	c cleaning 11993 clauses out of 24012 with flag 81000/81000
38.62/37.04	c cleaning 12972 clauses out of 26019 with flag 95000/95000
44.63/43.08	c cleaning 13993 clauses out of 28047 with flag 110000/110000
50.63/49.01	c cleaning 15024 clauses out of 30056 with flag 126002/126002
57.14/55.57	c cleaning 15990 clauses out of 32030 with flag 143000/143000
64.36/62.79	c cleaning 16997 clauses out of 34040 with flag 161000/161000
72.15/70.51	c cleaning 18000 clauses out of 36043 with flag 180000/180000
79.96/78.30	c cleaning 19011 clauses out of 38043 with flag 200000/200000
88.06/86.48	c cleaning 19990 clauses out of 40032 with flag 221000/221000
96.87/95.27	c cleaning 21000 clauses out of 42042 with flag 243000/243000
106.08/104.49	c cleaning 21995 clauses out of 44042 with flag 266000/266000
116.58/114.95	c cleaning 23008 clauses out of 46047 with flag 290000/290000
128.68/127.09	c cleaning 23957 clauses out of 48039 with flag 315000/315000
141.79/140.18	c cleaning 25013 clauses out of 50082 with flag 341000/341000
156.19/154.52	c cleaning 26003 clauses out of 52069 with flag 368000/368000
169.80/168.20	c cleaning 27017 clauses out of 54066 with flag 396000/396000
181.91/180.22	c cleaning 28001 clauses out of 56049 with flag 425000/425000
196.12/194.43	c cleaning 29001 clauses out of 58048 with flag 455000/455000
209.42/207.71	c cleaning 29994 clauses out of 60047 with flag 486000/486000
223.83/222.12	c cleaning 30994 clauses out of 62053 with flag 518000/518000
239.84/238.15	c cleaning 32018 clauses out of 64060 with flag 551001/551001
257.85/256.14	c cleaning 33001 clauses out of 66041 with flag 585000/585000
272.76/271.06	c cleaning 34006 clauses out of 68040 with flag 620000/620000
290.67/288.94	c cleaning 34992 clauses out of 70036 with flag 656002/656002
309.37/307.61	c cleaning 36014 clauses out of 72042 with flag 693000/693000
328.29/326.50	c cleaning 37000 clauses out of 74028 with flag 731000/731000
348.40/346.62	c cleaning 38002 clauses out of 76028 with flag 770000/770000
366.50/364.72	c cleaning 38968 clauses out of 78026 with flag 810000/810000
386.51/384.79	c cleaning 40000 clauses out of 80058 with flag 851000/851000
406.13/404.33	c cleaning 41017 clauses out of 82059 with flag 893001/893001
427.14/425.37	c cleaning 41985 clauses out of 84042 with flag 936001/936001
448.85/447.00	c cleaning 43021 clauses out of 86058 with flag 980002/980002
468.96/467.18	c cleaning 44003 clauses out of 88036 with flag 1025001/1025001
492.87/491.00	c cleaning 44997 clauses out of 90032 with flag 1071000/1071000
516.28/514.44	c cleaning 45993 clauses out of 92035 with flag 1118000/1118000
543.89/542.07	c cleaning 46952 clauses out of 94042 with flag 1166000/1166000
567.60/565.77	c cleaning 48027 clauses out of 96093 with flag 1215003/1215003
592.52/590.65	c cleaning 49020 clauses out of 98064 with flag 1265001/1265001
618.82/616.98	c cleaning 49995 clauses out of 100043 with flag 1316000/1316000
644.74/642.84	c cleaning 51015 clauses out of 102050 with flag 1368002/1368002
669.15/667.23	c cleaning 51985 clauses out of 104038 with flag 1421005/1421005
697.96/696.05	c cleaning 53013 clauses out of 106048 with flag 1475000/1475000
730.57/728.63	c cleaning 53996 clauses out of 108035 with flag 1530000/1530000
763.59/761.64	c cleaning 54981 clauses out of 110039 with flag 1586000/1586000
794.71/792.79	c cleaning 56018 clauses out of 112058 with flag 1643000/1643000
826.02/824.08	c cleaning 56974 clauses out of 114040 with flag 1701000/1701000
858.85/856.81	c cleaning 58003 clauses out of 116067 with flag 1760001/1760001
894.65/892.61	c cleaning 59018 clauses out of 118063 with flag 1820000/1820000
933.07/931.00	c cleaning 59976 clauses out of 120047 with flag 1881002/1881002
974.08/972.01	c cleaning 60990 clauses out of 122069 with flag 1943000/1943000
1011.00/1008.93	c cleaning 62000 clauses out of 124079 with flag 2006000/2006000
1044.83/1042.79	c cleaning 63010 clauses out of 126079 with flag 2070000/2070000
1079.93/1077.80	c cleaning 64020 clauses out of 128069 with flag 2135000/2135000
1116.84/1114.73	c cleaning 65005 clauses out of 130050 with flag 2201001/2201001
1163.96/1161.85	c cleaning 65958 clauses out of 132044 with flag 2268000/2268000
1201.88/1199.79	c cleaning 67012 clauses out of 134086 with flag 2336000/2336000
1239.89/1237.72	c cleaning 67971 clauses out of 136074 with flag 2405000/2405000
1281.71/1279.50	c cleaning 69004 clauses out of 138104 with flag 2475001/2475001
1327.53/1325.40	c cleaning 70000 clauses out of 140099 with flag 2546000/2546000
1378.26/1376.05	c cleaning 71018 clauses out of 142099 with flag 2618000/2618000
1418.89/1416.71	c cleaning 72018 clauses out of 144082 with flag 2691001/2691001
1456.00/1453.78	c cleaning 73015 clauses out of 146063 with flag 2765000/2765000
1495.52/1493.28	c cleaning 74014 clauses out of 148048 with flag 2840000/2840000
1540.53/1538.28	c cleaning 75004 clauses out of 150034 with flag 2916000/2916000
1586.75/1584.40	c cleaning 76006 clauses out of 152031 with flag 2993001/2993001
1630.28/1627.94	c cleaning 77002 clauses out of 154024 with flag 3071000/3071000
1674.40/1672.04	c cleaning 77989 clauses out of 156022 with flag 3150000/3150000
1722.90/1720.52	c cleaning 79006 clauses out of 158034 with flag 3230001/3230001
1777.52/1775.17	c cleaning 80005 clauses out of 160028 with flag 3311001/3311001
1800.05/1797.62	c starts		: 250
1800.05/1797.62	c conflicts		: 3348040
1800.05/1797.62	c decisions		: 4205405
1800.05/1797.62	c propagations		: 2991233115
1800.05/1797.62	c inspects		: 12772891865
1800.05/1797.62	c shortcuts		: 0
1800.05/1797.62	c learnt literals	: 0
1800.05/1797.62	c learnt binary clauses	: 16
1800.05/1797.62	c learnt ternary clauses	: 1844
1800.05/1797.62	c learnt constraints	: 3348039
1800.05/1797.62	c ignored constraints	: 0
1800.05/1797.62	c root simplifications	: 0
1800.05/1797.62	c removed literals (reason simplification)	: 80089294
1800.05/1797.62	c reason swapping (by a shorter reason)	: 0
1800.05/1797.62	c Calls to reduceDB	: 77
1800.05/1797.62	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.62	c number of learned constraints concerned by reduction	: 0
1800.05/1797.62	c number of learning phase by resolution	: 0
1800.05/1797.62	c number of learning phase by cutting planes	: 0
1800.05/1797.62	c speed (assignments/second)	: 1664913.2626083277
1800.05/1797.62	c non guided choices	62
1800.05/1797.65	c learnt constraints type 
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117102
1800.05/1797.65	c constraints type 
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11705
1800.05/1797.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 75749
1800.05/1797.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 528
1800.05/1797.65	s UNKNOWN
1800.05/1797.65	c Total wall clock time (in seconds): 1797.532

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459828-1307169288/watcher-3459828-1307169288 -o /tmp/evaluation-result-3459828-1307169288/solver-3459828-1307169288 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459828-1307169288.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.15 2.05 2.01 1/413 7418
/proc/meminfo: memFree=25959932/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=30528 CPUtime=0 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 1234 0 0 0 0 0 0 0 21 0 2 0 284538185 31260672 954 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 7632 954 728 9 0 383 0
[pid=7418/tid=7419] ppid=7416 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 2804 0 1 0 0 0 0 0 22 0 2 0 284538186 13850947584 3619 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218880259131 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0968501 s]
/proc/loadavg: 2.15 2.05 2.01 1/413 7418
/proc/meminfo: memFree=25959932/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13622220 CPUtime=0.09 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 15323 0 1 0 7 2 0 0 21 0 18 0 284538185 13949153280 15020 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3405555 15021 2076 9 0 3396289 0
[pid=7418/tid=7419] ppid=7416 vsize=13622220 CPUtime=0.07 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 13458 0 1 0 6 1 0 0 23 0 18 0 284538186 13949153280 15024 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505228109 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13622220

[startup+0.100891 s]
/proc/loadavg: 2.15 2.05 2.01 1/413 7418
/proc/meminfo: memFree=25959932/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13622220 CPUtime=0.1 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 15405 0 1 0 8 2 0 0 21 0 18 0 284538185 13949153280 15102 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3405555 15102 2092 9 0 3396289 0
[pid=7418/tid=7419] ppid=7416 vsize=13622220 CPUtime=0.07 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 13517 0 1 0 6 1 0 0 23 0 18 0 284538186 13949153280 15102 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218880608439 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622220

[startup+0.300814 s]
/proc/loadavg: 2.15 2.05 2.01 1/413 7418
/proc/meminfo: memFree=25959932/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13624720 CPUtime=0.46 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 19012 0 1 0 44 2 0 0 21 0 18 0 284538185 13951713280 18220 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3406180 18222 2200 9 0 3396914 0
[pid=7418/tid=7419] ppid=7416 vsize=13624720 CPUtime=0.28 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 15506 0 1 0 26 2 0 0 24 0 18 0 284538186 13951713280 18222 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505357420 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13624720

[startup+0.700745 s]
/proc/loadavg: 2.15 2.05 2.01 1/413 7418
/proc/meminfo: memFree=25959932/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13691996 CPUtime=1.15 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 48727 0 1 0 109 6 0 0 21 0 18 0 284538185 14020603904 46844 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3422999 46844 2221 9 0 3413733 0
[pid=7418/tid=7419] ppid=7416 vsize=13691996 CPUtime=0.67 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 42938 0 1 0 62 5 0 0 25 0 18 0 284538186 14020603904 46844 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505619486 0 4 0 16800975 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13691996

[startup+1.5006 s]
/proc/loadavg: 2.13 2.05 2.01 5/431 7439
/proc/meminfo: memFree=25660700/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=2.52 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 77645 0 1 0 242 10 0 0 21 0 19 0 284538185 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 71936 2234 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=1.46 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67290 0 1 0 138 8 0 0 19 0 19 0 284538186 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505974732 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 5 0 0 0 0 0 0 0 17 0 19 0 284538189 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 284538189 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 284538189 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=0.52 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 5955 0 0 0 51 1 0 0 15 0 19 0 284538191 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.51 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3240 0 0 0 51 0 0 0 15 0 19 0 284538191 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 71936 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 13693904

[startup+3.10132 s]
/proc/loadavg: 2.13 2.05 2.01 3/431 7440
/proc/meminfo: memFree=25655240/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=4.17 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 77960 0 1 0 407 10 0 0 21 0 19 0 284538185 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 72249 2237 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=3.06 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67592 0 1 0 298 8 0 0 23 0 19 0 284538186 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505889536 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 24 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 284538188 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 284538189 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 284538189 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 284538189 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=0.57 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 5967 0 0 0 56 1 0 0 15 0 19 0 284538191 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.51 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3240 0 0 0 51 0 0 0 15 0 19 0 284538191 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7440] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7440/stat : 7440 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 284538291 14022557696 72249 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.17
Current children cumulated vsize (KiB) 13693904

[startup+6.30083 s]
/proc/loadavg: 2.13 2.05 2.01 3/431 7440
/proc/meminfo: memFree=25629084/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=7.85 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 91441 0 1 0 774 11 0 0 21 0 19 0 284538185 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 81446 2262 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=6.14 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67605 0 1 0 606 8 0 0 25 0 19 0 284538186 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505926101 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0.01 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1291 0 0 0 1 0 0 0 18 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0.01 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1195 0 0 0 1 0 0 0 18 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0.01 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 734 0 0 0 1 0 0 0 17 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 13 0 0 0 0 0 0 0 15 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 275 0 0 0 0 0 0 0 15 0 19 0 284538188 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=0.08 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 3423 0 0 0 8 0 0 0 15 0 19 0 284538189 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=0.99 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 12400 0 0 0 98 1 0 0 15 0 19 0 284538191 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.55 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3246 0 0 0 55 0 0 0 16 0 19 0 284538191 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 81446 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0

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

[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0.12 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 177 0 0 0 12 0 0 0 16 0 19 0 284538188 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1372 0 0 0 13 0 0 0 15 0 19 0 284538188 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0.14 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 815 0 0 0 14 0 0 0 16 0 19 0 284538188 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=4.42 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 10265 0 0 0 441 1 0 0 15 0 19 0 284538189 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=1 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 12401 0 0 0 99 1 0 0 15 0 19 0 284538191 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.62 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3255 0 0 0 62 0 0 0 15 0 19 0 284538191 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7440] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7440/stat : 7440 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 284538291 14022557696 93064 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1664.68
Current children cumulated vsize (KiB) 13693904

[startup+1722.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/452 7536
/proc/meminfo: memFree=25069432/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=1724.72 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 103544 0 1 0 172457 15 0 0 21 0 19 0 284538185 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 93231 2263 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=1717.22 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67678 0 1 0 171714 8 0 0 25 0 19 0 284538186 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505932795 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0.16 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1697 0 0 0 16 0 0 0 15 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1682 0 0 0 13 0 0 0 16 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 1251 0 0 0 15 0 0 0 15 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0.17 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 824 0 0 0 17 0 0 0 16 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0.16 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 709 0 0 0 16 0 0 0 16 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 177 0 0 0 13 0 0 0 16 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1372 0 0 0 13 0 0 0 15 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0.14 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 815 0 0 0 14 0 0 0 16 0 19 0 284538188 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=4.58 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 10435 0 0 0 457 1 0 0 15 0 19 0 284538189 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=1 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 12401 0 0 0 99 1 0 0 15 0 19 0 284538191 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.62 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3255 0 0 0 62 0 0 0 15 0 19 0 284538191 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7440] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7440/stat : 7440 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 284538291 14022557696 93231 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1724.72
Current children cumulated vsize (KiB) 13693904

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/452 7538
/proc/meminfo: memFree=25067624/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=1784.74 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 103665 0 1 0 178459 15 0 0 21 0 19 0 284538185 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 93345 2263 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=1777.14 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67679 0 1 0 177706 8 0 0 25 0 19 0 284538186 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505812993 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0.17 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1697 0 0 0 17 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1682 0 0 0 13 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 1251 0 0 0 15 0 0 0 15 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0.17 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 824 0 0 0 17 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0.16 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 713 0 0 0 16 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 177 0 0 0 13 0 0 0 15 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0.14 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1372 0 0 0 14 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 816 0 0 0 15 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=4.66 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 10546 0 0 0 465 1 0 0 15 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=1 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 12401 0 0 0 99 1 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.62 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3255 0 0 0 62 0 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7440] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7440/stat : 7440 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 284538291 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1784.74
Current children cumulated vsize (KiB) 13693904



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.6 s]
/proc/loadavg: 2.01 2.03 2.00 3/452 7538
/proc/meminfo: memFree=25067492/32950928 swapFree=52006644/67111528
[pid=7418] ppid=7416 vsize=13693904 CPUtime=1800.05 cores=1,3,5,7
/proc/7418/stat : 7418 (java) S 7416 7418 6914 0 -1 4202496 103665 0 1 0 179990 15 0 0 21 0 19 0 284538185 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892367845 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/7418/statm: 3423476 93345 2263 9 0 3414210 0
[pid=7418/tid=7419] ppid=7416 vsize=13693904 CPUtime=1792.46 cores=1,3,5,7
/proc/7418/task/7419/stat : 7419 (java) R 7416 7418 6914 0 -1 4202560 67679 0 1 0 179238 8 0 0 25 0 19 0 284538186 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 46912505961063 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=7418/tid=7421] ppid=7416 vsize=13693904 CPUtime=0.17 cores=1,3,5,7
/proc/7418/task/7421/stat : 7421 (java) S 7416 7418 6914 0 -1 4202560 1697 0 0 0 17 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7422] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7422/stat : 7422 (java) S 7416 7418 6914 0 -1 4202560 1682 0 0 0 13 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7423] ppid=7416 vsize=13693904 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7423/stat : 7423 (java) S 7416 7418 6914 0 -1 4202560 1251 0 0 0 15 0 0 0 15 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7424] ppid=7416 vsize=13693904 CPUtime=0.17 cores=1,3,5,7
/proc/7418/task/7424/stat : 7424 (java) S 7416 7418 6914 0 -1 4202560 824 0 0 0 17 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7425] ppid=7416 vsize=13693904 CPUtime=0.16 cores=1,3,5,7
/proc/7418/task/7425/stat : 7425 (java) S 7416 7418 6914 0 -1 4202560 713 0 0 0 16 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7426] ppid=7416 vsize=13693904 CPUtime=0.13 cores=1,3,5,7
/proc/7418/task/7426/stat : 7426 (java) S 7416 7418 6914 0 -1 4202560 177 0 0 0 13 0 0 0 15 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7427] ppid=7416 vsize=13693904 CPUtime=0.14 cores=1,3,5,7
/proc/7418/task/7427/stat : 7427 (java) S 7416 7418 6914 0 -1 4202560 1372 0 0 0 14 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7428] ppid=7416 vsize=13693904 CPUtime=0.15 cores=1,3,5,7
/proc/7418/task/7428/stat : 7428 (java) S 7416 7418 6914 0 -1 4202560 816 0 0 0 15 0 0 0 16 0 19 0 284538188 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 7 0 0 0
[pid=7418/tid=7429] ppid=7416 vsize=13693904 CPUtime=4.66 cores=1,3,5,7
/proc/7418/task/7429/stat : 7429 (java) S 7416 7418 6914 0 -1 4202560 10546 0 0 0 465 1 0 0 15 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 0 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7430] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7430/stat : 7430 (java) S 7416 7418 6914 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7431] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7431/stat : 7431 (java) S 7416 7418 6914 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 284538189 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
[pid=7418/tid=7432] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7432/stat : 7432 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892388785 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7433] ppid=7416 vsize=13693904 CPUtime=1 cores=1,3,5,7
/proc/7418/task/7433/stat : 7433 (java) S 7416 7418 6914 0 -1 4202560 12401 0 0 0 99 1 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7434] ppid=7416 vsize=13693904 CPUtime=0.62 cores=1,3,5,7
/proc/7418/task/7434/stat : 7434 (java) S 7416 7418 6914 0 -1 4202560 3255 0 0 0 62 0 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7435] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7435/stat : 7435 (java) S 7416 7418 6914 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381081 0 4 0 16800975 18446604459681638272 0 0 -1 1 0 0 0
[pid=7418/tid=7436] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7436/stat : 7436 (java) S 7416 7418 6914 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 284538191 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 3 0 0 0
[pid=7418/tid=7440] ppid=7416 vsize=13693904 CPUtime=0 cores=1,3,5,7
/proc/7418/task/7440/stat : 7440 (java) S 7416 7418 6914 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 284538291 14022557696 93345 33554432000 1073741824 1073778376 140736992194688 18446744073709551615 218892381696 0 4 0 16800975 18446604459681638272 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 13693904

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

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

Child status: 143
Real time (s): 1797.67
CPU time (s): 1800.16
CPU user time (s): 1799.99
CPU system time (s): 0.174973
CPU usage (%): 100.139
Max. virtual memory (cumulated for all children) (KiB): 13758060

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

runsolver used 7.02493 second user time and 17.5173 second system time

The end

Launcher Data

Begin job on node112 at 2011-06-04 08:34:48
IDJOB=3459828
IDBENCH=73961
IDSOLVER=1952
FILE ID=node112/3459828-1307169288
RUNJOBID= node112-1307163894-6933
PBS_JOBID= 13508820
Free space on /tmp= 73836 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12032_3-unsat.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459828-1307169288/watcher-3459828-1307169288 -o /tmp/evaluation-result-3459828-1307169288/solver-3459828-1307169288 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459828-1307169288.opb

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

MD5SUM BENCH= 336dbbe12a18bfd6b8d34c583a70b44b
RANDOM SEED=1404049660

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      25960212 kB
Buffers:        335108 kB
Cached:        5690668 kB
SwapCached:      31280 kB
Active:         988912 kB
Inactive:      5720832 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25960212 kB
SwapTotal:    67111528 kB
SwapFree:     52006644 kB
Dirty:           15032 kB
Writeback:           0 kB
AnonPages:      661268 kB
Mapped:          12592 kB
Slab:           155436 kB
PageTables:      59160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 98651964 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73900 MiB
End job on node112 at 2011-06-04 09:04:47