Trace number 3718428

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 15.3217 13.504

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110968561--soft-0-100-0.wbo
MD5SUM8d3a0dfad59028a8b475e3430d41a204
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.504922
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 constraints101
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 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120528
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose 2 learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3718428-1338254261.wbo
0.10/0.10	c reading problem ... 
0.10/0.15	c ... done. Wall clock time 0.054s.
0.10/0.15	c declared #vars     169
0.10/0.15	c internal #vars     270
0.10/0.15	c #constraints  101
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.15	c ignored satisfied constraints => 1
0.10/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.10/0.15	c 102 constraints processed.
0.10/0.15	c objective function length is 101 literals
0.29/0.21	c SATISFIABLE
0.29/0.21	c OPTIMIZING...
0.29/0.21	c Got one! Elapsed wall clock time (in seconds):0.114
0.29/0.21	o 1061
0.29/0.23	c Got one! Elapsed wall clock time (in seconds):0.13
0.29/0.23	o 242
0.29/0.25	c Got one! Elapsed wall clock time (in seconds):0.152
0.29/0.25	o 241
0.29/0.27	c Got one! Elapsed wall clock time (in seconds):0.166
0.29/0.27	o 240
0.29/0.29	c Got one! Elapsed wall clock time (in seconds):0.188
0.29/0.29	o 236
0.50/0.30	c Got one! Elapsed wall clock time (in seconds):0.203
0.50/0.30	o 235
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.50/0.34	o 231
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.288
0.50/0.39	o 228
0.67/0.47	c Got one! Elapsed wall clock time (in seconds):0.371
0.67/0.47	o 227
0.67/0.49	c Got one! Elapsed wall clock time (in seconds):0.39
0.67/0.49	o 223
0.78/0.53	c Got one! Elapsed wall clock time (in seconds):0.435
0.78/0.53	o 221
0.78/0.59	c cleaning 4219 clauses out of 8440 with flag 3185/8440
0.90/0.61	c Got one! Elapsed wall clock time (in seconds):0.509
0.90/0.61	o 219
0.90/0.64	c Got one! Elapsed wall clock time (in seconds):0.536
0.90/0.64	o 218
0.90/0.69	c Got one! Elapsed wall clock time (in seconds):0.586
0.90/0.69	o 214
1.04/0.72	c Got one! Elapsed wall clock time (in seconds):0.625
1.04/0.72	o 212
1.04/0.76	c Got one! Elapsed wall clock time (in seconds):0.664
1.04/0.76	o 211
1.15/0.80	c Got one! Elapsed wall clock time (in seconds):0.701
1.15/0.80	o 210
1.15/0.82	c Got one! Elapsed wall clock time (in seconds):0.722
1.15/0.82	o 192
1.15/0.86	c cleaning 6042 clauses out of 12096 with flag 3715/16315
1.27/0.90	c Got one! Elapsed wall clock time (in seconds):0.797
1.27/0.90	o 183
1.38/1.01	c Got one! Elapsed wall clock time (in seconds):0.915
1.38/1.01	o 180
1.38/1.04	c Got one! Elapsed wall clock time (in seconds):0.941
1.38/1.04	o 145
1.38/1.10	c Got one! Elapsed wall clock time (in seconds):1.0
1.38/1.10	o 144
1.48/1.14	c cleaning 7025 clauses out of 14050 with flag 3638/24311
1.60/1.21	c Got one! Elapsed wall clock time (in seconds):1.109
1.60/1.21	o 141
1.79/1.35	c cleaning 6393 clauses out of 12788 with flag 17561/30074
1.93/1.43	c Got one! Elapsed wall clock time (in seconds):1.329
1.93/1.43	o 139
1.93/1.46	c Got one! Elapsed wall clock time (in seconds):1.363
1.93/1.46	o 137
2.06/1.50	c Got one! Elapsed wall clock time (in seconds):1.405
2.06/1.50	o 134
2.06/1.58	c cleaning 6339 clauses out of 12687 with flag 9103/36366
2.16/1.63	c Got one! Elapsed wall clock time (in seconds):1.53
2.16/1.63	o 130
2.27/1.77	c cleaning 5822 clauses out of 11654 with flag 19160/41672
2.37/1.87	c Got one! Elapsed wall clock time (in seconds):1.775
2.37/1.87	o 128
2.47/1.97	c cleaning 5845 clauses out of 11702 with flag 14301/47542
2.57/2.03	c Got one! Elapsed wall clock time (in seconds):1.935
2.57/2.03	o 112
2.57/2.06	c Got one! Elapsed wall clock time (in seconds):1.961
2.57/2.06	o 109
2.57/2.10	c Got one! Elapsed wall clock time (in seconds):2.0
2.57/2.10	o 108
2.70/2.11	c Got one! Elapsed wall clock time (in seconds):2.011
2.70/2.11	o 103
2.85/2.21	c cleaning 5874 clauses out of 11758 with flag 7942/53443
2.85/2.25	c Got one! Elapsed wall clock time (in seconds):2.15
2.85/2.25	o 102
3.26/2.43	c cleaning 5790 clauses out of 11594 with flag 21643/59153
3.47/2.50	c Got one! Elapsed wall clock time (in seconds):2.4
3.47/2.50	o 92
3.58/2.63	c cleaning 5820 clauses out of 11654 with flag 18640/65003
3.95/2.85	c cleaning 5914 clauses out of 11834 with flag 43844/71003
4.15/2.98	c Got one! Elapsed wall clock time (in seconds):2.883
4.15/2.98	o 91
4.35/3.02	c Got one! Elapsed wall clock time (in seconds):2.917
4.35/3.02	o 86
4.35/3.05	c Got one! Elapsed wall clock time (in seconds):2.949
4.35/3.05	o 85
4.35/3.09	c cleaning 6104 clauses out of 12210 with flag 4828/77293
4.46/3.13	c Got one! Elapsed wall clock time (in seconds):3.035
4.46/3.13	o 75
4.61/3.29	c cleaning 6031 clauses out of 12070 with flag 20991/83257
4.72/3.31	c Got one! Elapsed wall clock time (in seconds):3.21
4.72/3.31	o 72
4.82/3.46	c cleaning 5596 clauses out of 11204 with flag 22044/88422
4.94/3.55	c Got one! Elapsed wall clock time (in seconds):3.454
4.94/3.55	o 57
5.04/3.61	c Got one! Elapsed wall clock time (in seconds):3.515
5.04/3.61	o 56
5.04/3.69	c cleaning 6265 clauses out of 12547 with flag 9722/95361
5.27/3.89	c cleaning 6134 clauses out of 12282 with flag 35577/101361
5.58/4.12	c cleaning 6571 clauses out of 13148 with flag 65913/108361
5.68/4.29	c Got one! Elapsed wall clock time (in seconds):4.188
5.68/4.29	o 55
5.68/4.29	c Got one! Elapsed wall clock time (in seconds):4.193
5.68/4.29	o 52
5.79/4.31	c Got one! Elapsed wall clock time (in seconds):4.209
5.79/4.31	o 50
5.79/4.36	c Got one! Elapsed wall clock time (in seconds):4.259
5.79/4.36	o 49
5.98/4.50	c cleaning 9155 clauses out of 18320 with flag 16339/120104
5.98/4.56	c Got one! Elapsed wall clock time (in seconds):4.459
5.98/4.56	o 48
6.10/4.69	c cleaning 7322 clauses out of 14654 with flag 19674/125593
6.31/4.84	c Got one! Elapsed wall clock time (in seconds):4.745
6.31/4.84	o 47
6.52/5.03	c cleaning 8780 clauses out of 17573 with flag 26184/135834
6.72/5.22	c cleaning 7391 clauses out of 14794 with flag 51508/141835
6.72/5.28	c Got one! Elapsed wall clock time (in seconds):5.181
6.72/5.28	o 46
6.96/5.42	c cleaning 6650 clauses out of 13308 with flag 21660/147740
7.15/5.61	c cleaning 6324 clauses out of 12658 with flag 47856/153740
7.35/5.82	c cleaning 6668 clauses out of 13335 with flag 76057/160741
7.35/5.85	c Got one! Elapsed wall clock time (in seconds):5.751
7.35/5.85	o 42
7.57/6.01	c cleaning 6242 clauses out of 12494 with flag 25902/166568
7.77/6.20	c cleaning 6120 clauses out of 12251 with flag 53093/172567
7.97/6.40	c cleaning 6564 clauses out of 13131 with flag 79533/179567
8.08/6.56	c Got one! Elapsed wall clock time (in seconds):6.457
8.08/6.56	o 41
8.27/6.74	c cleaning 8426 clauses out of 16874 with flag 25491/189874
8.48/6.91	c cleaning 7207 clauses out of 14448 with flag 46996/195874
8.68/7.11	c cleaning 7122 clauses out of 14244 with flag 73618/202877
8.88/7.34	c cleaning 7556 clauses out of 15119 with flag 106191/210875
9.09/7.60	c cleaning 8264 clauses out of 16562 with flag 141267/219875
9.20/7.65	c Got one! Elapsed wall clock time (in seconds):7.553
9.20/7.65	o 40
9.30/7.78	c cleaning 6928 clauses out of 13863 with flag 20707/225440
9.50/7.96	c cleaning 6462 clauses out of 12937 with flag 48101/231442
9.71/8.17	c cleaning 6735 clauses out of 13473 with flag 78903/238440
10.01/8.41	c cleaning 7359 clauses out of 14740 with flag 116579/246442
10.01/8.43	c Got one! Elapsed wall clock time (in seconds):8.327
10.01/8.43	o 36
10.13/8.58	c cleaning 6245 clauses out of 12492 with flag 23550/251553
10.23/8.65	c Got one! Elapsed wall clock time (in seconds):8.551
10.23/8.65	o 35
10.34/8.75	c cleaning 5841 clauses out of 11696 with flag 15625/257002
10.53/8.93	c cleaning 5917 clauses out of 11851 with flag 42856/262998
10.73/9.13	c cleaning 6456 clauses out of 12935 with flag 72530/269999
10.93/9.38	c cleaning 7233 clauses out of 14479 with flag 108202/277999
11.04/9.44	c Got one! Elapsed wall clock time (in seconds):9.337
11.04/9.44	o 31
11.14/9.54	c cleaning 6576 clauses out of 13162 with flag 14523/283915
11.14/9.58	c Got one! Elapsed wall clock time (in seconds):9.485
11.14/9.58	o 15
11.34/9.70	c cleaning 5996 clauses out of 11993 with flag 19002/289322
11.45/9.86	c cleaning 5994 clauses out of 11996 with flag 44814/295322
11.64/10.06	c cleaning 6497 clauses out of 13002 with flag 72662/302323
11.87/10.20	c Got one! Elapsed wall clock time (in seconds):10.099
11.87/10.20	o 14
11.97/10.36	c cleaning 8532 clauses out of 17074 with flag 22686/312892
12.17/10.53	c Got one! Elapsed wall clock time (in seconds):10.426
12.17/10.53	o 6
12.37/10.70	c cleaning 9731 clauses out of 19491 with flag 23583/323843
12.58/10.91	c cleaning 7869 clauses out of 15761 with flag 54208/329844
12.78/11.13	c cleaning 7440 clauses out of 14889 with flag 86980/336842
12.98/11.38	c cleaning 7721 clauses out of 15449 with flag 121740/344844
13.08/11.40	c Got one! Elapsed wall clock time (in seconds):11.305
13.08/11.40	o 4
13.18/11.56	c cleaning 6741 clauses out of 13493 with flag 24338/350609
13.38/11.75	c cleaning 6365 clauses out of 12752 with flag 52722/356609
13.58/11.97	c cleaning 6690 clauses out of 13387 with flag 85413/363609
13.88/12.21	c cleaning 7344 clauses out of 14697 with flag 121778/371609
14.08/12.48	c cleaning 8171 clauses out of 16353 with flag 161817/380609
14.38/12.78	c cleaning 9082 clauses out of 18182 with flag 207024/390609
14.60/12.93	c Got one! Elapsed wall clock time (in seconds):12.83
14.60/12.93	o 3
14.60/12.97	c cleaning 7313 clauses out of 14646 with flag 5153/396156
14.82/13.18	c cleaning 6657 clauses out of 13332 with flag 35924/402155
15.02/13.39	c cleaning 6834 clauses out of 13667 with flag 68383/409155
15.14/13.50	c starts		: 195
15.14/13.50	c conflicts		: 412351
15.14/13.50	c decisions		: 670632
15.14/13.50	c propagations		: 10297796
15.14/13.50	c inspects		: 84817766
15.14/13.50	c shortcuts		: 0
15.14/13.50	c learnt literals	: 26
15.14/13.50	c learnt binary clauses	: 45
15.14/13.50	c learnt ternary clauses	: 925
15.14/13.50	c learnt constraints	: 412324
15.14/13.50	c ignored constraints	: 0
15.14/13.50	c root simplifications	: 0
15.14/13.50	c removed literals (reason simplification)	: 0
15.14/13.50	c reason swapping (by a shorter reason)	: 0
15.14/13.50	c Calls to reduceDB	: 59
15.14/13.50	c Number of update (reduction) of LBD	: 120600
15.14/13.50	c number of reductions to clauses (during analyze)	: 0
15.14/13.50	c number of learned constraints concerned by reduction	: 0
15.14/13.50	c number of learning phase by resolution	: 0
15.14/13.50	c number of learning phase by cutting planes	: 0
15.14/13.50	c speed (assignments/second)	: 772006.5971961915
15.14/13.50	c non guided choices	3515
15.14/13.50	c learnt constraints type 
15.14/13.50	c constraints type 
15.14/13.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
15.14/13.50	c ignored satisfied constraints => 1
15.14/13.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
15.14/13.50	c 102 constraints processed.
15.14/13.50	s OPTIMUM FOUND
15.24/13.50	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 
15.24/13.50	c objective function=3
15.24/13.50	c Total wall clock time (in seconds): 13.397

Verifier Data

OK	3

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-3718428-1338254261/watcher-3718428-1338254261 -o /tmp/evaluation-result-3718428-1338254261/solver-3718428-1338254261 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718428-1338254261.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: 1.98 2.00 1.99 2/194 4093
/proc/meminfo: memFree=30335492/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 1220 0 0 0 0 0 0 0 20 0 2 0 291551966 96370688 929 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 23528 930 705 9 0 16769 0
[pid=4093/tid=4094] ppid=4091 vsize=96324 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 85 0 0 0 0 0 0 0 20 0 2 0 291551967 98635776 940 33554432000 1073741824 1073778376 140736973131792 140551245585960 242158234967 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0349159 s]
/proc/loadavg: 1.98 2.00 1.99 2/194 4093
/proc/meminfo: memFree=30335492/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 3017 0 1 0 2 0 0 0 20 0 13 0 291551966 9446973440 3714 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2306390 3714 1695 9 0 2297091 0
[pid=4093/tid=4094] ppid=4091 vsize=9225560 CPUtime=0.01 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 1836 0 1 0 1 0 0 0 20 0 13 0 291551967 9446973440 3714 33554432000 1073741824 1073778376 140736973131792 140551245586672 242170782989 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100293 s]
/proc/loadavg: 1.98 2.00 1.99 2/194 4093
/proc/meminfo: memFree=30335492/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 4450 0 1 0 9 1 0 0 20 0 18 0 291551966 9787817984 6095 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2389604 6095 2139 9 0 2380296 0
[pid=4093/tid=4094] ppid=4091 vsize=9558416 CPUtime=0.08 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2430 0 1 0 6 2 0 0 20 0 18 0 291551967 9787817984 6100 33554432000 1073741824 1073778376 140736973131792 140551245589272 140551253439002 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.30019 s]
/proc/loadavg: 1.98 2.00 1.99 2/194 4093
/proc/meminfo: memFree=30335492/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 6500 0 1 0 48 2 0 0 20 0 19 0 291551966 9855979520 7852 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 7852 2233 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=0.28 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2452 0 1 0 26 2 0 0 20 0 19 0 291551967 9855979520 7852 33554432000 1073741824 1073778376 140736973131792 140551245590952 140551077150824 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624980

[startup+0.700256 s]
/proc/loadavg: 1.98 2.00 1.99 2/194 4093
/proc/meminfo: memFree=30335492/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=1.04 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 7277 0 1 0 102 2 0 0 20 0 19 0 291551966 9855979520 9966 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 9966 2269 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=0.67 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2457 0 1 0 65 2 0 0 20 0 19 0 291551967 9855979520 9966 33554432000 1073741824 1073778376 140736973131792 140551245590744 140551077150460 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 9624980

[startup+1.5007 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30302328/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=2.06 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 10287 0 1 0 203 3 0 0 20 0 19 0 291551966 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 12682 2272 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2458 0 1 0 142 2 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551245582784 140551076773815 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 919 0 -1 4202560 31 0 0 0 2 0 0 0 20 0 19 0 291551969 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551069333864 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9624980 CPUtime=0.19 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 1690 0 0 0 19 0 0 0 20 0 19 0 291551971 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9624980 CPUtime=0.35 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 4890 0 0 0 33 2 0 0 20 0 19 0 291551971 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551982 9855979520 12682 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.06
Current children cumulated vsize (KiB) 9624980

[startup+3.10064 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30293336/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=4.46 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 15332 0 1 0 442 4 0 0 20 0 19 0 291551966 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 15503 2273 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=2.96 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) S 4091 4093 919 0 -1 4202560 2464 0 1 0 294 2 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551245590936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291551967 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9624980 CPUtime=0.08 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) R 4091 4093 919 0 -1 4202560 50 0 0 0 8 0 0 0 20 0 19 0 291551969 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551069332720 140551251717263 0 0 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 2081 0 0 0 25 0 0 0 20 0 19 0 291551971 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9624980 CPUtime=1.05 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 9513 0 0 0 103 2 0 0 20 0 19 0 291551971 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551982 9855979520 15503 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9624980

[startup+6.30067 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30283296/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=7.87 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 15358 0 1 0 783 4 0 0 20 0 19 0 291551966 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 14260 2274 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=5.96 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2479 0 1 0 594 2 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551245590936 140551077160140 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 19 0 291551967 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 919 0 -1 4202560 50 0 0 0 22 0 0 0 20 0 19 0 291551969 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551069333864 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 2081 0 0 0 25 0 0 0 20 0 19 0 291551971 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9624980 CPUtime=1.14 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 9515 0 0 0 112 2 0 0 20 0 19 0 291551971 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551982 9855979520 14260 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.87
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30291768/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=14.38 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 15405 0 1 0 1434 4 0 0 20 0 19 0 291551966 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 12793 2274 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=12.05 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2508 0 1 0 1203 2 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551245590936 140551077203143 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 13 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 3 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9624980 CPUtime=0.48 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 919 0 -1 4202560 50 0 0 0 48 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551069333864 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 2081 0 0 0 26 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9624980 CPUtime=1.16 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 9515 0 0 0 114 2 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551982 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.38
Current children cumulated vsize (KiB) 9624980

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

[startup+13.1007 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30291768/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9624980 CPUtime=14.82 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 15407 0 1 0 1477 5 0 0 20 0 19 0 291551966 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2406245 12793 2274 9 0 2396937 0
[pid=4093/tid=4094] ppid=4091 vsize=9624980 CPUtime=12.42 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) R 4091 4093 919 0 -1 4202560 2510 0 1 0 1240 2 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551245590816 140551077203138 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 12 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 4 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 6 0 0 0 3 0 0 0 20 0 19 0 291551967 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9624980 CPUtime=0.5 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 919 0 -1 4202560 50 0 0 0 50 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551069333864 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291551969 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9624980 CPUtime=0.26 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 2081 0 0 0 26 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9624980 CPUtime=1.17 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 9515 0 0 0 115 2 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291551971 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291551982 9855979520 12793 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.82
Current children cumulated vsize (KiB) 9624980

[startup+13.5006 s]
/proc/loadavg: 1.98 2.00 1.99 3/213 4112
/proc/meminfo: memFree=30291768/32873648 swapFree=7112/7112
[pid=4093] ppid=4091 vsize=9691544 CPUtime=15.24 cores=0,2,4,6
/proc/4093/stat : 4093 (java) S 4091 4093 919 0 -1 4202496 15420 0 1 0 1519 5 0 0 20 0 20 0 291551966 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140736973122928 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4093/statm: 2422886 12804 2274 9 0 2413578 0
[pid=4093/tid=4094] ppid=4091 vsize=9691544 CPUtime=12.79 cores=0,2,4,6
/proc/4093/task/4094/stat : 4094 (java) S 4091 4093 919 0 -1 4202560 2514 0 1 0 1277 2 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551245591256 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4096] ppid=4091 vsize=9691544 CPUtime=0.05 cores=0,2,4,6
/proc/4093/task/4096/stat : 4096 (java) S 4091 4093 919 0 -1 4202560 12 0 0 0 5 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551207082408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4097] ppid=4091 vsize=9691544 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4097/stat : 4097 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551206029864 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4098] ppid=4091 vsize=9691544 CPUtime=0.05 cores=0,2,4,6
/proc/4093/task/4098/stat : 4098 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 5 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551204976808 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4099] ppid=4091 vsize=9691544 CPUtime=0.05 cores=0,2,4,6
/proc/4093/task/4099/stat : 4099 (java) S 4091 4093 919 0 -1 4202560 13 0 0 0 5 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551203924264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4100] ppid=4091 vsize=9691544 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4100/stat : 4100 (java) S 4091 4093 919 0 -1 4202560 10 0 0 0 4 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551202872232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4101] ppid=4091 vsize=9691544 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4101/stat : 4101 (java) S 4091 4093 919 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551201819688 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4102] ppid=4091 vsize=9691544 CPUtime=0.03 cores=0,2,4,6
/proc/4093/task/4102/stat : 4102 (java) S 4091 4093 919 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551200766632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4103] ppid=4091 vsize=9691544 CPUtime=0.04 cores=0,2,4,6
/proc/4093/task/4103/stat : 4103 (java) S 4091 4093 919 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 20 0 291551967 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551199714088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4104] ppid=4091 vsize=9691544 CPUtime=0.52 cores=0,2,4,6
/proc/4093/task/4104/stat : 4104 (java) S 4091 4093 919 0 -1 4202560 50 0 0 0 52 0 0 0 20 0 20 0 291551969 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551069333864 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4105] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4105/stat : 4105 (java) S 4091 4093 919 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 291551969 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551068280184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4106] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4106/stat : 4106 (java) S 4091 4093 919 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 20 0 291551969 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551067227016 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4107] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4107/stat : 4107 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 291551971 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551066175760 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4093/tid=4108] ppid=4091 vsize=9691544 CPUtime=0.26 cores=0,2,4,6
/proc/4093/task/4108/stat : 4108 (java) S 4091 4093 919 0 -1 4202560 2081 0 0 0 26 0 0 0 20 0 20 0 291551971 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551065123640 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4109] ppid=4091 vsize=9691544 CPUtime=1.17 cores=0,2,4,6
/proc/4093/task/4109/stat : 4109 (java) S 4091 4093 919 0 -1 4202560 9515 0 0 0 115 2 0 0 20 0 20 0 291551971 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551064071096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4093/tid=4110] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4110/stat : 4110 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 291551971 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551063018232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4093/tid=4111] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4111/stat : 4111 (java) S 4091 4093 919 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 291551971 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140551061965896 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4093/tid=4112] ppid=4091 vsize=9691544 CPUtime=0 cores=0,2,4,6
/proc/4093/task/4112/stat : 4112 (java) S 4091 4093 919 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 291551982 9924141056 12804 33554432000 1073741824 1073778376 140736973131792 140550053291048 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.24
Current children cumulated vsize (KiB) 9691544

Child status: 30
Real time (s): 13.504
CPU time (s): 15.3217
CPU user time (s): 15.1597
CPU system time (s): 0.161975
CPU usage (%): 113.461
Max. virtual memory (cumulated for all children) (KiB): 9691544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1597
system time used= 0.161975
maximum resident set size= 64548
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15428
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= 2097
involuntary context switches= 2024

runsolver used 0.054991 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-29 03:17:41
IDJOB=3718428
IDBENCH=79249
IDSOLVER=2301
FILE ID=node126/3718428-1338254261
RUNJOBID= node126-1338248585-2144
PBS_JOBID= 14624661
Free space on /tmp= 71360 MiB

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

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

MD5SUM BENCH= 8d3a0dfad59028a8b475e3430d41a204
RANDOM SEED=325415805

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        30336300 kB
Buffers:          426092 kB
Cached:           730348 kB
SwapCached:        17756 kB
Active:          1356868 kB
Inactive:         314640 kB
Active(anon):     496864 kB
Inactive(anon):    20452 kB
Active(file):     860004 kB
Inactive(file):   294188 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086932 kB
Dirty:               648 kB
Writeback:             0 kB
AnonPages:        537904 kB
Mapped:            17956 kB
Shmem:                 0 kB
Slab:             727184 kB
SReclaimable:     171416 kB
SUnreclaim:       555768 kB
KernelStack:        1760 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     976692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 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= 71360 MiB
End job on node126 at 2012-05-29 03:17:54