Trace number 3689413

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.1 1795.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-73.opb
MD5SUM56a27796f1168612394e164ff5d947f7
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small 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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7936
Total number of constraints176837
Number of constraints which are clauses158928
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints17346
Minimum length of a constraint2
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3689413-1337890142.opb
0.08/0.12	c reading problem ... 
1.98/1.45	c ... done. Wall clock time 1.328s.
1.98/1.45	c declared #vars     7936
1.98/1.45	c #constraints  177125
1.98/1.45	c constraints type 
1.98/1.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1.98/1.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1.98/1.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1.98/1.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1.98/1.45	c 177125 constraints processed.
3.56/2.51	c cleaning 2488 clauses out of 5000 with flag 5000/5000
4.67/3.57	c cleaning 4240 clauses out of 8512 with flag 11000/11000
5.89/4.72	c cleaning 5627 clauses out of 11274 with flag 18002/18002
7.11/5.92	c cleaning 6782 clauses out of 13645 with flag 26000/26000
8.44/7.21	c cleaning 7914 clauses out of 15865 with flag 35002/35002
9.95/8.79	c cleaning 8890 clauses out of 17950 with flag 45001/45001
11.46/10.21	c cleaning 9976 clauses out of 20059 with flag 56000/56000
13.46/12.27	c cleaning 11037 clauses out of 22083 with flag 68000/68000
16.17/14.90	c cleaning 12013 clauses out of 24047 with flag 81001/81001
17.98/16.75	c cleaning 13007 clauses out of 26036 with flag 95003/95003
21.00/19.73	c cleaning 13999 clauses out of 28026 with flag 110000/110000
23.90/22.65	c cleaning 14999 clauses out of 30024 with flag 126000/126000
26.34/25.06	c cleaning 16000 clauses out of 32025 with flag 143001/143001
29.77/28.42	c cleaning 17005 clauses out of 34025 with flag 161001/161001
32.50/31.11	c cleaning 17950 clauses out of 36018 with flag 180000/180000
35.30/33.96	c cleaning 18974 clauses out of 38067 with flag 200000/200000
38.42/37.08	c cleaning 20033 clauses out of 40092 with flag 221000/221000
41.07/39.65	c cleaning 20946 clauses out of 42059 with flag 243000/243000
45.89/44.45	c cleaning 22045 clauses out of 44113 with flag 266000/266000
50.80/49.35	c cleaning 23009 clauses out of 46068 with flag 290000/290000
54.72/53.25	c cleaning 24015 clauses out of 48059 with flag 315000/315000
59.44/57.92	c cleaning 25006 clauses out of 50044 with flag 341000/341000
66.27/64.70	c cleaning 26000 clauses out of 52038 with flag 368000/368000
73.31/71.77	c cleaning 27014 clauses out of 54038 with flag 396000/396000
79.92/78.31	c cleaning 27929 clauses out of 56027 with flag 425003/425003
87.49/85.81	c cleaning 29001 clauses out of 58095 with flag 455000/455000
92.20/90.56	c cleaning 29982 clauses out of 60094 with flag 486000/486000
98.51/96.85	c cleaning 31022 clauses out of 62112 with flag 518000/518000
103.54/101.84	c cleaning 32014 clauses out of 64090 with flag 551000/551000
107.10/105.38	c cleaning 32984 clauses out of 66077 with flag 585001/585001
112.91/111.15	c cleaning 34024 clauses out of 68093 with flag 620001/620001
120.43/118.66	c cleaning 35016 clauses out of 70068 with flag 656000/656000
126.34/124.53	c cleaning 35854 clauses out of 72053 with flag 693001/693001
137.27/135.45	c cleaning 37086 clauses out of 74198 with flag 731000/731000
150.55/148.69	c cleaning 38015 clauses out of 76112 with flag 770000/770000
164.22/162.28	c cleaning 39016 clauses out of 78098 with flag 810001/810001
178.98/176.97	c cleaning 40025 clauses out of 80081 with flag 851000/851000
191.63/189.53	c cleaning 41015 clauses out of 82056 with flag 893000/893000
200.06/197.96	c cleaning 42001 clauses out of 84041 with flag 936000/936000
212.09/210.00	c cleaning 43013 clauses out of 86043 with flag 980003/980003
219.91/217.73	c cleaning 43992 clauses out of 88027 with flag 1025000/1025000
233.76/231.50	c cleaning 44989 clauses out of 90036 with flag 1071001/1071001
242.00/239.79	c cleaning 45841 clauses out of 92046 with flag 1118000/1118000
251.50/249.24	c cleaning 46953 clauses out of 94207 with flag 1166002/1166002
262.43/260.10	c cleaning 48096 clauses out of 96254 with flag 1215002/1215002
279.07/276.77	c cleaning 49046 clauses out of 98158 with flag 1265002/1265002
296.72/294.37	c cleaning 50042 clauses out of 100111 with flag 1316001/1316001
312.01/309.56	c cleaning 50961 clauses out of 102068 with flag 1368000/1368000
321.04/318.54	c cleaning 52047 clauses out of 104109 with flag 1421002/1421002
335.88/333.39	c cleaning 52950 clauses out of 106060 with flag 1475000/1475000
344.52/341.97	c cleaning 53996 clauses out of 108110 with flag 1530000/1530000
366.95/364.36	c cleaning 55030 clauses out of 110115 with flag 1586001/1586001
389.23/386.58	c cleaning 55981 clauses out of 112084 with flag 1643000/1643000
411.99/409.28	c cleaning 56978 clauses out of 114104 with flag 1701001/1701001
437.23/434.47	c cleaning 58040 clauses out of 116125 with flag 1760000/1760000
460.05/457.23	c cleaning 59023 clauses out of 118086 with flag 1820001/1820001
481.82/478.94	c cleaning 60012 clauses out of 120063 with flag 1881001/1881001
503.96/501.00	c cleaning 60998 clauses out of 122050 with flag 1943000/1943000
528.50/525.52	c cleaning 62006 clauses out of 124053 with flag 2006001/2006001
552.96/549.93	c cleaning 62996 clauses out of 126049 with flag 2070003/2070003
578.11/575.09	c cleaning 64004 clauses out of 128050 with flag 2135000/2135000
606.98/603.81	c cleaning 64992 clauses out of 130048 with flag 2201002/2201002
630.75/627.57	c cleaning 66017 clauses out of 132055 with flag 2268001/2268001
656.79/653.52	c cleaning 67009 clauses out of 134037 with flag 2336000/2336000
683.84/680.52	c cleaning 67998 clauses out of 136030 with flag 2405002/2405002
709.81/706.44	c cleaning 69011 clauses out of 138031 with flag 2475001/2475001
739.53/736.16	c cleaning 69987 clauses out of 140019 with flag 2546000/2546000
770.86/767.40	c cleaning 71006 clauses out of 142033 with flag 2618001/2618001
798.99/795.52	c cleaning 71978 clauses out of 144026 with flag 2691000/2691000
829.41/825.96	c cleaning 73012 clauses out of 146049 with flag 2765002/2765002
868.35/864.82	c cleaning 73986 clauses out of 148036 with flag 2840001/2840001
904.18/900.61	c cleaning 74994 clauses out of 150049 with flag 2916000/2916000
941.53/937.97	c cleaning 76015 clauses out of 152055 with flag 2993000/2993000
967.01/963.38	c cleaning 76908 clauses out of 154040 with flag 3071000/3071000
991.64/987.97	c cleaning 78010 clauses out of 156133 with flag 3150001/3150001
1025.68/1021.94	c cleaning 79019 clauses out of 158124 with flag 3230002/3230002
1060.31/1056.54	c cleaning 80013 clauses out of 160103 with flag 3311000/3311000
1086.65/1082.87	c cleaning 80905 clauses out of 162090 with flag 3393000/3393000
1103.57/1099.73	c cleaning 82037 clauses out of 164185 with flag 3476000/3476000
1143.42/1139.58	c cleaning 83046 clauses out of 166148 with flag 3560000/3560000
1182.83/1178.99	c cleaning 84039 clauses out of 168102 with flag 3645000/3645000
1216.69/1212.77	c cleaning 85017 clauses out of 170064 with flag 3731001/3731001
1254.42/1250.46	c cleaning 86017 clauses out of 172047 with flag 3818002/3818002
1297.96/1293.94	c cleaning 87006 clauses out of 174032 with flag 3906004/3906004
1331.32/1327.22	c cleaning 87957 clauses out of 176023 with flag 3995001/3995001
1354.67/1350.53	c cleaning 89023 clauses out of 178066 with flag 4085001/4085001
1377.52/1373.35	c cleaning 89903 clauses out of 180042 with flag 4176000/4176000
1398.78/1394.58	c cleaning 91010 clauses out of 182140 with flag 4268001/4268001
1430.00/1425.79	c cleaning 92039 clauses out of 184130 with flag 4361001/4361001
1473.14/1468.82	c cleaning 93036 clauses out of 186091 with flag 4455001/4455001
1508.99/1504.64	c cleaning 93995 clauses out of 188054 with flag 4550000/4550000
1546.44/1542.09	c cleaning 94977 clauses out of 190060 with flag 4646001/4646001
1588.19/1583.71	c cleaning 95982 clauses out of 192082 with flag 4743000/4743000
1634.77/1630.21	c cleaning 97034 clauses out of 194103 with flag 4841003/4841003
1680.43/1675.86	c cleaning 98008 clauses out of 196066 with flag 4940000/4940000
1703.74/1699.09	c cleaning 99010 clauses out of 198058 with flag 5040000/5040000
1732.04/1727.27	c cleaning 100001 clauses out of 200048 with flag 5141000/5141000
1761.49/1756.69	c cleaning 100982 clauses out of 202047 with flag 5243000/5243000
1791.66/1786.73	c cleaning 101903 clauses out of 204065 with flag 5346000/5346000
1800.10/1795.12	c starts		: 273
1800.10/1795.12	c conflicts		: 5378198
1800.10/1795.12	c decisions		: 13869773
1800.10/1795.12	c propagations		: 1602519275
1800.10/1795.12	c inspects		: 24760431340
1800.10/1795.12	c shortcuts		: 0
1800.10/1795.12	c learnt literals	: 9
1800.10/1795.12	c learnt binary clauses	: 204
1800.10/1795.12	c learnt ternary clauses	: 1152
1800.10/1795.12	c learnt constraints	: 5378190
1800.10/1795.12	c ignored constraints	: 0
1800.10/1795.12	c root simplifications	: 0
1800.10/1795.12	c removed literals (reason simplification)	: 0
1800.10/1795.12	c reason swapping (by a shorter reason)	: 0
1800.10/1795.12	c Calls to reduceDB	: 99
1800.10/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.12	c number of learned constraints concerned by reduction	: 0
1800.10/1795.12	c number of learning phase by resolution	: 0
1800.10/1795.12	c number of learning phase by cutting planes	: 0
1800.10/1795.12	c speed (assignments/second)	: 893455.311046933
1800.10/1795.12	c non guided choices	291911
1800.10/1795.14	c learnt constraints type 
1800.10/1795.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 204
1800.10/1795.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 134206
1800.10/1795.14	c constraints type 
1800.10/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121702
1800.10/1795.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 564
1800.10/1795.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 37513
1800.10/1795.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 17346
1800.10/1795.14	c 177125 constraints processed.
1800.10/1795.14	s UNKNOWN
1800.10/1795.14	c Total wall clock time (in seconds): 1795.021

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-3689413-1337890142/watcher-3689413-1337890142 -o /tmp/evaluation-result-3689413-1337890142/solver-3689413-1337890142 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3689413-1337890142.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.03 2.05 2.02 3/192 23547
/proc/meminfo: memFree=27868356/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/23547/stat : 23547 (java) D 23545 23547 21473 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 255142664 9515008 182 33554432000 1073741824 1073778376 140733753853696 140733753844728 226329706165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2323 182 140 9 0 71 0

[startup+0.0572211 s]
/proc/loadavg: 2.03 2.05 2.02 3/192 23547
/proc/meminfo: memFree=27868356/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9225560 CPUtime=0.04 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 3060 0 1 0 3 1 0 0 20 0 13 0 255142664 9446973440 3758 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2306390 3758 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9225560

[startup+0.100262 s]
/proc/loadavg: 2.03 2.05 2.02 3/192 23547
/proc/meminfo: memFree=27868356/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 4123 0 1 0 7 1 0 0 20 0 18 0 255142664 9787813888 5328 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2389603 5328 2071 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300225 s]
/proc/loadavg: 2.03 2.05 2.02 3/192 23547
/proc/meminfo: memFree=27868356/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 5445 0 1 0 42 1 0 0 20 0 18 0 255142664 9787813888 8213 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2389603 8213 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558412

[startup+0.700244 s]
/proc/loadavg: 2.03 2.05 2.02 3/192 23547
/proc/meminfo: memFree=27868356/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9558412 CPUtime=1.15 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 6803 0 1 0 110 5 0 0 20 0 18 0 255142664 9787813888 40256 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2389603 40256 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558412

[startup+1.50066 s]
/proc/loadavg: 2.03 2.05 2.02 3/210 23565
/proc/meminfo: memFree=27704944/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9558412 CPUtime=2.17 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 8257 0 1 0 206 11 0 0 20 0 18 0 255142664 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2389603 78799 2255 9 0 2380296 0
[pid=23547/tid=23549] ppid=23545 vsize=9558412 CPUtime=1.41 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2579 0 1 0 135 6 0 0 20 0 18 0 255142665 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140533156789976 140533160075104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 255142666 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 255142667 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 255142668 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 255142668 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255142671 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) R 23545 23547 21473 0 -1 4202560 1935 0 0 0 27 0 0 0 20 0 18 0 255142671 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532976228408 140533159519426 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9558412 CPUtime=0.26 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) R 23545 23547 21473 0 -1 4202560 2281 0 0 0 26 0 0 0 20 0 18 0 255142671 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532975175864 140533164202974 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255142671 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 255142671 9787813888 78799 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9558412

[startup+3.10054 s]
/proc/loadavg: 2.03 2.05 2.02 3/211 23566
/proc/meminfo: memFree=27571196/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9624976 CPUtime=4.25 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 9287 0 1 0 412 13 0 0 20 0 19 0 255142664 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2406244 89136 2278 9 0 2396937 0
[pid=23547/tid=23549] ppid=23545 vsize=9624976 CPUtime=2.92 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2583 0 1 0 286 6 0 0 20 0 19 0 255142665 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140533156790560 140533025321627 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 23 0 0 0 1 2 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9624976 CPUtime=0.05 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 227 0 0 0 5 0 0 0 20 0 19 0 255142667 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2177 0 0 0 47 0 0 0 20 0 19 0 255142671 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 49 0 0 0 20 0 19 0 255142671 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 89136 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.03 2.05 2.02 3/211 23566
/proc/meminfo: memFree=27525396/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9624976 CPUtime=7.54 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 9309 0 1 0 740 14 0 0 20 0 19 0 255142664 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2406244 90124 2278 9 0 2396937 0
[pid=23547/tid=23549] ppid=23545 vsize=9624976 CPUtime=5.93 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2585 0 1 0 587 6 0 0 20 0 19 0 255142665 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140533156790560 140533025321495 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 26 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 25 0 0 0 2 2 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 20 0 0 0 2 1 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 255142666 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 228 0 0 0 22 0 0 0 20 0 19 0 255142667 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2179 0 0 0 51 0 0 0 20 0 19 0 255142671 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 53 0 0 0 20 0 19 0 255142671 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 90124 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.54
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 2.03 2.05 2.02 3/211 23566
/proc/meminfo: memFree=27531740/32873844 swapFree=6080/6080

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

[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2309 0 0 0 56 0 0 0 20 0 19 0 255142671 9855975424 118392 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 53 0 0 0 20 0 19 0 255142671 9855975424 118392 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118392 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 99 0 0 0 35 25 0 0 20 0 19 0 255142671 9855975424 118392 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 118392 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.14
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.24 2.17 2.06 3/211 23640
/proc/meminfo: memFree=23340168/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9624976 CPUtime=1787.26 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 11063 0 1 0 178675 51 0 0 20 0 19 0 255142664 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2406244 118401 2279 9 0 2396937 0
[pid=23547/tid=23549] ppid=23545 vsize=9624976 CPUtime=1768.17 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2681 0 1 0 176784 33 0 0 20 0 19 0 255142665 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140533156790560 140533025321452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 120 0 0 0 57 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 167 0 0 0 62 4 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 148 0 0 0 58 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 301 0 0 0 67 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 217 0 0 0 55 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 204 0 0 0 72 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 159 0 0 0 59 3 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 143 0 0 0 64 2 0 0 20 0 19 0 255142666 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9624976 CPUtime=7.94 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 336 0 0 0 793 1 0 0 20 0 19 0 255142667 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2309 0 0 0 56 0 0 0 20 0 19 0 255142671 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 53 0 0 0 20 0 19 0 255142671 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 103 0 0 0 37 25 0 0 20 0 19 0 255142671 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 118401 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.26
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 2.19 2.16 2.06 3/211 23640
/proc/meminfo: memFree=23340044/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 11072 0 1 0 179959 51 0 0 20 0 19 0 255142664 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2406244 118407 2279 9 0 2396937 0
[pid=23547/tid=23549] ppid=23545 vsize=9624976 CPUtime=1780.85 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2682 0 1 0 178051 34 0 0 20 0 19 0 255142665 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533156790560 140533025174813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 120 0 0 0 58 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 167 0 0 0 62 4 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 148 0 0 0 59 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 301 0 0 0 68 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 217 0 0 0 55 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 204 0 0 0 72 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 165 0 0 0 60 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 143 0 0 0 64 2 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9624976 CPUtime=8.03 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 338 0 0 0 802 1 0 0 20 0 19 0 255142667 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2309 0 0 0 56 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 53 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 103 0 0 0 37 26 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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+1795.1 s]
/proc/loadavg: 2.19 2.16 2.06 3/211 23640
/proc/meminfo: memFree=23340044/32873844 swapFree=6080/6080
[pid=23547] ppid=23545 vsize=9624976 CPUtime=1800.1 cores=0,2,4,6
/proc/23547/stat : 23547 (java) S 23545 23547 21473 0 -1 4202496 11072 0 1 0 179959 51 0 0 20 0 19 0 255142664 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140734880576688 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/23547/statm: 2406244 118407 2279 9 0 2396937 0
[pid=23547/tid=23549] ppid=23545 vsize=9624976 CPUtime=1780.85 cores=0,2,4,6
/proc/23547/task/23549/stat : 23549 (java) R 23545 23547 21473 0 -1 4202560 2682 0 1 0 178051 34 0 0 20 0 19 0 255142665 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533156790560 140533025174813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23550] ppid=23545 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/23547/task/23550/stat : 23550 (java) S 23545 23547 21473 0 -1 4202560 120 0 0 0 58 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533145852584 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23551] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23551/stat : 23551 (java) S 23545 23547 21473 0 -1 4202560 167 0 0 0 62 4 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533144800040 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23552] ppid=23545 vsize=9624976 CPUtime=0.62 cores=0,2,4,6
/proc/23547/task/23552/stat : 23552 (java) S 23545 23547 21473 0 -1 4202560 148 0 0 0 59 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140533143747496 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23553] ppid=23545 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/23547/task/23553/stat : 23553 (java) S 23545 23547 21473 0 -1 4202560 301 0 0 0 68 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532996848680 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23554] ppid=23545 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/23547/task/23554/stat : 23554 (java) S 23545 23547 21473 0 -1 4202560 217 0 0 0 55 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532995795112 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23555] ppid=23545 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/23547/task/23555/stat : 23555 (java) S 23545 23547 21473 0 -1 4202560 204 0 0 0 72 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532994742568 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23547/tid=23556] ppid=23545 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23547/task/23556/stat : 23556 (java) S 23545 23547 21473 0 -1 4202560 165 0 0 0 60 3 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532993690024 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23557] ppid=23545 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/23547/task/23557/stat : 23557 (java) S 23545 23547 21473 0 -1 4202560 143 0 0 0 64 2 0 0 20 0 19 0 255142666 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532992637480 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23558] ppid=23545 vsize=9624976 CPUtime=8.03 cores=0,2,4,6
/proc/23547/task/23558/stat : 23558 (java) S 23545 23547 21473 0 -1 4202560 338 0 0 0 802 1 0 0 20 0 19 0 255142667 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532980439656 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23559] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23559/stat : 23559 (java) S 23545 23547 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532979385976 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23560] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23560/stat : 23560 (java) S 23545 23547 21473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 255142668 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532978333320 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23561] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23561/stat : 23561 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532977282064 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23562] ppid=23545 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/23547/task/23562/stat : 23562 (java) S 23545 23547 21473 0 -1 4202560 2309 0 0 0 56 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532976228408 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23547/tid=23563] ppid=23545 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/23547/task/23563/stat : 23563 (java) S 23545 23547 21473 0 -1 4202560 2990 0 0 0 53 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532975175864 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23564] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23564/stat : 23564 (java) S 23545 23547 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532974123512 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23547/tid=23565] ppid=23545 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/23547/task/23565/stat : 23565 (java) S 23545 23547 21473 0 -1 4202560 103 0 0 0 37 26 0 0 20 0 19 0 255142671 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532973071176 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23547/tid=23566] ppid=23545 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/23547/task/23566/stat : 23566 (java) S 23545 23547 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 255142814 9855975424 118407 33554432000 1073741824 1073778376 140734880585552 140532972016936 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1795.15
CPU time (s): 1800.1
CPU user time (s): 1799.59
CPU system time (s): 0.51
CPU usage (%): 100.276
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.17
system time used= 0.992849
maximum resident set size= 473748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11103
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= 40835
involuntary context switches= 14726

runsolver used 6.75097 second user time and 13.5819 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 22:09:02
IDJOB=3689413
IDBENCH=89699
IDSOLVER=2269
FILE ID=node110/3689413-1337890142
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71604 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-73.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689413-1337890142/watcher-3689413-1337890142 -o /tmp/evaluation-result-3689413-1337890142/solver-3689413-1337890142 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3689413-1337890142.opb

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

MD5SUM BENCH= 56a27796f1168612394e164ff5d947f7
RANDOM SEED=491290359

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:        27868356 kB
Buffers:          212428 kB
Cached:          3219288 kB
SwapCached:            0 kB
Active:          1346680 kB
Inactive:        2882348 kB
Active(anon):     799720 kB
Inactive(anon):        0 kB
Active(file):     546960 kB
Inactive(file):  2882348 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7816 kB
Writeback:             0 kB
AnonPages:        754004 kB
Mapped:            21616 kB
Shmem:               200 kB
Slab:             628128 kB
SReclaimable:      70840 kB
SUnreclaim:       557288 kB
KernelStack:        1744 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1011332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    724992 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= 71604 MiB
End job on node110 at 2012-05-24 22:38:59