Trace number 3690201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 Snapshot? (TO) 1800.62 1795.64

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat25_6_3_3_ic.opb
MD5SUMfa2d46c927da2620047f5e5cfeece7cd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15725
Total number of constraints31332
Number of constraints which are clauses14450
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints16875
Minimum length of a constraint2
Maximum length of a constraint300
Number of terms in the objective function 1825
Biggest coefficient in the objective function 111980168
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 9113142699
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 111980168
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 9113142699
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.07	c version 2.3.2.v20120418
0.01/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.07	c java.vm.version	19.1-b02
0.01/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.07	c sun.arch.data.model	64
0.01/0.07	c java.version		1.6.0_24
0.01/0.07	c os.name		Linux
0.01/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.07	c os.arch		amd64
0.01/0.07	c Free memory 		501472288
0.01/0.07	c Max memory 		7480803328
0.01/0.07	c Total memory 		504102912
0.01/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3690201-1337897068.opb
0.11/0.10	c reading problem ... 
1.07/0.55	c ... done. Wall clock time 0.455s.
1.07/0.55	c declared #vars     15725
1.07/0.55	c #constraints  33136
1.07/0.55	c constraints type 
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1.07/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1.07/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1.07/0.55	c ignored satisfied constraints => 3
1.07/0.55	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1.07/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1.07/0.55	c 33139 constraints processed.
1.07/0.55	c objective function length is 1825 literals
4.67/3.76	c cleaning 2499 clauses out of 5002 with flag 5002/5002
8.70/7.69	c cleaning 4244 clauses out of 8502 with flag 11001/11001
13.13/12.02	c cleaning 5620 clauses out of 11260 with flag 18003/18003
17.24/16.18	c cleaning 6817 clauses out of 13638 with flag 26001/26001
23.10/21.94	c cleaning 7902 clauses out of 15820 with flag 35000/35000
28.71/27.55	c cleaning 8959 clauses out of 17919 with flag 45001/45001
33.53/32.30	c cleaning 9974 clauses out of 19959 with flag 56000/56000
40.85/39.69	c cleaning 10987 clauses out of 21985 with flag 68000/68000
49.55/48.34	c cleaning 11994 clauses out of 23999 with flag 81001/81001
58.17/56.95	c cleaning 12977 clauses out of 26004 with flag 95000/95000
65.78/64.59	c cleaning 13989 clauses out of 28028 with flag 110001/110001
74.60/73.37	c cleaning 14987 clauses out of 30039 with flag 126001/126001
82.62/81.32	c cleaning 15998 clauses out of 32052 with flag 143001/143001
91.54/90.21	c cleaning 17010 clauses out of 34058 with flag 161005/161005
101.55/100.26	c cleaning 17996 clauses out of 36046 with flag 180003/180003
113.80/112.42	c cleaning 19011 clauses out of 38049 with flag 200002/200002
125.91/124.55	c cleaning 19999 clauses out of 40036 with flag 221000/221000
139.94/138.53	c cleaning 20991 clauses out of 42039 with flag 243002/243002
153.07/151.68	c cleaning 22004 clauses out of 44046 with flag 266000/266000
165.87/164.42	c cleaning 23000 clauses out of 46042 with flag 290000/290000
181.99/180.51	c cleaning 24011 clauses out of 48044 with flag 315002/315002
196.12/194.64	c cleaning 25009 clauses out of 50031 with flag 341000/341000
211.97/210.41	c cleaning 26000 clauses out of 52024 with flag 368002/368002
226.79/225.23	c cleaning 27007 clauses out of 54023 with flag 396001/396001
241.12/239.57	c cleaning 27978 clauses out of 56017 with flag 425002/425002
258.55/256.98	c cleaning 29004 clauses out of 58037 with flag 455000/455000
273.98/272.36	c cleaning 29991 clauses out of 60035 with flag 486002/486002
290.02/288.37	c cleaning 31013 clauses out of 62042 with flag 518000/518000
307.67/305.96	c cleaning 32008 clauses out of 64029 with flag 551000/551000
324.70/322.92	c cleaning 33003 clauses out of 66023 with flag 585002/585002
345.14/343.36	c cleaning 34000 clauses out of 68018 with flag 620000/620000
366.65/364.80	c cleaning 35001 clauses out of 70018 with flag 656000/656000
387.30/385.43	c cleaning 35999 clauses out of 72017 with flag 693000/693000
410.44/408.53	c cleaning 36986 clauses out of 74019 with flag 731001/731001
430.67/428.75	c cleaning 38005 clauses out of 76035 with flag 770003/770003
452.79/450.90	c cleaning 38999 clauses out of 78027 with flag 810000/810000
475.22/473.24	c cleaning 40008 clauses out of 80028 with flag 851000/851000
495.89/493.82	c cleaning 41001 clauses out of 82021 with flag 893001/893001
516.63/514.54	c cleaning 41969 clauses out of 84019 with flag 936000/936000
535.59/533.48	c cleaning 42994 clauses out of 86051 with flag 980001/980001
558.23/556.06	c cleaning 44020 clauses out of 88057 with flag 1025001/1025001
583.46/581.23	c cleaning 45002 clauses out of 90039 with flag 1071003/1071003
609.41/607.12	c cleaning 46001 clauses out of 92034 with flag 1118000/1118000
636.23/633.91	c cleaning 46959 clauses out of 94033 with flag 1166000/1166000
659.70/657.37	c cleaning 48024 clauses out of 96075 with flag 1215001/1215001
684.64/682.21	c cleaning 49003 clauses out of 98050 with flag 1265000/1265000
713.63/711.18	c cleaning 50018 clauses out of 100047 with flag 1316000/1316000
744.13/741.54	c cleaning 50991 clauses out of 102030 with flag 1368001/1368001
768.56/765.99	c cleaning 52003 clauses out of 104038 with flag 1421000/1421000
798.19/795.58	c cleaning 53008 clauses out of 106035 with flag 1475000/1475000
828.33/825.61	c cleaning 54008 clauses out of 108027 with flag 1530000/1530000
863.18/860.40	c cleaning 55000 clauses out of 110021 with flag 1586002/1586002
895.61/892.89	c cleaning 55998 clauses out of 112021 with flag 1643002/1643002
929.57/926.72	c cleaning 56976 clauses out of 114021 with flag 1701000/1701000
961.13/958.22	c cleaning 58014 clauses out of 116046 with flag 1760001/1760001
996.37/993.44	c cleaning 58990 clauses out of 118031 with flag 1820000/1820000
1032.33/1029.39	c cleaning 59983 clauses out of 120041 with flag 1881000/1881000
1070.16/1067.18	c cleaning 61020 clauses out of 122058 with flag 1943000/1943000
1110.31/1107.28	c cleaning 61985 clauses out of 124040 with flag 2006002/2006002
1142.26/1139.18	c cleaning 63003 clauses out of 126053 with flag 2070000/2070000
1182.48/1179.35	c cleaning 64020 clauses out of 128050 with flag 2135000/2135000
1219.27/1216.00	c cleaning 65001 clauses out of 130030 with flag 2201000/2201000
1253.85/1250.58	c cleaning 66003 clauses out of 132030 with flag 2268001/2268001
1292.37/1288.98	c cleaning 67005 clauses out of 134026 with flag 2336000/2336000
1330.54/1327.00	c cleaning 67997 clauses out of 136024 with flag 2405003/2405003
1366.58/1363.03	c cleaning 68981 clauses out of 138026 with flag 2475002/2475002
1405.44/1401.81	c cleaning 69981 clauses out of 140043 with flag 2546000/2546000
1440.53/1436.80	c cleaning 70988 clauses out of 142062 with flag 2618000/2618000
1472.21/1468.44	c cleaning 72029 clauses out of 144074 with flag 2691000/2691000
1505.54/1501.74	c cleaning 72977 clauses out of 146046 with flag 2765001/2765001
1541.41/1537.52	c cleaning 74008 clauses out of 148072 with flag 2840004/2840004
1575.59/1571.68	c cleaning 75016 clauses out of 150060 with flag 2916000/2916000
1618.48/1614.44	c cleaning 76014 clauses out of 152044 with flag 2993000/2993000
1664.56/1660.45	c cleaning 76981 clauses out of 154030 with flag 3071000/3071000
1700.55/1696.38	c cleaning 78016 clauses out of 156049 with flag 3150000/3150000
1746.22/1741.91	c cleaning 78970 clauses out of 158033 with flag 3230000/3230000
1789.60/1785.23	c cleaning 80007 clauses out of 160063 with flag 3311000/3311000
1800.04/1795.61	c starts		: 250
1800.04/1795.61	c conflicts		: 3331743
1800.04/1795.61	c decisions		: 6873144
1800.04/1795.61	c propagations		: 2344942444
1800.04/1795.61	c inspects		: 17040065902
1800.04/1795.61	c shortcuts		: 0
1800.04/1795.61	c learnt literals	: 0
1800.04/1795.61	c learnt binary clauses	: 0
1800.04/1795.61	c learnt ternary clauses	: 0
1800.04/1795.61	c learnt constraints	: 3331743
1800.04/1795.61	c ignored constraints	: 0
1800.04/1795.61	c root simplifications	: 0
1800.04/1795.61	c removed literals (reason simplification)	: 0
1800.04/1795.61	c reason swapping (by a shorter reason)	: 0
1800.04/1795.61	c Calls to reduceDB	: 77
1800.04/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.61	c number of learned constraints concerned by reduction	: 0
1800.04/1795.61	c number of learning phase by resolution	: 0
1800.04/1795.61	c number of learning phase by cutting planes	: 0
1800.04/1795.61	c speed (assignments/second)	: 1306351.4806421278
1800.04/1795.61	c non guided choices	54
1800.04/1795.63	c learnt constraints type 
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100846
1800.04/1795.63	c constraints type 
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 14726
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.04/1795.63	c org.sat4j.minisat.constraints.card.MinWatchCard => 7
1800.04/1795.63	c ignored satisfied constraints => 3
1800.04/1795.63	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3625
1800.04/1795.63	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14775
1800.04/1795.63	c 33139 constraints processed.
1800.04/1795.63	s UNKNOWN
1800.04/1795.63	c Total wall clock time (in seconds): 1795.538

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-3690201-1337897068/watcher-3690201-1337897068 -o /tmp/evaluation-result-3690201-1337897068/solver-3690201-1337897068 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3690201-1337897068.opb 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 27746
/proc/meminfo: memFree=29016396/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 1204 0 0 0 0 0 0 0 20 0 2 0 255835381 94019584 917 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 22954 917 697 9 0 16769 0
[pid=27746/tid=27747] ppid=27744 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 255835382 94019584 917 33554432000 1073741824 1073778376 140733454039664 139776586759720 247055084839 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.025812 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 27746
/proc/meminfo: memFree=29016396/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 2917 0 1 0 1 0 0 0 20 0 11 0 255835381 9310650368 3618 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2273108 3618 1644 9 0 2263809 0
[pid=27746/tid=27747] ppid=27744 vsize=9092432 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 1760 0 1 0 0 0 0 0 20 0 11 0 255835382 9310650368 3618 33554432000 1073741824 1073778376 140733454039664 139776586767112 247067632909 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100221 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 27746
/proc/meminfo: memFree=29016396/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 4442 0 1 0 10 1 0 0 20 0 18 0 255835381 9787813888 6119 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2389603 6119 2140 9 0 2380296 0
[pid=27746/tid=27747] ppid=27744 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2433 0 1 0 7 0 0 0 20 0 18 0 255835382 9787813888 6119 33554432000 1073741824 1073778376 140733454039664 139776586763184 247067632909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300195 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 27746
/proc/meminfo: memFree=29016396/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9558412 CPUtime=0.56 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 6367 0 1 0 55 1 0 0 20 0 18 0 255835381 9787813888 9382 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2389603 9382 2224 9 0 2380296 0
[pid=27746/tid=27747] ppid=27744 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2460 0 1 0 27 0 0 0 20 0 18 0 255835382 9787813888 9382 33554432000 1073741824 1073778376 140733454039664 139776586756088 247067632909 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558412

[startup+0.700195 s]
/proc/loadavg: 2.00 2.00 1.97 3/194 27746
/proc/meminfo: memFree=29016396/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=1.55 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 13301 0 1 0 152 3 0 0 20 0 19 0 255835381 9855975424 33088 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 33088 2249 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2513 0 1 0 65 2 0 0 20 0 19 0 255835382 9855975424 33088 33554432000 1073741824 1073778376 140733454039664 139776586763560 139776439193168 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 27765
/proc/meminfo: memFree=28878800/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=2.43 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 13304 0 1 0 240 3 0 0 20 0 19 0 255835381 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 33363 2251 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=1.47 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2514 0 1 0 145 2 0 0 20 0 19 0 255835382 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776586764664 139776439846931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4633 0 0 0 44 2 0 0 20 0 19 0 255835386 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 4959 0 0 0 47 0 0 0 20 0 19 0 255835386 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 33363 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.43
Current children cumulated vsize (KiB) 9624976

[startup+3.10074 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 27765
/proc/meminfo: memFree=28874068/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=4.06 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 13455 0 1 0 403 3 0 0 20 0 19 0 255835381 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 33879 2254 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=3.07 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2517 0 1 0 305 2 0 0 20 0 19 0 255835382 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776586762784 139776439847117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4633 0 0 0 44 2 0 0 20 0 19 0 255835386 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5106 0 0 0 50 0 0 0 20 0 19 0 255835386 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 33879 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9624976

[startup+6.30072 s]
/proc/loadavg: 2.00 2.00 1.97 3/213 27765
/proc/meminfo: memFree=28798200/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=7.36 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 13532 0 1 0 731 5 0 0 20 0 19 0 255835381 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 40540 2279 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=6.22 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2523 0 1 0 620 2 0 0 20 0 19 0 255835382 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776586764904 139776439847050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 255835383 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 255835384 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4633 0 0 0 45 2 0 0 20 0 19 0 255835386 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5111 0 0 0 52 0 0 0 20 0 19 0 255835386 9855975424 40540 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 321 0 0 0 45 2 0 0 20 0 19 0 255835383 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 81 0 0 0 48 2 0 0 20 0 19 0 255835383 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 54 0 0 0 43 2 0 0 20 0 19 0 255835383 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=3.63 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 150 0 0 0 360 3 0 0 20 0 19 0 255835384 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4641 0 0 0 47 2 0 0 20 0 19 0 255835386 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5128 0 0 0 61 0 0 0 20 0 19 0 255835386 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 95 0 0 0 27 28 0 0 20 0 19 0 255835386 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 73431 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1666.54
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/213 27781
/proc/meminfo: memFree=28447400/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=1726.61 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 15071 0 1 0 172612 49 0 0 20 0 19 0 255835381 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 73443 2280 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=1717.53 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2595 0 1 0 171724 29 0 0 20 0 19 0 255835382 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776586764576 139776439726277 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0.42 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 83 0 0 0 42 0 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 250 0 0 0 53 3 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 300 0 0 0 45 2 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 56 0 0 0 52 2 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 127 0 0 0 48 3 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 321 0 0 0 46 2 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 81 0 0 0 49 2 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 54 0 0 0 44 2 0 0 20 0 19 0 255835383 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=3.69 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 152 0 0 0 366 3 0 0 20 0 19 0 255835384 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4641 0 0 0 47 2 0 0 20 0 19 0 255835386 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5128 0 0 0 61 0 0 0 20 0 19 0 255835386 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0.57 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 99 0 0 0 28 29 0 0 20 0 19 0 255835386 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 73443 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1726.61
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/213 27781
/proc/meminfo: memFree=28447028/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=1786.69 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 15095 0 1 0 178619 50 0 0 20 0 19 0 255835381 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 73460 2280 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=1777.42 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2596 0 1 0 177712 30 0 0 20 0 19 0 255835382 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776586764576 139776439857345 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 94 0 0 0 43 0 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 256 0 0 0 55 3 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0.48 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 300 0 0 0 46 2 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 56 0 0 0 53 2 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 127 0 0 0 50 3 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 321 0 0 0 47 2 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 81 0 0 0 50 2 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 54 0 0 0 45 2 0 0 20 0 19 0 255835383 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=3.79 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 154 0 0 0 376 3 0 0 20 0 19 0 255835384 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4641 0 0 0 47 2 0 0 20 0 19 0 255835386 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5128 0 0 0 61 0 0 0 20 0 19 0 255835386 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 255835386 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 73460 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1786.69
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.94 2.01 1.99 2/189 27808
/proc/meminfo: memFree=28823056/32873844 swapFree=7100/7100
[pid=27746] ppid=27744 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/27746/stat : 27746 (java) S 27744 27746 27510 0 -1 4202496 15118 0 1 0 179954 50 0 0 20 0 19 0 255835381 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 140733454030800 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27746/statm: 2406244 73480 2280 9 0 2396937 0
[pid=27746/tid=27747] ppid=27744 vsize=9624976 CPUtime=1790.64 cores=0,2,4,6
/proc/27746/task/27747/stat : 27747 (java) R 27744 27746 27510 0 -1 4202560 2597 0 1 0 179034 30 0 0 20 0 19 0 255835382 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776586764576 139776439847050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27749] ppid=27744 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/27746/task/27749/stat : 27749 (java) S 27744 27746 27510 0 -1 4202560 95 0 0 0 44 0 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776559217448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27750] ppid=27744 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/27746/task/27750/stat : 27750 (java) S 27744 27746 27510 0 -1 4202560 256 0 0 0 55 3 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776558164648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27751] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27751/stat : 27751 (java) S 27744 27746 27510 0 -1 4202560 306 0 0 0 47 2 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776428125224 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27752] ppid=27744 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/27746/task/27752/stat : 27752 (java) S 27744 27746 27510 0 -1 4202560 56 0 0 0 54 2 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776427072424 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27753] ppid=27744 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27746/task/27753/stat : 27753 (java) S 27744 27746 27510 0 -1 4202560 127 0 0 0 50 3 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776426019112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27754] ppid=27744 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/27746/task/27754/stat : 27754 (java) S 27744 27746 27510 0 -1 4202560 332 0 0 0 48 2 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776424966312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27746/tid=27755] ppid=27744 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/27746/task/27755/stat : 27755 (java) S 27744 27746 27510 0 -1 4202560 83 0 0 0 51 2 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139776423914024 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27756] ppid=27744 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/27746/task/27756/stat : 27756 (java) S 27744 27746 27510 0 -1 4202560 54 0 0 0 45 2 0 0 20 0 19 0 255835383 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775952546216 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27757] ppid=27744 vsize=9624976 CPUtime=3.85 cores=0,2,4,6
/proc/27746/task/27757/stat : 27757 (java) S 27744 27746 27510 0 -1 4202560 156 0 0 0 382 3 0 0 20 0 19 0 255835384 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775940348648 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27758] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27758/stat : 27758 (java) S 27744 27746 27510 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775939294712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27759] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27759/stat : 27759 (java) S 27744 27746 27510 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255835384 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775938242312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27760] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27760/stat : 27760 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775937190800 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27761] ppid=27744 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/27746/task/27761/stat : 27761 (java) S 27744 27746 27510 0 -1 4202560 4641 0 0 0 47 2 0 0 20 0 19 0 255835386 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775936137400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27746/tid=27762] ppid=27744 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/27746/task/27762/stat : 27762 (java) S 27744 27746 27510 0 -1 4202560 5128 0 0 0 61 0 0 0 20 0 19 0 255835386 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775935084600 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27746/tid=27763] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27763/stat : 27763 (java) S 27744 27746 27510 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255835386 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775934032504 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27764] ppid=27744 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/27746/task/27764/stat : 27764 (java) S 27744 27746 27510 0 -1 4202560 103 0 0 0 30 30 0 0 20 0 19 0 255835386 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775932979912 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27746/tid=27765] ppid=27744 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27746/task/27765/stat : 27765 (java) S 27744 27746 27510 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255835440 9855975424 73480 33554432000 1073741824 1073778376 140733454039664 139775931893160 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

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): 1795.64
CPU time (s): 1800.62
CPU user time (s): 1799.67
CPU system time (s): 0.950855
CPU usage (%): 100.277
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.67
system time used= 0.950855
maximum resident set size= 294044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15151
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40101
involuntary context switches= 7727

runsolver used 6.17106 second user time and 14.5638 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-25 00:04:28
IDJOB=3690201
IDBENCH=92762
IDSOLVER=2269
FILE ID=node103/3690201-1337897068
RUNJOBID= node103-1337895248-27534
PBS_JOBID= 14620103
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat25_6_3_3_ic.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690201-1337897068/watcher-3690201-1337897068 -o /tmp/evaluation-result-3690201-1337897068/solver-3690201-1337897068 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3690201-1337897068.opb

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

MD5SUM BENCH= fa2d46c927da2620047f5e5cfeece7cd
RANDOM SEED=708457068

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29016660 kB
Buffers:          223320 kB
Cached:          2759532 kB
SwapCached:            0 kB
Active:           782692 kB
Inactive:        2303660 kB
Active(anon):     106200 kB
Inactive(anon):        0 kB
Active(file):     676492 kB
Inactive(file):  2303660 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2780 kB
Writeback:             0 kB
AnonPages:        114944 kB
Mapped:            22424 kB
Shmem:               200 kB
Slab:             629184 kB
SReclaimable:      71228 kB
SUnreclaim:       557956 kB
KernelStack:        1576 kB
PageTables:         4360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     702696 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71712 MiB
End job on node103 at 2012-05-25 00:34:26