Trace number 3688621

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 NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)13 1800 1797.54

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_200_25_4.opb
MD5SUM64354bd2b9c3cc2f1ca2c32032e5c032
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark351.226
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 12
Optimality of the best value was proved NO
Number of variables200
Total number of constraints200
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints200
Minimum length of a constraint26
Maximum length of a constraint51
Number of terms in the objective function 200
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)6260
Sum of products size (including duplicates)12520
Number of different products6260
Sum of products size12520

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
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.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3688621-1337885957.opb
0.09/0.12	c reading problem ... 
0.69/0.48	c ... done. Wall clock time 0.362s.
0.69/0.48	c declared #vars     200
0.69/0.48	c internal #vars     6460
0.69/0.48	c #constraints  12720
0.69/0.48	c constraints type 
0.69/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
0.69/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
0.69/0.48	c 12720 constraints processed.
0.69/0.48	c objective function length is 200 literals
0.99/0.58	c SATISFIABLE
0.99/0.58	c OPTIMIZING...
0.99/0.58	c Got one! Elapsed wall clock time (in seconds):0.458
0.99/0.58	o 17
1.29/0.64	c Got one! Elapsed wall clock time (in seconds):0.523
1.29/0.64	o 16
1.77/0.96	c Got one! Elapsed wall clock time (in seconds):0.835
1.77/0.96	o 15
5.55/4.69	c cleaning 2737 clauses out of 5474 with flag 5000/5474
10.33/9.34	c cleaning 4367 clauses out of 8738 with flag 11001/11475
15.73/14.77	c cleaning 5685 clauses out of 11370 with flag 18000/18474
22.24/21.28	c cleaning 6837 clauses out of 13685 with flag 26000/26474
29.26/28.28	c cleaning 7922 clauses out of 15850 with flag 35002/35476
36.76/35.74	c cleaning 8960 clauses out of 17927 with flag 45001/45475
44.56/43.56	c cleaning 9983 clauses out of 19967 with flag 56001/56475
54.06/53.01	c cleaning 10981 clauses out of 21987 with flag 68004/68478
63.67/62.66	c cleaning 11998 clauses out of 24002 with flag 81000/81474
75.06/74.03	c cleaning 13001 clauses out of 26005 with flag 95001/95475
86.66/85.64	c cleaning 13997 clauses out of 28006 with flag 110003/110477
98.67/97.69	c cleaning 14995 clauses out of 30008 with flag 126002/126476
111.97/110.94	c cleaning 16000 clauses out of 32011 with flag 143000/143474
126.07/125.00	c cleaning 17000 clauses out of 34011 with flag 161000/161474
140.08/139.04	c cleaning 17982 clauses out of 36011 with flag 180000/180474
154.60/153.58	c cleaning 19002 clauses out of 38030 with flag 200001/200475
170.90/169.84	c cleaning 20011 clauses out of 40028 with flag 221001/221475
187.91/186.86	c cleaning 20981 clauses out of 42017 with flag 243001/243475
205.42/204.32	c cleaning 21999 clauses out of 44035 with flag 266000/266474
224.12/223.06	c cleaning 23009 clauses out of 46038 with flag 290002/290476
243.74/242.65	c cleaning 24011 clauses out of 48030 with flag 315003/315477
263.86/262.73	c cleaning 25005 clauses out of 50017 with flag 341001/341475
284.29/283.12	c cleaning 25997 clauses out of 52013 with flag 368002/368476
304.20/303.04	c cleaning 26991 clauses out of 54014 with flag 396000/396474
326.92/325.77	c cleaning 27974 clauses out of 56027 with flag 425004/425478
350.33/349.18	c cleaning 29017 clauses out of 58049 with flag 455000/455474
375.14/373.95	c cleaning 29997 clauses out of 60032 with flag 486000/486474
400.24/399.07	c cleaning 30999 clauses out of 62035 with flag 518000/518474
424.36/423.12	c Got one! Elapsed wall clock time (in seconds):423.003
424.36/423.12	o 14
425.16/423.98	c cleaning 33282 clauses out of 66572 with flag 5002/554010
425.28/424.09	c Got one! Elapsed wall clock time (in seconds):423.968
425.28/424.09	o 13
426.18/424.92	c cleaning 19351 clauses out of 38714 with flag 5001/559434
427.19/425.93	c cleaning 12675 clauses out of 25362 with flag 11000/565433
428.32/427.05	c cleaning 9840 clauses out of 19687 with flag 18000/572433
429.75/428.40	c cleaning 8919 clauses out of 17851 with flag 26004/580437
432.46/431.10	c cleaning 8953 clauses out of 17928 with flag 35000/589433
439.96/438.63	c cleaning 9484 clauses out of 18977 with flag 45002/599435
448.16/446.84	c cleaning 10238 clauses out of 20491 with flag 56000/610433
456.87/455.52	c cleaning 11117 clauses out of 22255 with flag 68002/622435
466.58/465.22	c cleaning 12063 clauses out of 24136 with flag 81000/635433
477.38/476.00	c cleaning 13028 clauses out of 26073 with flag 95000/649433
488.50/487.12	c cleaning 13999 clauses out of 28045 with flag 110000/664433
500.32/498.91	c cleaning 15001 clauses out of 30051 with flag 126005/680438
513.04/511.68	c cleaning 16015 clauses out of 32047 with flag 143002/697435
526.95/525.52	c cleaning 16990 clauses out of 34031 with flag 161001/715434
541.66/540.28	c cleaning 18004 clauses out of 36040 with flag 180000/734433
557.29/555.82	c cleaning 19010 clauses out of 38036 with flag 200000/754433
573.19/571.73	c cleaning 19999 clauses out of 40027 with flag 221001/775434
589.70/588.29	c cleaning 21002 clauses out of 42031 with flag 243004/797437
607.01/605.57	c cleaning 22010 clauses out of 44029 with flag 266004/820437
625.52/624.04	c cleaning 23000 clauses out of 46018 with flag 290003/844436
645.22/643.76	c cleaning 24004 clauses out of 48016 with flag 315001/869434
664.75/663.27	c cleaning 24997 clauses out of 50011 with flag 341000/895433
685.45/683.98	c cleaning 25989 clauses out of 52014 with flag 368000/922433
707.26/705.79	c cleaning 26989 clauses out of 54025 with flag 396000/950433
728.76/727.22	c cleaning 28004 clauses out of 56037 with flag 425001/979434
750.97/749.45	c cleaning 28997 clauses out of 58033 with flag 455001/1009434
772.28/770.75	c cleaning 29997 clauses out of 60038 with flag 486003/1040436
793.79/792.22	c cleaning 31007 clauses out of 62038 with flag 518000/1072433
818.31/816.70	c cleaning 32007 clauses out of 64034 with flag 551003/1105436
842.42/840.86	c cleaning 32973 clauses out of 66024 with flag 585000/1139433
865.53/863.96	c cleaning 33977 clauses out of 68052 with flag 620001/1174434
891.86/890.24	c cleaning 35009 clauses out of 70074 with flag 656000/1210433
918.38/916.77	c cleaning 36033 clauses out of 72065 with flag 693000/1247433
944.21/942.57	c cleaning 37008 clauses out of 74036 with flag 731004/1285437
971.64/969.98	c cleaning 37986 clauses out of 76024 with flag 770000/1324433
1000.77/999.06	c cleaning 39004 clauses out of 78038 with flag 810000/1364433
1030.29/1028.58	c cleaning 39996 clauses out of 80034 with flag 851000/1405433
1059.22/1057.41	c cleaning 40987 clauses out of 82038 with flag 893000/1447433
1087.23/1085.45	c cleaning 42002 clauses out of 84051 with flag 936000/1490433
1117.08/1115.24	c cleaning 42997 clauses out of 86049 with flag 980000/1534433
1149.91/1148.01	c cleaning 43997 clauses out of 88052 with flag 1025000/1579433
1180.34/1178.46	c cleaning 45002 clauses out of 90055 with flag 1071000/1625433
1214.38/1212.49	c cleaning 46025 clauses out of 92057 with flag 1118004/1672437
1246.49/1244.53	c cleaning 46995 clauses out of 94030 with flag 1166002/1720435
1281.61/1279.65	c cleaning 48012 clauses out of 96036 with flag 1215003/1769436
1313.43/1311.49	c cleaning 49010 clauses out of 98022 with flag 1265001/1819434
1349.76/1347.72	c cleaning 49967 clauses out of 100012 with flag 1316001/1870434
1382.21/1380.13	c cleaning 51016 clauses out of 102046 with flag 1368002/1922435
1421.74/1419.69	c cleaning 52007 clauses out of 104028 with flag 1421000/1975433
1459.57/1457.41	c cleaning 53006 clauses out of 106021 with flag 1475000/2029433
1500.85/1498.68	c cleaning 53999 clauses out of 108015 with flag 1530000/2084433
1539.08/1536.84	c cleaning 54999 clauses out of 110018 with flag 1586002/2140435
1575.31/1573.07	c cleaning 55992 clauses out of 112017 with flag 1643000/2197433
1617.02/1614.78	c cleaning 57011 clauses out of 114027 with flag 1701002/2255435
1654.76/1652.40	c cleaning 57984 clauses out of 116014 with flag 1760000/2314433
1695.39/1693.03	c cleaning 58981 clauses out of 118031 with flag 1820001/2374434
1738.81/1736.40	c cleaning 60007 clauses out of 120049 with flag 1881000/2435433
1784.47/1782.01	c cleaning 61016 clauses out of 122042 with flag 1943000/2497433
1800.00/1797.51	c starts		: 235
1800.00/1797.51	c conflicts		: 2519983
1800.00/1797.51	c decisions		: 7104148
1800.00/1797.51	c propagations		: 2489070172
1800.00/1797.51	c inspects		: 16057980842
1800.00/1797.51	c shortcuts		: 0
1800.00/1797.51	c learnt literals	: 0
1800.00/1797.51	c learnt binary clauses	: 0
1800.00/1797.51	c learnt ternary clauses	: 5
1800.00/1797.51	c learnt constraints	: 2519983
1800.00/1797.51	c ignored constraints	: 0
1800.00/1797.51	c root simplifications	: 0
1800.00/1797.51	c removed literals (reason simplification)	: 0
1800.00/1797.51	c reason swapping (by a shorter reason)	: 0
1800.00/1797.51	c Calls to reduceDB	: 87
1800.00/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.00/1797.51	c number of learned constraints concerned by reduction	: 0
1800.00/1797.51	c number of learning phase by resolution	: 0
1800.00/1797.51	c number of learning phase by cutting planes	: 0
1800.00/1797.51	c speed (assignments/second)	: 1385115.31914349
1800.00/1797.51	c non guided choices	0
1800.00/1797.54	c learnt constraints type 
1800.00/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 83605
1800.00/1797.54	c constraints type 
1800.00/1797.54	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6460
1800.00/1797.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.00/1797.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6260
1800.00/1797.54	c 12721 constraints processed.
1800.00/1797.54	s SATISFIABLE
1800.00/1797.54	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 x60 x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 x108 x109 -x110 x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 
1800.00/1797.54	c objective function=13
1800.00/1797.54	c Total wall clock time (in seconds): 1797.416

Verifier Data

OK	13

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-3688621-1337885957/watcher-3688621-1337885957 -o /tmp/evaluation-result-3688621-1337885957/solver-3688621-1337885957 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688621-1337885957.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: 1.91 1.98 1.99 3/192 23060
/proc/meminfo: memFree=28522204/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23060/stat : 23060 (java) D 23058 23060 21473 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254724129 9515008 183 33554432000 1073741824 1073778376 140734423724272 140734423715304 226329706165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23060/statm: 2323 183 140 9 0 71 0

[startup+0.013969 s]
/proc/loadavg: 1.91 1.98 1.99 3/192 23060
/proc/meminfo: memFree=28522204/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=96268 CPUtime=0 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 1289 0 0 0 0 0 0 0 20 0 2 0 254724129 98578432 989 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 24067 989 755 9 0 16773 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96268

[startup+0.100239 s]
/proc/loadavg: 1.91 1.98 1.99 3/192 23060
/proc/meminfo: memFree=28522204/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 4202 0 1 0 8 1 0 0 20 0 18 0 254724129 9787813888 5395 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2389603 5397 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300214 s]
/proc/loadavg: 1.91 1.98 1.99 3/192 23060
/proc/meminfo: memFree=28522204/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 5219 0 1 0 40 1 0 0 20 0 18 0 254724129 9787813888 7667 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2389603 7667 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700232 s]
/proc/loadavg: 1.91 1.98 1.99 3/192 23060
/proc/meminfo: memFree=28522204/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=1.56 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12087 0 1 0 153 3 0 0 20 0 19 0 254724129 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 14841 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 1.91 1.98 1.99 3/211 23079
/proc/meminfo: memFree=28471320/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=2.4 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12177 0 1 0 237 3 0 0 20 0 19 0 254724129 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 14841 2259 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2462 0 1 0 144 1 0 0 20 0 19 0 254724130 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835255763392 139835093001485 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3914 0 0 0 46 0 0 0 20 0 19 0 254724136 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.43 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4606 0 0 0 43 0 0 0 20 0 19 0 254724136 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 14841 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.91 1.98 1.99 4/211 23079
/proc/meminfo: memFree=28470576/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=4.05 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12182 0 1 0 402 3 0 0 20 0 19 0 254724129 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 15355 2260 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=3.05 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2464 0 1 0 304 1 0 0 20 0 19 0 254724130 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835255771736 139835093026333 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3915 0 0 0 50 0 0 0 20 0 19 0 254724136 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.44 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4607 0 0 0 44 0 0 0 20 0 19 0 254724136 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 15355 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.05
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 1.92 1.98 1.99 3/211 23079
/proc/meminfo: memFree=28448420/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=7.3 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12249 0 1 0 726 4 0 0 20 0 19 0 254724129 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 20243 2285 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2467 0 1 0 619 1 0 0 20 0 19 0 254724130 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835255771512 139835092988977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254724132 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 254724133 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3917 0 0 0 52 0 0 0 20 0 19 0 254724136 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.45 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4610 0 0 0 45 0 0 0 20 0 19 0 254724136 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 20243 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 254724136 9855975424 31766 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4613 0 0 0 47 0 0 0 20 0 19 0 254724136 9855975424 31766 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 31766 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 99 0 0 0 18 11 0 0 20 0 19 0 254724136 9855975424 31766 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 31766 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.71
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/211 23175
/proc/meminfo: memFree=27858028/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=1784.8 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12792 0 1 0 178456 24 0 0 20 0 19 0 254724129 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 32232 2286 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=1773.53 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2552 0 1 0 177324 29 0 0 20 0 19 0 254724130 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835255771544 139835092988977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 22 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 40 0 0 0 27 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 51 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 144 0 0 0 324 2 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4613 0 0 0 47 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.8
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.5 s]
/proc/loadavg: 2.07 2.03 2.01 3/211 23176
/proc/meminfo: memFree=27847788/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12792 0 1 0 179976 24 0 0 20 0 19 0 254724129 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 32232 2286 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=1788.7 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2552 0 1 0 178840 30 0 0 20 0 19 0 254724130 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835255771424 139835092937934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 22 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 40 0 0 0 27 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 51 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 144 0 0 0 324 2 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4613 0 0 0 47 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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

[startup+1797.5 s]
/proc/loadavg: 2.07 2.03 2.01 3/211 23176
/proc/meminfo: memFree=27847788/32873844 swapFree=6080/6080
[pid=23060] ppid=23058 vsize=9624976 CPUtime=1800 cores=0,2,4,6
/proc/23060/stat : 23060 (java) S 23058 23060 21473 0 -1 4202496 12792 0 1 0 179976 24 0 0 20 0 19 0 254724129 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 140734300996336 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23060/statm: 2406244 32232 2286 9 0 2396937 0
[pid=23060/tid=23062] ppid=23058 vsize=9624976 CPUtime=1788.7 cores=0,2,4,6
/proc/23060/task/23062/stat : 23062 (java) R 23058 23060 21473 0 -1 4202560 2552 0 1 0 178840 30 0 0 20 0 19 0 254724130 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835255771424 139835092937934 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23063] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23063/stat : 23063 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835217263144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23064] ppid=23058 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/23060/task/23064/stat : 23064 (java) S 23058 23060 21473 0 -1 4202560 19 0 0 0 25 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835216210344 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23065] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23065/stat : 23065 (java) S 23058 23060 21473 0 -1 4202560 38 0 0 0 31 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835215157544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23066] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23066/stat : 23066 (java) S 23058 23060 21473 0 -1 4202560 22 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835214104744 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23067] ppid=23058 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/23060/task/23067/stat : 23067 (java) S 23058 23060 21473 0 -1 4202560 30 0 0 0 24 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835213052968 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23068] ppid=23058 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/23060/task/23068/stat : 23068 (java) S 23058 23060 21473 0 -1 4202560 41 0 0 0 26 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835212000168 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23069] ppid=23058 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/23060/task/23069/stat : 23069 (java) S 23058 23060 21473 0 -1 4202560 40 0 0 0 27 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835210947368 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23060/tid=23070] ppid=23058 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/23060/task/23070/stat : 23070 (java) S 23058 23060 21473 0 -1 4202560 51 0 0 0 23 0 0 0 20 0 19 0 254724132 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835092232872 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23071] ppid=23058 vsize=9624976 CPUtime=3.26 cores=0,2,4,6
/proc/23060/task/23071/stat : 23071 (java) S 23058 23060 21473 0 -1 4202560 144 0 0 0 324 2 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835080034792 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23072] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23072/stat : 23072 (java) S 23058 23060 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835078980856 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23073] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23073/stat : 23073 (java) S 23058 23060 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254724133 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835077927944 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23074] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23074/stat : 23074 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139835076876432 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23075] ppid=23058 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23060/task/23075/stat : 23075 (java) S 23058 23060 21473 0 -1 4202560 3928 0 0 0 58 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834337258424 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23060/tid=23076] ppid=23058 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23060/task/23076/stat : 23076 (java) S 23058 23060 21473 0 -1 4202560 4613 0 0 0 47 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834336205624 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23077] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23077/stat : 23077 (java) S 23058 23060 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834335153016 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23060/tid=23078] ppid=23058 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/23060/task/23078/stat : 23078 (java) S 23058 23060 21473 0 -1 4202560 103 0 0 0 19 12 0 0 20 0 19 0 254724136 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834334100424 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23060/tid=23079] ppid=23058 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23060/task/23079/stat : 23079 (java) S 23058 23060 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254724180 9855975424 32232 33554432000 1073741824 1073778376 140734301005200 139834333045928 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23060 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=109101
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=582911
# CPU time returned by wait4() is 1795.69
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.54
CPU time (s): 1800
CPU user time (s): 1799.76
CPU system time (s): 0.24
CPU usage (%): 100.137
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.11
system time used= 0.582911
maximum resident set size= 131100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12826
page faults= 1
swaps= 0
block input operations= 240
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40467
involuntary context switches= 21849

runsolver used 5.31119 second user time and 13.7719 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 20:59:17
IDJOB=3688621
IDBENCH=48132
IDSOLVER=2269
FILE ID=node110/3688621-1337885957
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71612 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_200_25_4.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688621-1337885957/watcher-3688621-1337885957 -o /tmp/evaluation-result-3688621-1337885957/solver-3688621-1337885957 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688621-1337885957.opb

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

MD5SUM BENCH= 64354bd2b9c3cc2f1ca2c32032e5c032
RANDOM SEED=1347285644

node110.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.893
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	: 5333.78
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.893
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.893
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.893
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.893
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.92
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.893
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
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.893
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.893
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:        28522360 kB
Buffers:          208512 kB
Cached:          3208888 kB
SwapCached:            0 kB
Active:           709388 kB
Inactive:        2877352 kB
Active(anon):     171656 kB
Inactive(anon):        0 kB
Active(file):     537732 kB
Inactive(file):  2877352 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               176 kB
Writeback:             0 kB
AnonPages:        175000 kB
Mapped:            21500 kB
Shmem:               200 kB
Slab:             627920 kB
SReclaimable:      70688 kB
SUnreclaim:       557232 kB
KernelStack:        1584 kB
PageTables:         4072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     685892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    143360 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= 71612 MiB
End job on node110 at 2012-05-24 21:29:17