Trace number 3718132

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 14.8027 12.9084

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222257--soft-33-100-0.wbo
MD5SUMf911862f5398bb5461d300f11ba5c15b
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark0.871867
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 constraints69
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 3204
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 3203
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1262
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120528
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3718132-1338251781.wbo
0.09/0.11	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.056s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     238
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
0.09/0.17	c ignored satisfied constraints => 1
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
0.09/0.17	c 102 constraints processed.
0.09/0.17	c objective function length is 69 literals
0.25/0.23	c SATISFIABLE
0.25/0.23	c OPTIMIZING...
0.25/0.23	c Got one! Elapsed wall clock time (in seconds):0.117
0.25/0.23	o 811
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.146
0.25/0.26	o 797
0.25/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.25/0.26	o 600
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.171
0.25/0.28	o 595
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.25/0.29	o 586
0.54/0.30	c Got one! Elapsed wall clock time (in seconds):0.191
0.54/0.30	o 583
0.54/0.32	c Got one! Elapsed wall clock time (in seconds):0.204
0.54/0.32	o 580
0.54/0.33	c Got one! Elapsed wall clock time (in seconds):0.222
0.54/0.33	o 565
0.54/0.34	c Got one! Elapsed wall clock time (in seconds):0.226
0.54/0.34	o 553
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.238
0.54/0.35	o 549
0.54/0.35	c Got one! Elapsed wall clock time (in seconds):0.242
0.54/0.35	o 519
0.54/0.37	c Got one! Elapsed wall clock time (in seconds):0.255
0.54/0.37	o 496
0.54/0.38	c Got one! Elapsed wall clock time (in seconds):0.273
0.54/0.38	o 493
0.54/0.39	c Got one! Elapsed wall clock time (in seconds):0.277
0.54/0.39	o 491
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.29
0.69/0.40	o 489
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.293
0.69/0.40	o 476
0.69/0.42	c Got one! Elapsed wall clock time (in seconds):0.304
0.69/0.42	o 307
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.337
0.69/0.45	o 305
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.69/0.46	o 252
0.69/0.47	c Got one! Elapsed wall clock time (in seconds):0.354
0.69/0.47	o 246
0.83/0.50	c Got one! Elapsed wall clock time (in seconds):0.386
0.83/0.50	o 245
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.411
0.83/0.52	o 182
0.83/0.57	c Got one! Elapsed wall clock time (in seconds):0.458
0.83/0.57	o 180
0.96/0.60	c Got one! Elapsed wall clock time (in seconds):0.491
0.96/0.60	o 174
0.96/0.67	c cleaning 5361 clauses out of 10723 with flag 3483/10723
1.12/0.71	c Got one! Elapsed wall clock time (in seconds):0.596
1.12/0.71	o 173
1.12/0.76	c Got one! Elapsed wall clock time (in seconds):0.649
1.12/0.76	o 171
1.22/0.82	c Got one! Elapsed wall clock time (in seconds):0.71
1.22/0.82	o 161
1.22/0.86	c cleaning 5617 clauses out of 11234 with flag 3577/16595
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.785
1.35/0.90	o 125
1.35/0.95	c Got one! Elapsed wall clock time (in seconds):0.838
1.35/0.95	o 117
1.47/1.01	c Got one! Elapsed wall clock time (in seconds):0.893
1.47/1.01	o 114
1.47/1.03	c Got one! Elapsed wall clock time (in seconds):0.918
1.47/1.03	o 113
1.47/1.08	c Got one! Elapsed wall clock time (in seconds):0.964
1.47/1.08	o 111
1.58/1.18	c cleaning 6967 clauses out of 13937 with flag 7284/24915
1.77/1.22	c Got one! Elapsed wall clock time (in seconds):1.107
1.77/1.22	o 110
2.19/1.40	c cleaning 6374 clauses out of 12760 with flag 19797/30705
2.39/1.50	c Got one! Elapsed wall clock time (in seconds):1.389
2.39/1.50	o 109
2.39/1.51	c Got one! Elapsed wall clock time (in seconds):1.4
2.39/1.51	o 107
2.39/1.58	c Got one! Elapsed wall clock time (in seconds):1.472
2.39/1.58	o 104
2.57/1.63	c cleaning 6177 clauses out of 12377 with flag 4381/36696
2.76/1.73	c Got one! Elapsed wall clock time (in seconds):1.618
2.76/1.73	o 103
2.96/1.84	c cleaning 6060 clauses out of 12141 with flag 13562/42637
3.37/2.05	c cleaning 6034 clauses out of 12081 with flag 38545/48637
3.37/2.08	c Got one! Elapsed wall clock time (in seconds):1.968
3.37/2.08	o 98
3.37/2.09	c Got one! Elapsed wall clock time (in seconds):1.976
3.37/2.09	o 95
3.48/2.12	c Got one! Elapsed wall clock time (in seconds):2.013
3.48/2.12	o 89
3.48/2.19	c Got one! Elapsed wall clock time (in seconds):2.074
3.48/2.19	o 87
3.66/2.29	c cleaning 6434 clauses out of 12869 with flag 12560/55459
3.79/2.34	c Got one! Elapsed wall clock time (in seconds):2.225
3.79/2.34	o 86
3.89/2.47	c cleaning 5843 clauses out of 11695 with flag 17870/60719
3.99/2.58	c Got one! Elapsed wall clock time (in seconds):2.466
3.99/2.58	o 84
4.11/2.65	c cleaning 5569 clauses out of 11143 with flag 9456/66010
4.33/2.86	c cleaning 5785 clauses out of 11576 with flag 33658/72012
4.44/2.99	c Got one! Elapsed wall clock time (in seconds):2.881
4.44/2.99	o 80
4.54/3.03	c Got one! Elapsed wall clock time (in seconds):2.918
4.54/3.03	o 76
4.54/3.07	c cleaning 5866 clauses out of 11737 with flag 4161/77958
4.66/3.10	c Got one! Elapsed wall clock time (in seconds):2.992
4.66/3.10	o 74
4.66/3.17	c Got one! Elapsed wall clock time (in seconds):3.057
4.66/3.17	o 69
4.76/3.27	c cleaning 5687 clauses out of 11384 with flag 13464/83471
4.89/3.37	c Got one! Elapsed wall clock time (in seconds):3.261
4.89/3.37	o 43
4.99/3.48	c cleaning 5821 clauses out of 11652 with flag 14290/89426
5.10/3.59	c Got one! Elapsed wall clock time (in seconds):3.481
5.10/3.59	o 40
5.20/3.66	c cleaning 5699 clauses out of 11414 with flag 9042/95009
5.43/3.86	c cleaning 5857 clauses out of 11714 with flag 34551/101008
5.63/4.06	c cleaning 6426 clauses out of 12858 with flag 58647/108009
5.83/4.30	c cleaning 7206 clauses out of 14432 with flag 87315/116009
6.16/4.53	c Got one! Elapsed wall clock time (in seconds):4.415
6.16/4.53	o 39
6.26/4.61	c Got one! Elapsed wall clock time (in seconds):4.495
6.26/4.61	o 38
6.36/4.73	c cleaning 9884 clauses out of 19788 with flag 16241/128571
6.57/4.93	c cleaning 7952 clauses out of 15905 with flag 42175/134572
6.77/5.15	c cleaning 7470 clauses out of 14952 with flag 69345/141571
6.98/5.39	c cleaning 7741 clauses out of 15483 with flag 98758/149572
7.28/5.67	c cleaning 8369 clauses out of 16740 with flag 133428/158571
7.52/5.82	c Got one! Elapsed wall clock time (in seconds):5.71
7.52/5.82	o 37
7.52/5.86	c cleaning 6996 clauses out of 14006 with flag 5048/164207
7.72/6.07	c cleaning 6489 clauses out of 13010 with flag 34505/170207
7.92/6.27	c cleaning 6759 clauses out of 13521 with flag 64911/177207
8.13/6.43	c Got one! Elapsed wall clock time (in seconds):6.322
8.13/6.43	o 36
8.33/6.61	c cleaning 9052 clauses out of 18130 with flag 24358/188576
8.53/6.82	c cleaning 7524 clauses out of 15078 with flag 53933/194576
8.73/7.04	c cleaning 7272 clauses out of 14555 with flag 85438/201577
8.83/7.11	c Got one! Elapsed wall clock time (in seconds):7.0
8.83/7.11	o 33
8.93/7.21	c cleaning 6349 clauses out of 12715 with flag 13449/207009
9.03/7.38	c cleaning 6180 clauses out of 12366 with flag 37837/213009
9.13/7.42	c Got one! Elapsed wall clock time (in seconds):7.308
9.13/7.42	o 32
9.23/7.54	c cleaning 5654 clauses out of 11337 with flag 19709/218160
9.34/7.68	c Got one! Elapsed wall clock time (in seconds):7.567
9.34/7.68	o 31
9.44/7.72	c cleaning 5743 clauses out of 11500 with flag 5280/223977
9.64/7.91	c cleaning 5879 clauses out of 11759 with flag 31717/229979
9.75/8.02	c Got one! Elapsed wall clock time (in seconds):7.911
9.75/8.02	o 28
9.75/8.06	c cleaning 5565 clauses out of 11138 with flag 5288/235239
9.95/8.25	c cleaning 5775 clauses out of 11573 with flag 34735/241239
10.15/8.47	c cleaning 6393 clauses out of 12799 with flag 66754/248240
10.35/8.69	c cleaning 7195 clauses out of 14404 with flag 99305/256239
10.66/8.93	c Got one! Elapsed wall clock time (in seconds):8.821
10.66/8.93	o 12
10.86/9.12	c cleaning 10465 clauses out of 20946 with flag 26373/269976
11.06/9.33	c cleaning 8237 clauses out of 16482 with flag 55231/275977
11.26/9.55	c cleaning 7620 clauses out of 15248 with flag 88103/282980
11.59/9.81	c cleaning 7806 clauses out of 15623 with flag 125821/290976
11.78/10.09	c cleaning 8404 clauses out of 16816 with flag 166877/299977
12.18/10.40	c cleaning 9200 clauses out of 18409 with flag 213652/309976
12.48/10.76	c cleaning 10103 clauses out of 20208 with flag 265982/320976
12.59/10.84	c Got one! Elapsed wall clock time (in seconds):10.731
12.59/10.84	o 11
12.70/10.96	c cleaning 7837 clauses out of 15685 with flag 17471/326558
12.90/11.17	c cleaning 6922 clauses out of 13850 with flag 48820/332560
13.20/11.42	c cleaning 6950 clauses out of 13927 with flag 85760/339559
13.40/11.68	c cleaning 7477 clauses out of 14977 with flag 125660/347559
13.70/11.99	c cleaning 8247 clauses out of 16499 with flag 169489/356558
14.01/12.20	c Got one! Elapsed wall clock time (in seconds):12.089
14.01/12.20	o 9
14.11/12.31	c Got one! Elapsed wall clock time (in seconds):12.201
14.11/12.31	o 8
14.21/12.41	c cleaning 10366 clauses out of 20738 with flag 10558/369046
14.41/12.64	c cleaning 8180 clauses out of 16368 with flag 43400/375045
14.61/12.88	c cleaning 7593 clauses out of 15185 with flag 79870/382045
14.71/12.90	c starts		: 193
14.71/12.90	c conflicts		: 382200
14.71/12.90	c decisions		: 589923
14.71/12.90	c propagations		: 8228511
14.71/12.90	c inspects		: 77551565
14.71/12.90	c shortcuts		: 0
14.71/12.90	c learnt literals	: 28
14.71/12.90	c learnt binary clauses	: 61
14.71/12.90	c learnt ternary clauses	: 572
14.71/12.90	c learnt constraints	: 382171
14.71/12.90	c ignored constraints	: 0
14.71/12.90	c root simplifications	: 0
14.71/12.90	c removed literals (reason simplification)	: 0
14.71/12.90	c reason swapping (by a shorter reason)	: 0
14.71/12.90	c Calls to reduceDB	: 53
14.71/12.90	c Number of update (reduction) of LBD	: 100991
14.71/12.90	c number of reductions to clauses (during analyze)	: 0
14.71/12.90	c number of learned constraints concerned by reduction	: 0
14.71/12.90	c number of learning phase by resolution	: 0
14.71/12.90	c number of learning phase by cutting planes	: 0
14.71/12.90	c speed (assignments/second)	: 646488.9220615965
14.71/12.90	c non guided choices	2078
14.71/12.90	c learnt constraints type 
14.71/12.90	c constraints type 
14.71/12.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
14.71/12.90	c org.sat4j.minisat.constraints.card.MinWatchCard => 20
14.71/12.90	c ignored satisfied constraints => 1
14.71/12.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
14.71/12.90	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 51
14.71/12.90	c 102 constraints processed.
14.71/12.90	s OPTIMUM FOUND
14.71/12.90	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 
14.71/12.90	c objective function=8
14.71/12.90	c Total wall clock time (in seconds): 12.789

Verifier Data

OK	8

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-3718132-1338251781/watcher-3718132-1338251781 -o /tmp/evaluation-result-3718132-1338251781/solver-3718132-1338251781 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718132-1338251781.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.68 1.79 3/194 13816
/proc/meminfo: memFree=29564260/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 291302240 94019584 917 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 22954 917 697 9 0 16769 0
[pid=13816/tid=13817] ppid=13814 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) D 13814 13816 13069 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 291302241 94019584 917 33554432000 1073741824 1073778376 140736626570096 139940796640808 251043867943 0 0 4096 0 18446744072100609316 0 0 -1 2 0 0 0 0 0

[startup+0.0991889 s]
/proc/loadavg: 2.00 1.68 1.79 3/194 13816
/proc/meminfo: memFree=29564260/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 4273 0 1 0 8 1 0 0 20 0 18 0 291302240 9787817984 5472 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2389604 5472 2109 9 0 2380296 0
[pid=13816/tid=13817] ppid=13814 vsize=9558416 CPUtime=0.06 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2329 0 1 0 5 1 0 0 20 0 18 0 291302241 9787817984 5472 33554432000 1073741824 1073778376 140736626570096 139940796644272 139940794517157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.100226 s]
/proc/loadavg: 2.00 1.68 1.79 3/194 13816
/proc/meminfo: memFree=29564260/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9558416 CPUtime=0.09 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 4279 0 1 0 8 1 0 0 20 0 18 0 291302240 9787817984 5478 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2389604 5478 2109 9 0 2380296 0
[pid=13816/tid=13817] ppid=13814 vsize=9558416 CPUtime=0.07 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2335 0 1 0 5 2 0 0 20 0 18 0 291302241 9787817984 5478 33554432000 1073741824 1073778376 140736626570096 139940796644272 139940803653965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300249 s]
/proc/loadavg: 2.00 1.68 1.79 3/194 13816
/proc/meminfo: memFree=29564260/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=0.54 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 7264 0 1 0 52 2 0 0 20 0 19 0 291302240 9855979520 7676 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 7676 2234 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2448 0 1 0 25 2 0 0 20 0 19 0 291302241 9855979520 7676 33554432000 1073741824 1073778376 140736626570096 139940796637632 139940654906723 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9624980

[startup+0.700232 s]
/proc/loadavg: 2.00 1.68 1.79 3/194 13816
/proc/meminfo: memFree=29564260/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=1.12 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 8016 0 1 0 110 2 0 0 20 0 19 0 291302240 9855979520 10130 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 10130 2271 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=0.66 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2454 0 1 0 64 2 0 0 20 0 19 0 291302241 9855979520 10130 33554432000 1073741824 1073778376 140736626570096 139940796645784 139940654998781 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9624980

[startup+1.50069 s]
/proc/loadavg: 2.16 1.71 1.80 3/213 13835
/proc/meminfo: memFree=29529596/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=2.39 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 15418 0 1 0 235 4 0 0 20 0 19 0 291302240 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 15860 2272 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=1.42 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2455 0 1 0 140 2 0 0 20 0 19 0 291302241 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940796645784 139940654984578 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13819] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13819/stat : 13819 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940774747176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13820] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13820/stat : 13820 (java) S 13814 13816 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940773694376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13821] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13821/stat : 13821 (java) S 13814 13816 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940570589992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13822] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13822/stat : 13822 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940569537192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13823] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13823/stat : 13823 (java) S 13814 13816 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940568484392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13824] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13824/stat : 13824 (java) S 13814 13816 13069 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940567431592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13825] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13825/stat : 13825 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940566378792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13826] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13826/stat : 13826 (java) S 13814 13816 13069 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940565325992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13827] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13827/stat : 13827 (java) S 13814 13816 13069 0 -1 4202560 64 0 0 0 2 0 0 0 20 0 19 0 291302243 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940553128936 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13828] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13828/stat : 13828 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940552075000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13829] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13829/stat : 13829 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940551022088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13830] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13830/stat : 13830 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940549970576 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13831] ppid=13814 vsize=9624980 CPUtime=0.31 cores=0,2,4,6
/proc/13816/task/13831/stat : 13831 (java) S 13814 13816 13069 0 -1 4202560 2589 0 0 0 31 0 0 0 20 0 19 0 291302246 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940548917688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13832] ppid=13814 vsize=9624980 CPUtime=0.55 cores=0,2,4,6
/proc/13816/task/13832/stat : 13832 (java) R 13814 13816 13069 0 -1 4202560 9086 0 0 0 54 1 0 0 20 0 19 0 291302246 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940547852168 139940803632395 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13833] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13833/stat : 13833 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940546812280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13834] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13834/stat : 13834 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940545759688 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13835] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13835/stat : 13835 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302258 9855979520 15860 33554432000 1073741824 1073778376 140736626570096 139940544706216 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.39
Current children cumulated vsize (KiB) 9624980

[startup+3.10058 s]
/proc/loadavg: 2.16 1.71 1.80 3/213 13835
/proc/meminfo: memFree=29502748/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=4.66 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 21856 0 1 0 461 5 0 0 20 0 19 0 291302240 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 17476 2273 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=2.94 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2462 0 1 0 292 2 0 0 20 0 19 0 291302241 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940796645784 139940654970778 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13819] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13819/stat : 13819 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940774747176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13820] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13820/stat : 13820 (java) S 13814 13816 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940773694376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13821] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13821/stat : 13821 (java) S 13814 13816 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940570589992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13822] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13822/stat : 13822 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940569537192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13823] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13823/stat : 13823 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940568484392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13824] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13824/stat : 13824 (java) S 13814 13816 13069 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940567431592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13825] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13825/stat : 13825 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940566378792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13826] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13826/stat : 13826 (java) S 13814 13816 13069 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291302242 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940565325992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13827] ppid=13814 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/13816/task/13827/stat : 13827 (java) S 13814 13816 13069 0 -1 4202560 64 0 0 0 9 0 0 0 20 0 19 0 291302243 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940553128936 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13828] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13828/stat : 13828 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940552075000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13829] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13829/stat : 13829 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940551022088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13830] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13830/stat : 13830 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940549970576 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13831] ppid=13814 vsize=9624980 CPUtime=0.86 cores=0,2,4,6
/proc/13816/task/13831/stat : 13831 (java) S 13814 13816 13069 0 -1 4202560 8440 0 0 0 84 2 0 0 20 0 19 0 291302246 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940548917688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13832] ppid=13814 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/13816/task/13832/stat : 13832 (java) S 13814 13816 13069 0 -1 4202560 9661 0 0 0 62 2 0 0 20 0 19 0 291302246 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940547864888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13833] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13833/stat : 13833 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940546812280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13834] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13834/stat : 13834 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940545759688 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13835] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13835/stat : 13835 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302258 9855979520 17476 33554432000 1073741824 1073778376 140736626570096 139940544706216 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.66
Current children cumulated vsize (KiB) 9624980

[startup+6.3006 s]
/proc/loadavg: 2.14 1.72 1.81 4/213 13892
/proc/meminfo: memFree=29503852/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=8.03 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 21885 0 1 0 798 5 0 0 20 0 19 0 291302240 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 16134 2274 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=5.94 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2474 0 1 0 592 2 0 0 20 0 19 0 291302241 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940796645664 139940654954976 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13819] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13819/stat : 13819 (java) S 13814 13816 13069 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940774747176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13820] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13820/stat : 13820 (java) S 13814 13816 13069 0 -1 4202560 3 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940773694376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13821] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13821/stat : 13821 (java) S 13814 13816 13069 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940570589992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13822] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13822/stat : 13822 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940569537192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13823] ppid=13814 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13816/task/13823/stat : 13823 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940568484392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13824] ppid=13814 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/13816/task/13824/stat : 13824 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940567431592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13825] ppid=13814 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13816/task/13825/stat : 13825 (java) S 13814 13816 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940566378792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13826] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13826/stat : 13826 (java) S 13814 13816 13069 0 -1 4202560 6 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940565325992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13827] ppid=13814 vsize=9624980 CPUtime=0.22 cores=0,2,4,6
/proc/13816/task/13827/stat : 13827 (java) S 13814 13816 13069 0 -1 4202560 64 0 0 0 22 0 0 0 20 0 19 0 291302243 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940553128936 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13828] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13828/stat : 13828 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940552075000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13829] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13829/stat : 13829 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940551022088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13830] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13830/stat : 13830 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940549970576 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13831] ppid=13814 vsize=9624980 CPUtime=0.91 cores=0,2,4,6
/proc/13816/task/13831/stat : 13831 (java) S 13814 13816 13069 0 -1 4202560 8443 0 0 0 89 2 0 0 20 0 19 0 291302246 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940548917688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13832] ppid=13814 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/13816/task/13832/stat : 13832 (java) S 13814 13816 13069 0 -1 4202560 9661 0 0 0 62 2 0 0 20 0 19 0 291302246 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940547864888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13833] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13833/stat : 13833 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940546812280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13834] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13834/stat : 13834 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940545759688 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13835] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13835/stat : 13835 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302258 9855979520 16134 33554432000 1073741824 1073778376 140736626570096 139940544706216 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.03
Current children cumulated vsize (KiB) 9624980

[startup+12.7006 s]
/proc/loadavg: 2.05 1.71 1.80 3/213 13892
/proc/meminfo: memFree=29488272/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=14.51 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 21923 0 1 0 1445 6 0 0 20 0 19 0 291302240 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 15174 2274 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=12.06 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2500 0 1 0 1204 2 0 0 20 0 19 0 291302241 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940796645784 139940655002944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13819] ppid=13814 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13816/task/13819/stat : 13819 (java) S 13814 13816 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940774747176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13820] ppid=13814 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13816/task/13820/stat : 13820 (java) S 13814 13816 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940773694376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13821] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13821/stat : 13821 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940570589992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13822] ppid=13814 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/13816/task/13822/stat : 13822 (java) S 13814 13816 13069 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940569537192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13823] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13823/stat : 13823 (java) S 13814 13816 13069 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940568484392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13824] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13824/stat : 13824 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940567431592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13825] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13825/stat : 13825 (java) S 13814 13816 13069 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940566378792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13826] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13826/stat : 13826 (java) S 13814 13816 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940565325992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13827] ppid=13814 vsize=9624980 CPUtime=0.45 cores=0,2,4,6
/proc/13816/task/13827/stat : 13827 (java) S 13814 13816 13069 0 -1 4202560 64 0 0 0 45 0 0 0 20 0 19 0 291302243 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940553128936 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13828] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13828/stat : 13828 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940552075000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13829] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13829/stat : 13829 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940551022088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13830] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13830/stat : 13830 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940549970576 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13831] ppid=13814 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/13816/task/13831/stat : 13831 (java) S 13814 13816 13069 0 -1 4202560 8443 0 0 0 91 2 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940548917688 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13832] ppid=13814 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/13816/task/13832/stat : 13832 (java) S 13814 13816 13069 0 -1 4202560 9661 0 0 0 62 2 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940547864888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13833] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13833/stat : 13833 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940546812280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13834] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13834/stat : 13834 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940545759688 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13835] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13835/stat : 13835 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302258 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940544706216 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.51
Current children cumulated vsize (KiB) 9624980

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

[startup+12.9006 s]
/proc/loadavg: 2.05 1.71 1.80 3/213 13892
/proc/meminfo: memFree=29488272/32873648 swapFree=7368/7368
[pid=13816] ppid=13814 vsize=9624980 CPUtime=14.71 cores=0,2,4,6
/proc/13816/stat : 13816 (java) S 13814 13816 13069 0 -1 4202496 21924 0 1 0 1465 6 0 0 20 0 19 0 291302240 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 140736626561232 251056390205 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/13816/statm: 2406245 15174 2274 9 0 2396937 0
[pid=13816/tid=13817] ppid=13814 vsize=9624980 CPUtime=12.25 cores=0,2,4,6
/proc/13816/task/13817/stat : 13817 (java) R 13814 13816 13069 0 -1 4202560 2501 0 1 0 1223 2 0 0 20 0 19 0 291302241 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940796645624 139940654749628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13819] ppid=13814 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13816/task/13819/stat : 13819 (java) S 13814 13816 13069 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940774747176 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13816/tid=13820] ppid=13814 vsize=9624980 CPUtime=0.03 cores=0,2,4,6
/proc/13816/task/13820/stat : 13820 (java) S 13814 13816 13069 0 -1 4202560 4 0 0 0 3 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940773694376 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13821] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13821/stat : 13821 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940570589992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13822] ppid=13814 vsize=9624980 CPUtime=0.05 cores=0,2,4,6
/proc/13816/task/13822/stat : 13822 (java) S 13814 13816 13069 0 -1 4202560 18 0 0 0 5 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940569537192 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13823] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13823/stat : 13823 (java) S 13814 13816 13069 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940568484392 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13824] ppid=13814 vsize=9624980 CPUtime=0.02 cores=0,2,4,6
/proc/13816/task/13824/stat : 13824 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940567431592 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13825] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13825/stat : 13825 (java) S 13814 13816 13069 0 -1 4202560 6 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940566378792 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13816/tid=13826] ppid=13814 vsize=9624980 CPUtime=0.04 cores=0,2,4,6
/proc/13816/task/13826/stat : 13826 (java) S 13814 13816 13069 0 -1 4202560 9 0 0 0 4 0 0 0 20 0 19 0 291302242 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940565325992 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13827] ppid=13814 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/13816/task/13827/stat : 13827 (java) S 13814 13816 13069 0 -1 4202560 64 0 0 0 46 0 0 0 20 0 19 0 291302243 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940553128936 251056404393 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13828] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13828/stat : 13828 (java) S 13814 13816 13069 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940552075000 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13829] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13829/stat : 13829 (java) S 13814 13816 13069 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291302244 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940551022088 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13830] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13830/stat : 13830 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940549970576 251056412448 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13831] ppid=13814 vsize=9624980 CPUtime=0.93 cores=0,2,4,6
/proc/13816/task/13831/stat : 13831 (java) R 13814 13816 13069 0 -1 4202560 8443 0 0 0 91 2 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940548917688 251056403516 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13832] ppid=13814 vsize=9624980 CPUtime=0.64 cores=0,2,4,6
/proc/13816/task/13832/stat : 13832 (java) S 13814 13816 13069 0 -1 4202560 9661 0 0 0 62 2 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940547864888 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13833] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13833/stat : 13833 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940546812280 251056403516 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13816/tid=13834] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13834/stat : 13834 (java) S 13814 13816 13069 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291302246 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940545759688 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13816/tid=13835] ppid=13814 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/13816/task/13835/stat : 13835 (java) S 13814 13816 13069 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291302258 9855979520 15174 33554432000 1073741824 1073778376 140736626570096 139940544706216 251056404393 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.71
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 12.9084
CPU time (s): 14.8027
CPU user time (s): 14.6188
CPU system time (s): 0.183972
CPU usage (%): 114.675
Max. virtual memory (cumulated for all children) (KiB): 9626884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.6188
system time used= 0.183972
maximum resident set size= 74076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21941
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= 1966
involuntary context switches= 1589

runsolver used 0.036994 second user time and 0.065989 second system time

The end

Launcher Data

Begin job on node149 at 2012-05-29 02:36:21
IDJOB=3718132
IDBENCH=78874
IDSOLVER=2301
FILE ID=node149/3718132-1338251781
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.1111222257--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718132-1338251781/watcher-3718132-1338251781 -o /tmp/evaluation-result-3718132-1338251781/solver-3718132-1338251781 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718132-1338251781.wbo

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

MD5SUM BENCH= f911862f5398bb5461d300f11ba5c15b
RANDOM SEED=546048408

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:        29564508 kB
Buffers:          641288 kB
Cached:          1748528 kB
SwapCached:         2476 kB
Active:          1185616 kB
Inactive:        1285240 kB
Active(anon):      64072 kB
Inactive(anon):     9368 kB
Active(file):    1121544 kB
Inactive(file):  1275872 kB
Unevictable:        7368 kB
Mlocked:            7368 kB
SwapTotal:      67108856 kB
SwapFree:       67104884 kB
Dirty:               244 kB
Writeback:             0 kB
AnonPages:        100784 kB
Mapped:            22504 kB
Shmem:                96 kB
Slab:             701976 kB
SReclaimable:     144920 kB
SUnreclaim:       557056 kB
KernelStack:        1760 kB
PageTables:         4652 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 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:36:34