Trace number 3688743

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 SnapshotOPT-7 225.58 223.597

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_2.opb
MD5SUM1eb933a10fcc575d2df25e98511c4b07
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark9.39857
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -7
Optimality of the best value was proved YES
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
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 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2960
Sum of products size (including duplicates)5920
Number of different products1480
Sum of products size2960

Quality of the solution as a function of time


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

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/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@431b9fb1
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-3688743-1337887288.opb
0.08/0.12	c reading problem ... 
0.44/0.30	c ... done. Wall clock time 0.181s.
0.44/0.30	c declared #vars     100
0.44/0.30	c internal #vars     1580
0.44/0.30	c #constraints  3112
0.44/0.30	c constraints type 
0.44/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
0.44/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.44/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
0.44/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1480
0.44/0.31	c 3112 constraints processed.
0.44/0.31	c objective function length is 50 literals
0.68/0.45	c SATISFIABLE
0.68/0.45	c OPTIMIZING...
0.68/0.45	c Got one! Elapsed wall clock time (in seconds):0.324
0.68/0.45	o -3
0.68/0.47	c Got one! Elapsed wall clock time (in seconds):0.349
0.68/0.47	o -4
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.584
1.12/0.71	o -5
1.27/0.86	c cleaning 2940 clauses out of 5880 with flag 2000/5880
1.68/1.19	c cleaning 4467 clauses out of 8943 with flag 8003/11883
2.08/1.53	c cleaning 5737 clauses out of 11473 with flag 15000/18880
2.19/1.63	c Got one! Elapsed wall clock time (in seconds):1.503
2.19/1.63	o -6
2.39/1.85	c cleaning 5495 clauses out of 10994 with flag 3001/24138
2.75/2.12	c cleaning 5746 clauses out of 11502 with flag 9004/30141
3.04/2.48	c cleaning 6377 clauses out of 12753 with flag 16001/37138
3.45/2.88	c cleaning 7183 clauses out of 14376 with flag 24001/45138
3.96/3.33	c cleaning 8098 clauses out of 16195 with flag 33003/54140
4.55/3.93	c cleaning 9039 clauses out of 18094 with flag 43000/64137
5.16/4.59	c cleaning 10010 clauses out of 20055 with flag 54000/75137
5.96/5.37	c cleaning 11011 clauses out of 22045 with flag 66000/87137
6.77/6.13	c cleaning 12010 clauses out of 24035 with flag 79001/100138
7.59/6.98	c cleaning 12990 clauses out of 26024 with flag 93000/114137
9.01/8.31	c cleaning 14017 clauses out of 28034 with flag 108000/129137
10.12/9.45	c cleaning 15003 clauses out of 30017 with flag 124001/145138
11.14/10.47	c cleaning 16000 clauses out of 32013 with flag 141000/162137
12.46/11.72	c cleaning 17007 clauses out of 34013 with flag 159000/180137
13.77/13.10	c cleaning 17997 clauses out of 36008 with flag 178002/199139
15.17/14.47	c cleaning 19000 clauses out of 38013 with flag 198004/219141
16.58/15.90	c cleaning 20001 clauses out of 40010 with flag 219001/240138
18.09/17.36	c cleaning 20995 clauses out of 42008 with flag 241000/262137
19.61/18.89	c cleaning 22004 clauses out of 44015 with flag 264002/285139
21.22/20.49	c cleaning 22993 clauses out of 46009 with flag 288000/309137
23.25/22.44	c cleaning 24004 clauses out of 48017 with flag 313001/334138
25.08/24.23	c cleaning 25002 clauses out of 50012 with flag 339000/360137
27.00/26.15	c cleaning 25998 clauses out of 52011 with flag 366001/387138
29.14/28.20	c cleaning 27003 clauses out of 54014 with flag 394002/415139
31.45/30.51	c cleaning 28001 clauses out of 56009 with flag 423000/444137
33.65/32.78	c cleaning 28999 clauses out of 58009 with flag 453001/474138
33.87/32.92	c Got one! Elapsed wall clock time (in seconds):32.795
33.87/32.92	o -7
34.06/33.16	c cleaning 17092 clauses out of 34184 with flag 3000/479312
34.46/33.54	c cleaning 11529 clauses out of 23092 with flag 9000/485312
34.88/33.95	c cleaning 9272 clauses out of 18563 with flag 16000/492312
35.40/34.42	c cleaning 8643 clauses out of 17295 with flag 24004/500316
35.92/34.97	c cleaning 8815 clauses out of 17648 with flag 33000/509312
36.62/35.60	c cleaning 9415 clauses out of 18834 with flag 43001/519313
37.12/36.18	c cleaning 10204 clauses out of 20419 with flag 54001/530313
37.92/36.90	c cleaning 11101 clauses out of 22214 with flag 66000/542312
38.64/37.62	c cleaning 12056 clauses out of 24113 with flag 79000/555312
39.46/38.49	c cleaning 13025 clauses out of 26057 with flag 93000/569312
40.47/39.40	c cleaning 14009 clauses out of 28035 with flag 108003/584315
41.48/40.41	c cleaning 15013 clauses out of 30026 with flag 124003/600315
42.49/41.44	c cleaning 16000 clauses out of 32011 with flag 141001/617313
43.81/42.75	c cleaning 17000 clauses out of 34010 with flag 159000/635312
45.12/44.05	c cleaning 17998 clauses out of 36010 with flag 178000/654312
46.43/45.36	c cleaning 18997 clauses out of 38013 with flag 198001/674313
48.03/46.90	c cleaning 20003 clauses out of 40016 with flag 219001/695313
49.64/48.51	c cleaning 20992 clauses out of 42012 with flag 241000/717312
51.24/50.11	c cleaning 22010 clauses out of 44022 with flag 264002/740314
52.86/51.79	c cleaning 22992 clauses out of 46010 with flag 288000/764312
54.88/53.76	c cleaning 24010 clauses out of 48022 with flag 313004/789316
56.80/55.60	c cleaning 24996 clauses out of 50008 with flag 339000/815312
58.71/57.53	c cleaning 26005 clauses out of 52012 with flag 366000/842312
60.82/59.63	c cleaning 26993 clauses out of 54008 with flag 394001/870313
63.13/61.98	c cleaning 28007 clauses out of 56014 with flag 423000/899312
65.64/64.41	c cleaning 29001 clauses out of 58012 with flag 453005/929317
68.14/66.91	c cleaning 30001 clauses out of 60006 with flag 484000/960312
70.87/69.66	c cleaning 31002 clauses out of 62005 with flag 516000/992312
73.78/72.56	c cleaning 31998 clauses out of 64003 with flag 549000/1025312
76.89/75.67	c cleaning 33001 clauses out of 66005 with flag 583000/1059312
79.81/78.59	c cleaning 33992 clauses out of 68003 with flag 618000/1094312
82.94/81.62	c cleaning 35002 clauses out of 70013 with flag 654003/1130315
85.98/84.68	c cleaning 35995 clauses out of 72017 with flag 691009/1167321
89.40/88.03	c cleaning 37001 clauses out of 74013 with flag 729000/1205312
92.80/91.42	c cleaning 37997 clauses out of 76012 with flag 768000/1244312
96.43/95.01	c cleaning 38990 clauses out of 78015 with flag 808000/1284312
100.84/99.41	c cleaning 40003 clauses out of 80025 with flag 849000/1325312
105.17/103.74	c cleaning 41005 clauses out of 82022 with flag 891000/1367312
108.90/107.40	c cleaning 42008 clauses out of 84019 with flag 934002/1410314
112.93/111.44	c cleaning 42982 clauses out of 86009 with flag 978000/1454312
116.87/115.39	c cleaning 44015 clauses out of 88032 with flag 1023005/1499317
121.32/119.79	c cleaning 44989 clauses out of 90011 with flag 1069000/1545312
125.87/124.23	c cleaning 45999 clauses out of 92022 with flag 1116000/1592312
130.39/128.77	c cleaning 47006 clauses out of 94023 with flag 1164000/1640312
135.19/133.59	c cleaning 48002 clauses out of 96017 with flag 1213000/1689312
140.11/138.49	c cleaning 48981 clauses out of 98015 with flag 1263000/1739312
145.63/143.98	c cleaning 50012 clauses out of 100035 with flag 1314001/1790313
151.10/149.35	c cleaning 51008 clauses out of 102023 with flag 1366003/1842315
157.33/155.57	c cleaning 51996 clauses out of 104012 with flag 1419000/1895312
162.97/161.12	c cleaning 52999 clauses out of 106018 with flag 1473002/1949314
168.29/166.45	c cleaning 54003 clauses out of 108017 with flag 1528000/2004312
174.11/172.21	c cleaning 55005 clauses out of 110013 with flag 1584000/2060312
180.03/178.11	c cleaning 55998 clauses out of 112006 with flag 1641000/2117312
186.24/184.35	c cleaning 57001 clauses out of 114007 with flag 1699000/2175312
192.67/190.74	c cleaning 58002 clauses out of 116005 with flag 1758001/2234313
198.90/196.98	c cleaning 58996 clauses out of 118000 with flag 1818000/2294312
205.42/203.45	c cleaning 59990 clauses out of 120000 with flag 1879000/2355312
211.93/209.97	c cleaning 61004 clauses out of 122015 with flag 1941006/2417318
219.06/217.03	c cleaning 61998 clauses out of 124004 with flag 2004002/2480314
225.58/223.59	c starts		: 215
225.58/223.59	c conflicts		: 2537568
225.58/223.59	c decisions		: 4110598
225.58/223.59	c propagations		: 71418303
225.58/223.59	c inspects		: 2656590601
225.58/223.59	c shortcuts		: 0
225.58/223.59	c learnt literals	: 34
225.58/223.59	c learnt binary clauses	: 75
225.58/223.59	c learnt ternary clauses	: 39507
225.58/223.59	c learnt constraints	: 2537533
225.58/223.59	c ignored constraints	: 0
225.58/223.59	c root simplifications	: 0
225.58/223.59	c removed literals (reason simplification)	: 0
225.58/223.59	c reason swapping (by a shorter reason)	: 0
225.58/223.59	c Calls to reduceDB	: 88
225.58/223.59	c number of reductions to clauses (during analyze)	: 0
225.58/223.59	c number of learned constraints concerned by reduction	: 0
225.58/223.59	c number of learning phase by resolution	: 0
225.58/223.59	c number of learning phase by cutting planes	: 0
225.58/223.59	c speed (assignments/second)	: 319862.6958321017
225.58/223.59	c non guided choices	0
225.58/223.59	c learnt constraints type 
225.58/223.59	c constraints type 
225.58/223.59	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1480
225.58/223.59	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
225.58/223.59	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 50
225.58/223.59	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1480
225.58/223.59	c 3112 constraints processed.
225.58/223.59	s OPTIMUM FOUND
225.58/223.59	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 
225.58/223.59	c objective function=-7
225.58/223.59	c Total wall clock time (in seconds): 223.465

Verifier Data

OK	-7

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/194 25210
/proc/meminfo: memFree=27234348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25210/stat : 25210 (java) D 25208 25210 23066 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 254853838 9515008 182 33554432000 1073741824 1073778376 140733999984704 140733999975736 227141303989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/25210/statm: 2323 182 140 9 0 71 0

[startup+0.03354 s]
/proc/loadavg: 2.01 2.01 2.00 2/194 25210
/proc/meminfo: memFree=27234348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9016616 CPUtime=0.01 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 2776 0 1 0 1 0 0 0 20 0 10 0 254853838 9233014784 3475 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2254154 3475 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9016616

[startup+0.100339 s]
/proc/loadavg: 2.01 2.01 2.00 2/194 25210
/proc/meminfo: memFree=27234348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 4041 0 1 0 8 0 0 0 20 0 18 0 254853838 9787813888 5242 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2389603 5270 2036 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300291 s]
/proc/loadavg: 2.01 2.01 2.00 2/194 25210
/proc/meminfo: memFree=27234348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9558412 CPUtime=0.44 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 6025 0 1 0 43 1 0 0 20 0 18 0 254853838 9787813888 8264 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2389603 8264 2228 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558412

[startup+0.700291 s]
/proc/loadavg: 2.01 2.01 2.00 2/194 25210
/proc/meminfo: memFree=27234348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=1.12 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 7277 0 1 0 111 1 0 0 20 0 19 0 254853838 9855975424 9620 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 9620 2252 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 25229
/proc/meminfo: memFree=27193908/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=2.08 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 7679 0 1 0 206 2 0 0 20 0 19 0 254853838 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 12752 2280 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2457 0 1 0 142 0 0 0 20 0 19 0 254853839 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004514222368 140004341341352 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 254853841 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 1973 0 0 0 27 0 0 0 20 0 19 0 254853844 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853845 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 12752 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9624976

[startup+3.1008 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 25229
/proc/meminfo: memFree=27188820/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=3.75 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 8087 0 1 0 373 2 0 0 20 0 19 0 254853838 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 13277 2280 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=2.93 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2461 0 1 0 293 0 0 0 20 0 19 0 254853839 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004514222488 140004341402267 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 32 0 0 0 9 0 0 0 20 0 19 0 254853841 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.33 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2363 0 0 0 33 0 0 0 20 0 19 0 254853844 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853845 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 13277 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9624976

[startup+6.30081 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 25229
/proc/meminfo: memFree=27185352/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=6.99 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 8109 0 1 0 697 2 0 0 20 0 19 0 254853838 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 14151 2281 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=6.02 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2467 0 1 0 602 0 0 0 20 0 19 0 254853839 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004514222368 140004341500640 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 254853840 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=0.18 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 33 0 0 0 18 0 0 0 20 0 19 0 254853841 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.34 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2364 0 0 0 34 0 0 0 20 0 19 0 254853844 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853845 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 14151 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 47 0 0 0 184 1 0 0 20 0 19 0 254853841 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2690 0 0 0 38 0 0 0 20 0 19 0 254853844 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 9 0 0 0 2 1 0 0 20 0 19 0 254853845 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 23815 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 164.19
Current children cumulated vsize (KiB) 9624976

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25230
/proc/meminfo: memFree=26948256/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=224.38 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 9123 0 1 0 22429 9 0 0 20 0 19 0 254853838 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 24414 2282 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=218.77 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2552 0 1 0 21874 3 0 0 20 0 19 0 254853839 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004514222368 140004341261936 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 80 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 113 0 0 0 30 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 66 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 104 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 24 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 52 0 0 0 219 1 0 0 20 0 19 0 254853841 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2690 0 0 0 38 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 3 2 0 0 20 0 19 0 254853845 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 224.38
Current children cumulated vsize (KiB) 9624976

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

[startup+223.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25230
/proc/meminfo: memFree=26948256/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=225.18 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 9124 0 1 0 22509 9 0 0 20 0 19 0 254853838 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 24414 2282 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=219.57 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2552 0 1 0 21954 3 0 0 20 0 19 0 254853839 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004514223000 140004341527103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 80 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 113 0 0 0 30 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 66 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 104 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 24 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 52 0 0 0 219 1 0 0 20 0 19 0 254853841 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2691 0 0 0 39 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 3 2 0 0 20 0 19 0 254853845 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 225.18
Current children cumulated vsize (KiB) 9624976

[startup+223.501 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 25230
/proc/meminfo: memFree=26935348/32873844 swapFree=7108/7108
[pid=25210] ppid=25208 vsize=9624976 CPUtime=225.58 cores=1,3,5,7
/proc/25210/stat : 25210 (java) S 25208 25210 23066 0 -1 4202496 9124 0 1 0 22549 9 0 0 20 0 19 0 254853838 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140734880574096 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/25210/statm: 2406244 24414 2282 9 0 2396937 0
[pid=25210/tid=25212] ppid=25208 vsize=9624976 CPUtime=219.97 cores=1,3,5,7
/proc/25210/task/25212/stat : 25212 (java) R 25208 25210 23066 0 -1 4202560 2552 0 1 0 21994 3 0 0 20 0 19 0 254853839 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004514223000 140004341527123 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25213] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25213/stat : 25213 (java) S 25208 25210 23066 0 -1 4202560 80 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004475714344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25214] ppid=25208 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/25210/task/25214/stat : 25214 (java) S 25208 25210 23066 0 -1 4202560 113 0 0 0 30 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004474661544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25215] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25215/stat : 25215 (java) S 25208 25210 23066 0 -1 4202560 66 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004473609256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25216] ppid=25208 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/25210/task/25216/stat : 25216 (java) S 25208 25210 23066 0 -1 4202560 96 0 0 0 20 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004472556456 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25210/tid=25217] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25217/stat : 25217 (java) S 25208 25210 23066 0 -1 4202560 46 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004471503144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25218] ppid=25208 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/25210/task/25218/stat : 25218 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 23 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004470450344 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25219] ppid=25208 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/25210/task/25219/stat : 25219 (java) S 25208 25210 23066 0 -1 4202560 104 0 0 0 26 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004469398056 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25220] ppid=25208 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/25210/task/25220/stat : 25220 (java) S 25208 25210 23066 0 -1 4202560 68 0 0 0 24 0 0 0 20 0 19 0 254853840 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004468345256 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25221] ppid=25208 vsize=9624976 CPUtime=2.2 cores=1,3,5,7
/proc/25210/task/25221/stat : 25221 (java) S 25208 25210 23066 0 -1 4202560 52 0 0 0 219 1 0 0 20 0 19 0 254853841 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004337629928 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25222] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25222/stat : 25222 (java) S 25208 25210 23066 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004336575992 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25223] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25223/stat : 25223 (java) S 25208 25210 23066 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254853842 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004335523592 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25224] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25224/stat : 25224 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004334472080 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25225] ppid=25208 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/25210/task/25225/stat : 25225 (java) S 25208 25210 23066 0 -1 4202560 1993 0 0 0 29 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004333418680 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25226] ppid=25208 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/25210/task/25226/stat : 25226 (java) S 25208 25210 23066 0 -1 4202560 2691 0 0 0 39 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004332365880 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25210/tid=25227] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25227/stat : 25227 (java) S 25208 25210 23066 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254853844 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004331313784 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25210/tid=25228] ppid=25208 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/25210/task/25228/stat : 25228 (java) S 25208 25210 23066 0 -1 4202560 13 0 0 0 3 2 0 0 20 0 19 0 254853845 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004330261192 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25210/tid=25229] ppid=25208 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/25210/task/25229/stat : 25229 (java) S 25208 25210 23066 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254853869 9855975424 24414 33554432000 1073741824 1073778376 140734880582960 140004329207208 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 225.58
Current children cumulated vsize (KiB) 9624976

Child status: 30

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25210 and gives
#  childrusage.ru_utime.tv_sec=225
#  childrusage.ru_utime.tv_usec=7793
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=192970
# CPU time returned by wait4() is 225.201
# while last known CPU time is 225.58
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 223.597
CPU time (s): 225.58
CPU user time (s): 225.49
CPU system time (s): 0.09
CPU usage (%): 100.887
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 225.008
system time used= 0.19297
maximum resident set size= 99760
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9142
page faults= 1
swaps= 0
block input operations= 0
block output operations= 288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7342
involuntary context switches= 8460

runsolver used 0.905862 second user time and 2.26765 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-24 21:21:28
IDJOB=3688743
IDBENCH=48248
IDSOLVER=2269
FILE ID=node138/3688743-1337887288
RUNJOBID= node138-1337871881-23083
PBS_JOBID= 14620066
Free space on /tmp= 71724 MiB

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

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

MD5SUM BENCH= 1eb933a10fcc575d2df25e98511c4b07
RANDOM SEED=1171761471

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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:        27234768 kB
Buffers:          226540 kB
Cached:          4120216 kB
SwapCached:            0 kB
Active:          1072412 kB
Inactive:        3784216 kB
Active(anon):     512208 kB
Inactive(anon):        0 kB
Active(file):     560204 kB
Inactive(file):  3784216 kB
Unevictable:        7108 kB
Mlocked:            7108 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        522900 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             637608 kB
SReclaimable:      80200 kB
SUnreclaim:       557408 kB
KernelStack:        1600 kB
PageTables:         5212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1052896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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= 71720 MiB
End job on node138 at 2012-05-24 21:25:11