Trace number 3718129

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28OPTIMUM 9.8535 8.97734

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUM92e9d82ea45c04735bed18ced94c3392
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark1.10683
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3718129-1338251742.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.056s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c ignored satisfied constraints => 1
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.16	c 102 constraints processed.
0.11/0.16	c objective function length is 64 literals
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.134
0.27/0.24	o 1387
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.26	o 915
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.167
0.27/0.27	o 903
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.179
0.27/0.28	o 676
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.184
0.27/0.29	o 650
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.195
0.53/0.30	o 600
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.212
0.53/0.31	o 595
0.53/0.32	c Got one! Elapsed wall clock time (in seconds):0.218
0.53/0.32	o 568
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.225
0.53/0.33	o 556
0.53/0.34	c Got one! Elapsed wall clock time (in seconds):0.235
0.53/0.34	o 554
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.251
0.53/0.35	o 549
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.53/0.37	o 546
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.274
0.53/0.38	o 510
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.53/0.39	o 507
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.292
0.53/0.39	o 496
0.70/0.42	c Got one! Elapsed wall clock time (in seconds):0.313
0.70/0.42	o 493
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.70/0.44	o 486
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.70/0.44	o 482
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.342
0.70/0.44	o 457
0.70/0.45	c Got one! Elapsed wall clock time (in seconds):0.35
0.70/0.45	o 413
0.70/0.46	c Got one! Elapsed wall clock time (in seconds):0.362
0.70/0.46	o 410
0.70/0.48	c Got one! Elapsed wall clock time (in seconds):0.379
0.70/0.48	o 408
0.84/0.51	c Got one! Elapsed wall clock time (in seconds):0.408
0.84/0.51	o 401
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.444
0.84/0.55	o 384
0.84/0.55	c Got one! Elapsed wall clock time (in seconds):0.45
0.84/0.55	o 382
0.84/0.56	c Got one! Elapsed wall clock time (in seconds):0.46
0.84/0.56	o 365
0.84/0.58	c Got one! Elapsed wall clock time (in seconds):0.477
0.84/0.58	o 359
0.84/0.59	c Got one! Elapsed wall clock time (in seconds):0.489
0.84/0.59	o 357
0.95/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
0.95/0.62	o 351
0.95/0.67	c Got one! Elapsed wall clock time (in seconds):0.569
0.95/0.67	o 345
1.08/0.73	c Got one! Elapsed wall clock time (in seconds):0.626
1.08/0.73	o 344
1.08/0.74	c Got one! Elapsed wall clock time (in seconds):0.633
1.08/0.74	o 317
1.08/0.75	c Got one! Elapsed wall clock time (in seconds):0.647
1.08/0.75	o 300
1.08/0.76	c Got one! Elapsed wall clock time (in seconds):0.661
1.08/0.76	o 295
1.08/0.79	c Got one! Elapsed wall clock time (in seconds):0.689
1.08/0.79	o 291
1.19/0.83	c Got one! Elapsed wall clock time (in seconds):0.725
1.19/0.83	o 287
1.19/0.84	c Got one! Elapsed wall clock time (in seconds):0.738
1.19/0.84	o 280
1.29/0.96	c cleaning 9230 clauses out of 18459 with flag 7883/18459
1.29/0.97	c Got one! Elapsed wall clock time (in seconds):0.87
1.29/0.97	o 275
1.42/1.06	c Got one! Elapsed wall clock time (in seconds):0.956
1.42/1.06	o 270
1.42/1.06	c Got one! Elapsed wall clock time (in seconds):0.962
1.42/1.06	o 269
1.42/1.07	c Got one! Elapsed wall clock time (in seconds):0.97
1.42/1.07	o 221
1.42/1.09	c Got one! Elapsed wall clock time (in seconds):0.987
1.42/1.09	o 211
1.56/1.11	c Got one! Elapsed wall clock time (in seconds):1.005
1.56/1.11	o 207
1.56/1.13	c Got one! Elapsed wall clock time (in seconds):1.028
1.56/1.13	o 206
1.78/1.20	c Got one! Elapsed wall clock time (in seconds):1.101
1.78/1.20	o 200
1.78/1.27	c Got one! Elapsed wall clock time (in seconds):1.172
1.78/1.27	o 188
1.91/1.34	c cleaning 9188 clauses out of 18379 with flag 5695/27609
1.91/1.37	c Got one! Elapsed wall clock time (in seconds):1.27
1.91/1.37	o 166
2.17/1.51	c Got one! Elapsed wall clock time (in seconds):1.404
2.17/1.51	o 164
2.17/1.54	c Got one! Elapsed wall clock time (in seconds):1.436
2.17/1.54	o 159
2.17/1.57	c Got one! Elapsed wall clock time (in seconds):1.469
2.17/1.57	o 146
2.27/1.62	c cleaning 8369 clauses out of 16758 with flag 4632/35176
2.27/1.65	c Got one! Elapsed wall clock time (in seconds):1.551
2.27/1.65	o 144
2.27/1.69	c Got one! Elapsed wall clock time (in seconds):1.586
2.27/1.69	o 142
2.40/1.78	c Got one! Elapsed wall clock time (in seconds):1.678
2.40/1.78	o 110
2.50/1.82	c cleaning 7162 clauses out of 14339 with flag 4679/41126
2.60/1.91	c Got one! Elapsed wall clock time (in seconds):1.804
2.60/1.91	o 87
2.70/2.01	c cleaning 6244 clauses out of 12504 with flag 14234/46453
2.80/2.11	c Got one! Elapsed wall clock time (in seconds):2.006
2.80/2.11	o 86
2.80/2.18	c cleaning 5688 clauses out of 11388 with flag 7509/51581
2.90/2.23	c Got one! Elapsed wall clock time (in seconds):2.13
2.90/2.23	o 66
2.90/2.27	c Got one! Elapsed wall clock time (in seconds):2.167
2.90/2.27	o 64
3.00/2.35	c Got one! Elapsed wall clock time (in seconds):2.245
3.00/2.35	o 63
3.00/2.39	c cleaning 6080 clauses out of 12177 with flag 5247/58058
3.22/2.54	c Got one! Elapsed wall clock time (in seconds):2.439
3.22/2.54	o 60
3.43/2.73	c cleaning 8120 clauses out of 16240 with flag 23943/68201
3.63/2.91	c cleaning 7062 clauses out of 14123 with flag 46286/74204
3.73/3.02	c Got one! Elapsed wall clock time (in seconds):2.917
3.73/3.02	o 50
3.73/3.08	c cleaning 6419 clauses out of 12841 with flag 7118/79984
3.83/3.13	c Got one! Elapsed wall clock time (in seconds):3.025
3.83/3.13	o 44
3.94/3.24	c cleaning 6035 clauses out of 12077 with flag 16211/85639
4.04/3.37	c Got one! Elapsed wall clock time (in seconds):3.271
4.04/3.37	o 26
4.24/3.53	c cleaning 8084 clauses out of 16176 with flag 22224/95773
4.44/3.70	c cleaning 7045 clauses out of 14091 with flag 44097/101773
4.55/3.84	c Got one! Elapsed wall clock time (in seconds):3.741
4.55/3.84	o 25
4.75/4.04	c cleaning 8890 clauses out of 17796 with flag 26273/112523
4.95/4.27	c cleaning 7438 clauses out of 14906 with flag 56434/118523
5.06/4.39	c Got one! Elapsed wall clock time (in seconds):4.284
5.06/4.39	o 24
5.16/4.43	c cleaning 6317 clauses out of 12638 with flag 4649/123693
5.35/4.60	c cleaning 6156 clauses out of 12321 with flag 28334/129693
5.35/4.62	c Got one! Elapsed wall clock time (in seconds):4.52
5.35/4.62	o 19
5.35/4.66	c Got one! Elapsed wall clock time (in seconds):4.558
5.35/4.66	o 16
5.57/4.81	c cleaning 5977 clauses out of 11972 with flag 21537/135500
5.67/4.99	c cleaning 5989 clauses out of 11994 with flag 47974/141499
5.88/5.19	c cleaning 6497 clauses out of 13005 with flag 77394/148500
6.08/5.32	c Got one! Elapsed wall clock time (in seconds):5.213
6.08/5.32	o 15
6.08/5.35	c cleaning 5917 clauses out of 11853 with flag 4935/153846
6.29/5.56	c cleaning 5957 clauses out of 11936 with flag 33258/159846
6.48/5.77	c cleaning 6487 clauses out of 12979 with flag 61932/166846
6.58/5.82	c Got one! Elapsed wall clock time (in seconds):5.713
6.58/5.82	o 13
6.68/5.95	c cleaning 5931 clauses out of 11876 with flag 19031/172231
6.89/6.16	c cleaning 5961 clauses out of 11945 with flag 47043/178231
6.99/6.23	c Got one! Elapsed wall clock time (in seconds):6.127
6.99/6.23	o 11
7.09/6.33	c cleaning 5625 clauses out of 11261 with flag 13558/183508
7.30/6.53	c cleaning 5800 clauses out of 11634 with flag 41703/189506
7.49/6.76	c cleaning 6411 clauses out of 12834 with flag 75681/196506
7.80/7.02	c cleaning 7208 clauses out of 14422 with flag 112610/204505
7.80/7.05	c Got one! Elapsed wall clock time (in seconds):6.944
7.80/7.05	o 10
7.90/7.11	c Got one! Elapsed wall clock time (in seconds):7.003
7.90/7.11	o 8
8.00/7.25	c cleaning 6873 clauses out of 13760 with flag 22002/211051
8.21/7.43	c cleaning 6440 clauses out of 12888 with flag 48392/217053
8.21/7.49	c Got one! Elapsed wall clock time (in seconds):7.383
8.21/7.49	o 5
8.31/7.58	c cleaning 5771 clauses out of 11547 with flag 15276/222152
8.51/7.76	c cleaning 5882 clauses out of 11774 with flag 42872/228152
8.61/7.81	c Got one! Elapsed wall clock time (in seconds):7.703
8.61/7.81	o 2
8.71/7.94	c cleaning 5572 clauses out of 11150 with flag 21302/233410
8.91/8.14	c cleaning 5779 clauses out of 11576 with flag 51778/239410
9.11/8.35	c cleaning 6395 clauses out of 12796 with flag 84956/246410
9.31/8.59	c cleaning 7196 clauses out of 14395 with flag 123939/254410
9.62/8.88	c cleaning 8092 clauses out of 16192 with flag 169051/263409
9.71/8.97	c starts		: 191
9.71/8.97	c conflicts		: 266153
9.71/8.97	c decisions		: 401466
9.71/8.97	c propagations		: 5144457
9.71/8.97	c inspects		: 60340478
9.71/8.97	c shortcuts		: 0
9.71/8.97	c learnt literals	: 33
9.71/8.97	c learnt binary clauses	: 4
9.71/8.97	c learnt ternary clauses	: 161
9.71/8.97	c learnt constraints	: 266119
9.71/8.97	c ignored constraints	: 0
9.71/8.97	c root simplifications	: 0
9.71/8.97	c removed literals (reason simplification)	: 0
9.71/8.97	c reason swapping (by a shorter reason)	: 0
9.71/8.97	c Calls to reduceDB	: 38
9.71/8.97	c Number of update (reduction) of LBD	: 66266
9.71/8.97	c number of reductions to clauses (during analyze)	: 0
9.71/8.97	c number of learned constraints concerned by reduction	: 0
9.71/8.97	c number of learning phase by resolution	: 0
9.71/8.97	c number of learning phase by cutting planes	: 0
9.71/8.97	c speed (assignments/second)	: 584132.7353241739
9.71/8.97	c non guided choices	2930
9.71/8.97	c learnt constraints type 
9.71/8.97	c constraints type 
9.71/8.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
9.71/8.97	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
9.71/8.97	c ignored satisfied constraints => 1
9.71/8.97	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
9.71/8.97	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
9.71/8.97	c 102 constraints processed.
9.71/8.97	s OPTIMUM FOUND
9.71/8.97	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
9.71/8.97	c objective function=2
9.71/8.97	c Total wall clock time (in seconds): 8.867

Verifier Data

OK	2

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

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

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


[startup+0 s]
/proc/loadavg: 2.00 1.64 1.79 3/194 13531
/proc/meminfo: memFree=29581984/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 1175 0 0 0 0 0 0 0 20 0 2 0 291298319 91889664 894 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 22450 902 685 9 0 16769 0
[pid=13531/tid=13532] ppid=13529 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 48 0 0 0 0 0 0 0 20 0 2 0 291298320 94019584 906 33554432000 1073741824 1073778376 140734339978304 140734339967368 251053348927 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0903241 s]
/proc/loadavg: 2.00 1.64 1.79 3/194 13531
/proc/meminfo: memFree=29581984/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 4329 0 1 0 9 1 0 0 20 0 18 0 291298319 9787817984 5023 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2389604 5023 2109 9 0 2380296 0
[pid=13531/tid=13532] ppid=13529 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2387 0 1 0 6 0 0 0 20 0 18 0 291298320 9787817984 5023 33554432000 1073741824 1073778376 140734339978304 140605345225040 140605351879224 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.100282 s]
/proc/loadavg: 2.00 1.64 1.79 3/194 13531
/proc/meminfo: memFree=29581984/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9558416 CPUtime=0.11 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 4447 0 1 0 10 1 0 0 20 0 18 0 291298319 9787817984 5652 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2389604 5652 2124 9 0 2380296 0
[pid=13531/tid=13532] ppid=13529 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2485 0 1 0 7 0 0 0 20 0 18 0 291298320 9787817984 5652 33554432000 1073741824 1073778376 140734339978304 140605345225040 140605343104610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558416

[startup+0.300228 s]
/proc/loadavg: 2.00 1.64 1.79 3/194 13531
/proc/meminfo: memFree=29581984/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=0.53 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 7047 0 1 0 52 1 0 0 20 0 19 0 291298319 9855979520 7621 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 7621 2234 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2509 0 1 0 26 1 0 0 20 0 19 0 291298320 9855979520 7621 33554432000 1073741824 1073778376 140734339978304 140605345227536 140605284980270 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.700216 s]
/proc/loadavg: 2.00 1.64 1.79 3/194 13531
/proc/meminfo: memFree=29581984/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=1.08 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 8065 0 1 0 106 2 0 0 20 0 19 0 291298319 9855979520 8779 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 8779 2239 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2511 0 1 0 66 1 0 0 20 0 19 0 291298320 9855979520 8779 33554432000 1073741824 1073778376 140734339978304 140605345227176 140605285402694 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9624980

[startup+1.50068 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29543276/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=2.17 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11857 0 1 0 214 3 0 0 20 0 19 0 291298319 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14502 2270 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=1.45 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2516 0 1 0 144 1 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605285346560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.34 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4614 0 0 0 34 0 0 0 20 0 19 0 291298324 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3478 0 0 0 31 0 0 0 20 0 19 0 291298324 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14502 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 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) 9624980

[startup+3.10062 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29532556/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=3.83 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11891 0 1 0 380 3 0 0 20 0 19 0 291298319 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14528 2271 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=2.97 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2523 0 1 0 296 1 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605285350420 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0.07 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 7 0 0 0 20 0 19 0 291298322 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4625 0 0 0 38 0 0 0 20 0 19 0 291298324 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3483 0 0 0 32 0 0 0 20 0 19 0 291298324 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14528 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13550
/proc/meminfo: memFree=29533440/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=7.09 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11930 0 1 0 705 4 0 0 20 0 19 0 291298319 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14021 2271 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=6.02 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2539 0 1 0 601 1 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605284982714 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0.2 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 20 0 0 0 20 0 19 0 291298322 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4625 0 0 0 38 0 0 0 20 0 19 0 291298324 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3504 0 0 0 35 0 0 0 20 0 19 0 291298324 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14021 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.09
Current children cumulated vsize (KiB) 9624980

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

[startup+7.90074 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13607
/proc/meminfo: memFree=29529072/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=8.71 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11940 0 1 0 867 4 0 0 20 0 19 0 291298319 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14023 2271 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=7.55 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2547 0 1 0 754 1 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605285417916 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 27 0 0 0 20 0 19 0 291298322 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4625 0 0 0 38 0 0 0 20 0 19 0 291298324 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3504 0 0 0 35 0 0 0 20 0 19 0 291298324 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14023 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.71
Current children cumulated vsize (KiB) 9624980

[startup+8.7007 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13607
/proc/meminfo: memFree=29529056/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=9.52 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11947 0 1 0 948 4 0 0 20 0 19 0 291298319 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14026 2271 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=8.31 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2551 0 1 0 830 1 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605285350525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 31 0 0 0 20 0 19 0 291298322 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4625 0 0 0 38 0 0 0 20 0 19 0 291298324 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3504 0 0 0 35 0 0 0 20 0 19 0 291298324 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14026 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.52
Current children cumulated vsize (KiB) 9624980

[startup+8.90064 s]
/proc/loadavg: 2.00 1.64 1.79 3/213 13607
/proc/meminfo: memFree=29529056/32873648 swapFree=7368/7368
[pid=13531] ppid=13529 vsize=9624980 CPUtime=9.71 cores=0,2,4,6
/proc/13531/stat : 13531 (java) S 13529 13531 13069 0 -1 4202496 11949 0 1 0 967 4 0 0 20 0 19 0 291298319 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140734339969440 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13531/statm: 2406245 14027 2271 9 0 2396937 0
[pid=13531/tid=13532] ppid=13529 vsize=9624980 CPUtime=8.5 cores=0,2,4,6
/proc/13531/task/13532/stat : 13532 (java) R 13529 13531 13069 0 -1 4202560 2552 0 1 0 849 1 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605345227160 140605285361086 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13534] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13534/stat : 13534 (java) S 13529 13531 13069 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605189208744 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13535] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13535/stat : 13535 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605188156200 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13536] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13536/stat : 13536 (java) S 13529 13531 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605187103656 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13537] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13537/stat : 13537 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605186051112 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13538] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13538/stat : 13538 (java) S 13529 13531 13069 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605184997544 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13531/tid=13539] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13539/stat : 13539 (java) S 13529 13531 13069 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605183945000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13540] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13540/stat : 13540 (java) S 13529 13531 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605182892456 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13541] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13541/stat : 13541 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298320 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605181839912 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13542] ppid=13529 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13531/task/13542/stat : 13542 (java) S 13529 13531 13069 0 -1 4202560 31 0 0 0 31 0 0 0 20 0 19 0 291298322 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605169429096 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13543] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13543/stat : 13543 (java) S 13529 13531 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605168375416 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13544] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13544/stat : 13544 (java) S 13529 13531 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291298322 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605167322760 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13545] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13545/stat : 13545 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605166271504 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13546] ppid=13529 vsize=9624980 CPUtime=0.38 cores=0,2,4,6
/proc/13531/task/13546/stat : 13546 (java) S 13529 13531 13069 0 -1 4202560 4625 0 0 0 38 0 0 0 20 0 19 0 291298324 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605165217848 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13531/tid=13547] ppid=13529 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/13531/task/13547/stat : 13547 (java) S 13529 13531 13069 0 -1 4202560 3504 0 0 0 35 0 0 0 20 0 19 0 291298324 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605164165304 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13548] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13548/stat : 13548 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605163112952 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13531/tid=13549] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13549/stat : 13549 (java) S 13529 13531 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291298324 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605162060616 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13531/tid=13550] ppid=13529 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13531/task/13550/stat : 13550 (java) S 13529 13531 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291298336 9855979520 14027 33554432000 1073741824 1073778376 140734339978304 140605161006376 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.71
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 8.97734
CPU time (s): 9.8535
CPU user time (s): 9.72252
CPU system time (s): 0.13098
CPU usage (%): 109.76
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.72252
system time used= 0.13098
maximum resident set size= 58204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11966
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1409
involuntary context switches= 335

runsolver used 0.044993 second user time and 0.077988 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:35:42
IDJOB=3718129
IDBENCH=78847
IDSOLVER=2301
FILE ID=node149/3718129-1338251742
RUNJOBID= node149-1338251638-13085
PBS_JOBID= 14624666
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718129-1338251742/watcher-3718129-1338251742 -o /tmp/evaluation-result-3718129-1338251742/solver-3718129-1338251742 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718129-1338251742.wbo

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

MD5SUM BENCH= 92e9d82ea45c04735bed18ced94c3392
RANDOM SEED=1175247116

node149.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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.29
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.145
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.145
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	: 5438.55
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.145
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.145
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.145
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	: 5438.55
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.145
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.145
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:       32873648 kB
MemFree:        29582784 kB
Buffers:          641204 kB
Cached:          1748372 kB
SwapCached:         2476 kB
Active:          1166640 kB
Inactive:        1285136 kB
Active(anon):      45224 kB
Inactive(anon):     9368 kB
Active(file):    1121416 kB
Inactive(file):  1275768 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:              1164 kB
Writeback:             0 kB
AnonPages:         83864 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             702144 kB
SReclaimable:     144888 kB
SUnreclaim:       557256 kB
KernelStack:        1760 kB
PageTables:         4684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     694856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     47104 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71696 MiB
End job on node149 at 2012-05-29 02:35:51