Trace number 4091962

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 2.3.6 Res+CP PB16MSAT (TO) 1800.04 1786.14

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
MD5SUM87777454fd73e41b31dd9b36586c9c7c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark23.8904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1863
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
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-2013 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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4091962-1467319268.wbo
0.10/0.11	c reading problem ... 
0.47/0.33	c ... done. Wall clock time 0.22s.
0.47/0.33	c declared #vars     231
0.47/0.33	c internal #vars     2094
0.47/0.33	c #constraints  2707
0.47/0.33	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.47/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.47/0.33	c constraints type 
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 83
0.47/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2601
0.47/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5
0.47/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 18
0.47/0.33	c 2707 constraints processed.
0.47/0.33	c objective function length is 1863 literals
0.74/0.45	c And the winner is solver0
1.09/0.83	c SATISFIABLE
1.09/0.83	c OPTIMIZING...
1.09/0.83	c Got one! Elapsed wall clock time (in seconds):0.726
1.09/0.83	o 717
1.09/0.88	c And the winner is solver0
1.61/1.36	c Got one! Elapsed wall clock time (in seconds):1.25
1.61/1.36	o 371
1.61/1.38	c And the winner is solver0
1.77/1.87	c Got one! Elapsed wall clock time (in seconds):1.759
1.77/1.87	o 355
1.77/1.88	c And the winner is solver0
1.84/2.37	c Got one! Elapsed wall clock time (in seconds):2.266
1.84/2.37	o 325
1.84/2.39	c And the winner is solver0
1.89/2.88	c Got one! Elapsed wall clock time (in seconds):2.772
1.89/2.88	o 297
1.93/2.90	c And the winner is solver0
2.01/3.39	c Got one! Elapsed wall clock time (in seconds):3.278
2.01/3.39	o 291
2.01/3.40	c And the winner is solver0
2.02/3.89	c Got one! Elapsed wall clock time (in seconds):3.782
2.02/3.89	o 280
2.03/3.97	c And the winner is solver0
2.42/4.40	c Got one! Elapsed wall clock time (in seconds):4.286
2.42/4.40	o 277
2.45/4.42	c And the winner is solver0
2.48/4.90	c Got one! Elapsed wall clock time (in seconds):4.795
2.48/4.90	o 276
2.48/4.92	c And the winner is solver0
2.53/5.41	c Got one! Elapsed wall clock time (in seconds):5.298
2.53/5.41	o 275
2.53/5.46	c And the winner is solver0
2.64/5.91	c Got one! Elapsed wall clock time (in seconds):5.801
2.64/5.91	o 273
2.64/5.93	c And the winner is solver0
2.66/6.41	c Got one! Elapsed wall clock time (in seconds):6.304
2.66/6.41	o 250
2.66/6.42	c And the winner is solver0
2.67/6.92	c Got one! Elapsed wall clock time (in seconds):6.807
2.67/6.92	o 248
2.67/6.94	c And the winner is solver0
2.80/7.42	c Got one! Elapsed wall clock time (in seconds):7.31
2.80/7.42	o 246
2.80/7.45	c And the winner is solver0
2.86/7.92	c Got one! Elapsed wall clock time (in seconds):7.813
2.86/7.92	o 230
2.86/7.98	c And the winner is solver0
2.99/8.42	c Got one! Elapsed wall clock time (in seconds):8.316
2.99/8.42	o 227
3.15/8.50	c And the winner is solver0
3.18/8.93	c Got one! Elapsed wall clock time (in seconds):8.818
3.18/8.93	o 218
3.18/8.94	c And the winner is solver0
3.22/9.43	c Got one! Elapsed wall clock time (in seconds):9.321
3.22/9.43	o 217
3.22/9.44	c And the winner is solver0
3.23/9.93	c Got one! Elapsed wall clock time (in seconds):9.824
3.23/9.93	o 208
3.23/9.94	c And the winner is solver0
3.24/10.44	c Got one! Elapsed wall clock time (in seconds):10.327
3.24/10.44	o 200
3.24/10.46	c And the winner is solver0
3.30/10.94	c Got one! Elapsed wall clock time (in seconds):10.829
3.30/10.94	o 192
3.44/11.05	c And the winner is solver0
3.64/11.44	c Got one! Elapsed wall clock time (in seconds):11.332
3.64/11.44	o 190
3.64/11.45	c And the winner is solver0
3.66/11.94	c Got one! Elapsed wall clock time (in seconds):11.835
3.66/11.94	o 173
3.66/11.95	c And the winner is solver0
3.68/12.45	c Got one! Elapsed wall clock time (in seconds):12.337
3.68/12.45	o 156
3.68/12.46	c And the winner is solver0
3.71/12.95	c Got one! Elapsed wall clock time (in seconds):12.84
3.71/12.95	o 123
3.71/12.98	c And the winner is solver0
3.78/13.45	c Got one! Elapsed wall clock time (in seconds):13.343
3.78/13.45	o 86
4.08/13.66	c And the winner is solver0
4.27/13.95	c Got one! Elapsed wall clock time (in seconds):13.846
4.27/13.95	o 83
4.27/13.98	c And the winner is solver0
4.32/14.46	c Got one! Elapsed wall clock time (in seconds):14.35
4.32/14.46	o 77
4.39/14.56	c And the winner is solver0
4.54/14.96	c Got one! Elapsed wall clock time (in seconds):14.854
4.54/14.96	o 76
4.64/15.01	c And the winner is solver0
4.68/15.47	c Got one! Elapsed wall clock time (in seconds):15.358
4.68/15.47	o 74
4.68/15.49	c And the winner is solver0
4.73/15.97	c Got one! Elapsed wall clock time (in seconds):15.862
4.73/15.97	o 67
4.98/16.19	c And the winner is solver0
5.19/16.48	c Got one! Elapsed wall clock time (in seconds):16.367
5.19/16.48	o 65
5.24/16.57	c And the winner is solver0
5.44/16.98	c Got one! Elapsed wall clock time (in seconds):16.872
5.44/16.98	o 63
5.68/17.17	c cleaning 5422 clauses out of 10859 with flag 6147/10859
5.68/17.19	c And the winner is solver0
5.93/17.49	c Got one! Elapsed wall clock time (in seconds):17.378
5.93/17.49	o 56
5.94/17.50	c And the winner is solver0
11.37/22.64	c Got one! Elapsed wall clock time (in seconds):22.529
11.37/22.64	o 54
11.37/22.68	c And the winner is solver0
11.48/23.15	c Got one! Elapsed wall clock time (in seconds):23.038
11.48/23.15	o 48
11.48/23.16	c And the winner is solver0
496.56/503.02	c cleaning 0 clauses out of 6134 with flag 0/6158
1650.41/1637.92	c cleaning 0 clauses out of 12135 with flag 0/12159
1800.04/1786.10	c >>>>>>>>>> Solver number 0 (37 answers) <<<<<<<<<<<<<<<<<<
1800.04/1786.10	c starts		: 75
1800.04/1786.10	c conflicts		: 11439
1800.04/1786.10	c decisions		: 100390
1800.04/1786.10	c propagations		: 2407533
1800.04/1786.10	c inspects		: 9173125
1800.04/1786.10	c shortcuts		: 0
1800.04/1786.10	c learnt literals	: 0
1800.04/1786.10	c learnt binary clauses	: 0
1800.04/1786.10	c learnt ternary clauses	: 3
1800.04/1786.10	c learnt constraints	: 11439
1800.04/1786.10	c ignored constraints	: 0
1800.04/1786.10	c root simplifications	: 0
1800.04/1786.10	c removed literals (reason simplification)	: 20112
1800.04/1786.10	c reason swapping (by a shorter reason)	: 0
1800.04/1786.10	c Calls to reduceDB	: 1
1800.04/1786.10	c Number of update (reduction) of LBD	: 5955
1800.04/1786.10	c Imported unit clauses	: 0
1800.04/1786.10	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.10	c number of learned constraints concerned by reduction	: 0
1800.04/1786.10	c number of learning phase by resolution	: 0
1800.04/1786.10	c number of learning phase by cutting planes	: 0
1800.04/1786.10	c speed (assignments/second)	: 1348.1854764195373
1800.04/1786.10	c non guided choices	3945
1800.04/1786.11	c learnt constraints type 
1800.04/1786.11	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6017
1800.04/1786.11	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.04/1786.11	c starts		: 77
1800.04/1786.11	c conflicts		: 12613
1800.04/1786.11	c decisions		: 256372
1800.04/1786.11	c propagations		: 1696762
1800.04/1786.11	c inspects		: 678358310
1800.04/1786.11	c shortcuts		: 0
1800.04/1786.11	c learnt literals	: 0
1800.04/1786.11	c learnt binary clauses	: 0
1800.04/1786.11	c learnt ternary clauses	: 0
1800.04/1786.11	c learnt constraints	: 12588
1800.04/1786.11	c ignored constraints	: 0
1800.04/1786.11	c root simplifications	: 0
1800.04/1786.11	c removed literals (reason simplification)	: 0
1800.04/1786.11	c reason swapping (by a shorter reason)	: 0
1800.04/1786.11	c Calls to reduceDB	: 2
1800.04/1786.11	c Number of update (reduction) of LBD	: 0
1800.04/1786.11	c Imported unit clauses	: 0
1800.04/1786.11	c number of reductions to clauses (during analyze)	: 0
1800.04/1786.11	c number of learned constraints concerned by reduction	: 0
1800.04/1786.11	c number of learning phase by resolution	: 0
1800.04/1786.11	c number of learning phase by cutting planes	: 0
1800.04/1786.11	c speed (assignments/second)	: 962.4615698775908
1800.04/1786.11	c non guided choices	4430
1800.04/1786.11	c learnt constraints type 
1800.04/1786.11	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 937
1800.04/1786.11	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 18
1800.04/1786.11	c org.sat4j.pb.constraints.pb.MaxWatchPb => 11633
1800.04/1786.11	s SATISFIABLE
1800.04/1786.11	c Found 36 solution(s)
1800.04/1786.11	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
1800.04/1786.11	c objective function=48
1800.04/1786.11	c Total wall clock time (in seconds): 1786.005

Verifier Data

OK	48

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4091962-1467319268/watcher-4091962-1467319268 -o /tmp/evaluation-result-4091962-1467319268/solver-4091962-1467319268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4091962-1467319268.wbo 

pid=10622
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.70 1.35 1.52 2/196 10625
/proc/meminfo: memFree=29804132/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 1252 0 0 0 0 0 0 0 20 0 2 0 12879330 91889664 894 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 22434 894 678 9 0 16769 0
[pid=10625/tid=10626] ppid=10622 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) D 10622 10625 21085 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 12879331 94019584 917 33554432000 1073741824 1073778376 140733771652736 139904618192424 273896533287 0 0 4096 0 18446744072100756772 0 0 -1 1 0 0 0 0 0

[startup+0.100165 s]
/proc/loadavg: 1.70 1.35 1.52 2/196 10625
/proc/meminfo: memFree=29804132/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 4471 0 1 0 8 2 0 0 20 0 18 0 12879330 9787879424 6101 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2389619 6101 2148 9 0 2380296 0
[pid=10625/tid=10626] ppid=10622 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) R 10622 10625 21085 0 -1 4202560 2387 0 1 0 6 1 0 0 20 0 18 0 12879331 9787879424 6101 33554432000 1073741824 1073778376 140733771652736 139904618195872 273909081357 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200322 s]
/proc/loadavg: 1.70 1.35 1.52 2/196 10625
/proc/meminfo: memFree=29804132/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 4722 0 1 0 22 2 0 0 20 0 18 0 12879330 9787879424 6822 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2389619 6822 2198 9 0 2380296 0
[pid=10625/tid=10626] ppid=10622 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) R 10622 10625 21085 0 -1 4202560 2403 0 1 0 16 1 0 0 20 0 18 0 12879331 9787879424 6822 33554432000 1073741824 1073778376 140733771652736 139904618195872 273909070904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300379 s]
/proc/loadavg: 1.70 1.35 1.52 2/196 10625
/proc/meminfo: memFree=29804132/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 5799 0 1 0 45 2 0 0 20 0 18 0 12879330 9787879424 8941 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2389619 8941 2231 9 0 2380296 0
[pid=10625/tid=10626] ppid=10622 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) R 10622 10625 21085 0 -1 4202560 2406 0 1 0 26 1 0 0 20 0 18 0 12879331 9787879424 8941 33554432000 1073741824 1073778376 140733771652736 139904618195872 139904482927320 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700297 s]
/proc/loadavg: 1.70 1.35 1.52 2/196 10625
/proc/meminfo: memFree=29804132/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 8674 0 1 0 105 4 0 0 20 0 19 0 12879330 10060525568 11635 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 11635 2258 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=0.31 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2423 0 1 0 29 2 0 0 20 0 19 0 12879331 10060525568 11635 33554432000 1073741824 1073778376 140733771652736 139904618197880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 1.70 1.35 1.52 1/215 10659
/proc/meminfo: memFree=29718756/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=1.77 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 16536 0 1 0 168 9 0 0 20 0 19 0 12879330 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 18898 2264 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=0.35 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2424 0 1 0 33 2 0 0 20 0 19 0 12879331 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904618197880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=0.53 cores=1,3,5,7
/proc/10625/task/10643/stat : 10643 (java) S 10622 10625 21085 0 -1 4202560 6039 0 0 0 53 0 0 0 20 0 19 0 12879335 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904437766456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10644] ppid=10622 vsize=9824732 CPUtime=0.52 cores=1,3,5,7
/proc/10625/task/10644/stat : 10644 (java) S 10622 10625 21085 0 -1 4202560 6728 0 0 0 51 1 0 0 20 0 19 0 12879335 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904436713912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10645] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10645/stat : 10645 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904435661048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10646] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10646/stat : 10646 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904434608712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10650] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10650/stat : 10650 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12879365 10060525568 18898 33554432000 1073741824 1073778376 140733771652736 139904430396840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.77
Current children cumulated vsize (KiB) 9824732

[startup+3.10089 s]
/proc/loadavg: 1.70 1.35 1.52 3/218 10671
/proc/meminfo: memFree=29664616/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=2.01 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 16567 0 1 0 189 12 0 0 20 0 19 0 12879330 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 24019 2264 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2428 0 1 0 34 2 0 0 20 0 19 0 12879331 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904618197880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/10625/task/10643/stat : 10643 (java) S 10622 10625 21085 0 -1 4202560 6039 0 0 0 63 0 0 0 20 0 19 0 12879335 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904437766456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10644] ppid=10622 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/10625/task/10644/stat : 10644 (java) S 10622 10625 21085 0 -1 4202560 6728 0 0 0 58 2 0 0 20 0 19 0 12879335 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904436713912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10645] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10645/stat : 10645 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904435661048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10646] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10646/stat : 10646 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904434608712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10650] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10650/stat : 10650 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12879365 10060525568 24019 33554432000 1073741824 1073778376 140733771652736 139904430396840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=36 pid=1832 uid=0 cmd=

[startup+6.30083 s]
/proc/loadavg: 1.64 1.34 1.52 1/215 10710
/proc/meminfo: memFree=29580352/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 16879 0 1 0 245 21 0 0 20 0 19 0 12879330 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 35788 2270 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=0.38 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2432 0 1 0 36 2 0 0 20 0 19 0 12879331 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904618197880 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12879332 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 12879333 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 12879335 10060525568 35788 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=0.79 cores=1,3,5,7

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

/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2488 0 1 0 81 32 0 0 20 0 21 0 12879331 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904618197992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 684 0 0 0 412 33 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1061 0 0 0 392 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 659 0 0 0 380 28 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 665 0 0 0 408 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 663 0 0 0 423 30 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 594 0 0 0 355 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 529 0 0 0 387 26 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 839 0 0 0 390 32 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=6.26 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 2974 0 0 0 620 6 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/10625/task/10643/stat : 10643 (java) S 10622 10625 21085 0 -1 4202560 8023 0 0 0 154 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904437766456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10644] ppid=10622 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/10625/task/10644/stat : 10644 (java) S 10622 10625 21085 0 -1 4202560 6924 0 0 0 99 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904436713912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10645] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10645/stat : 10645 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904435661048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10646] ppid=10622 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10625/task/10646/stat : 10646 (java) S 10622 10625 21085 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904434608712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10650] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10650/stat : 10650 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 12879365 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904430396840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10923] ppid=10622 vsize=9824732 CPUtime=1739.29 cores=1,3,5,7
/proc/10625/task/10923/stat : 10923 (java) R 10622 10625 21085 0 -1 4202560 1370 0 0 0 173872 57 0 0 20 0 21 0 12881646 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904431447120 139904483384204 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10926] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10926/stat : 10926 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12881647 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904433554216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1796.23
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.1 s]
/proc/loadavg: 1.37 1.33 1.38 2/193 11936
/proc/meminfo: memFree=25817416/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 29328 0 1 0 179619 385 0 0 20 0 21 0 12879330 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 1016176 2294 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2488 0 1 0 81 32 0 0 20 0 21 0 12879331 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904618197992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 684 0 0 0 412 33 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1061 0 0 0 392 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 659 0 0 0 380 28 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 665 0 0 0 408 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 663 0 0 0 423 30 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 594 0 0 0 355 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 529 0 0 0 387 26 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 839 0 0 0 390 32 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=6.26 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 2974 0 0 0 620 6 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/10625/task/10643/stat : 10643 (java) S 10622 10625 21085 0 -1 4202560 8023 0 0 0 154 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904437766456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10644] ppid=10622 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/10625/task/10644/stat : 10644 (java) S 10622 10625 21085 0 -1 4202560 6924 0 0 0 99 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904436713912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10645] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10645/stat : 10645 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904435661048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10646] ppid=10622 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10625/task/10646/stat : 10646 (java) S 10622 10625 21085 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904434608712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10650] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10650/stat : 10650 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 12879365 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904430396840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10923] ppid=10622 vsize=9824732 CPUtime=1743.08 cores=1,3,5,7
/proc/10625/task/10923/stat : 10923 (java) R 10622 10625 21085 0 -1 4202560 1370 0 0 0 174251 57 0 0 20 0 21 0 12881646 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904431447120 139904483384199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10926] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10926/stat : 10926 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12881647 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904433554216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10625 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1786.1 s]
/proc/loadavg: 1.37 1.33 1.38 2/193 11936
/proc/meminfo: memFree=25817416/32872528 swapFree=1484672/1662500
[pid=10625] ppid=10622 vsize=9824732 CPUtime=1800.04 cores=1,3,5,7
/proc/10625/stat : 10625 (java) S 10622 10625 21085 0 -1 4202496 29328 0 1 0 179619 385 0 0 20 0 21 0 12879330 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 140733771643872 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10625/statm: 2456183 1016176 2294 9 0 2446860 0
[pid=10625/tid=10626] ppid=10622 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/10625/task/10626/stat : 10626 (java) S 10622 10625 21085 0 -1 4202560 2488 0 1 0 81 32 0 0 20 0 21 0 12879331 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904618197992 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10628] ppid=10622 vsize=9824732 CPUtime=4.45 cores=1,3,5,7
/proc/10625/task/10628/stat : 10628 (java) S 10622 10625 21085 0 -1 4202560 684 0 0 0 412 33 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904607259560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10629] ppid=10622 vsize=9824732 CPUtime=4.19 cores=1,3,5,7
/proc/10625/task/10629/stat : 10629 (java) S 10622 10625 21085 0 -1 4202560 1061 0 0 0 392 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904606207016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10630] ppid=10622 vsize=9824732 CPUtime=4.08 cores=1,3,5,7
/proc/10625/task/10630/stat : 10630 (java) S 10622 10625 21085 0 -1 4202560 659 0 0 0 380 28 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904605153960 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10631] ppid=10622 vsize=9824732 CPUtime=4.35 cores=1,3,5,7
/proc/10625/task/10631/stat : 10631 (java) S 10622 10625 21085 0 -1 4202560 665 0 0 0 408 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904604101416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10632] ppid=10622 vsize=9824732 CPUtime=4.53 cores=1,3,5,7
/proc/10625/task/10632/stat : 10632 (java) S 10622 10625 21085 0 -1 4202560 663 0 0 0 423 30 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904603048360 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10633] ppid=10622 vsize=9824732 CPUtime=3.82 cores=1,3,5,7
/proc/10625/task/10633/stat : 10633 (java) S 10622 10625 21085 0 -1 4202560 594 0 0 0 355 27 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904601995816 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10634] ppid=10622 vsize=9824732 CPUtime=4.13 cores=1,3,5,7
/proc/10625/task/10634/stat : 10634 (java) S 10622 10625 21085 0 -1 4202560 529 0 0 0 387 26 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904455227560 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10635] ppid=10622 vsize=9824732 CPUtime=4.22 cores=1,3,5,7
/proc/10625/task/10635/stat : 10635 (java) S 10622 10625 21085 0 -1 4202560 839 0 0 0 390 32 0 0 20 0 21 0 12879332 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904454175016 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10639] ppid=10622 vsize=9824732 CPUtime=6.26 cores=1,3,5,7
/proc/10625/task/10639/stat : 10639 (java) S 10622 10625 21085 0 -1 4202560 2974 0 0 0 620 6 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904441977704 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10640] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10640/stat : 10640 (java) S 10622 10625 21085 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904440924024 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10641] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10641/stat : 10641 (java) S 10622 10625 21085 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 21 0 12879333 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904439870856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10625/tid=10642] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10642/stat : 10642 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904438819600 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10643] ppid=10622 vsize=9824732 CPUtime=1.56 cores=1,3,5,7
/proc/10625/task/10643/stat : 10643 (java) S 10622 10625 21085 0 -1 4202560 8023 0 0 0 154 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904437766456 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10644] ppid=10622 vsize=9824732 CPUtime=1.01 cores=1,3,5,7
/proc/10625/task/10644/stat : 10644 (java) S 10622 10625 21085 0 -1 4202560 6924 0 0 0 99 2 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904436713912 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10645] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10645/stat : 10645 (java) S 10622 10625 21085 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904435661048 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10625/tid=10646] ppid=10622 vsize=9824732 CPUtime=0.54 cores=1,3,5,7
/proc/10625/task/10646/stat : 10646 (java) S 10622 10625 21085 0 -1 4202560 104 0 0 0 23 31 0 0 20 0 21 0 12879335 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904434608712 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10625/tid=10650] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10650/stat : 10650 (java) S 10622 10625 21085 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 12879365 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904430396840 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10923] ppid=10622 vsize=9824732 CPUtime=1743.08 cores=1,3,5,7
/proc/10625/task/10923/stat : 10923 (java) R 10622 10625 21085 0 -1 4202560 1370 0 0 0 174251 57 0 0 20 0 21 0 12881646 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904431447120 139904483384199 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10625/tid=10926] ppid=10622 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10625/task/10926/stat : 10926 (java) S 10622 10625 21085 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 21 0 12881647 10060525568 1016176 33554432000 1073741824 1073778376 140733771652736 139904433554216 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10625 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=688621
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=314344
# CPU time returned by wait4() is 1796
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1786.14
CPU time (s): 1800.04
CPU user time (s): 1796.19
CPU system time (s): 3.85
CPU usage (%): 100.778
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.69
system time used= 4.31434
maximum resident set size= 4064800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29361
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76998
involuntary context switches= 47895

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5714 second user time and 14.7828 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 22:41:08
IDJOB=4091962
IDBENCH=78964
IDSOLVER=2552
FILE ID=node134/4091962-1467319268
RUNJOBID= node134-1467318920-6227
PBS_JOBID= 20005262
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4091962-1467319268/watcher-4091962-1467319268 -o /tmp/evaluation-result-4091962-1467319268/solver-4091962-1467319268 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467318920-6227 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4091962-1467319268.wbo

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

MD5SUM BENCH= 87777454fd73e41b31dd9b36586c9c7c
RANDOM SEED=261441141

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29805140 kB
Buffers:          173292 kB
Cached:           393216 kB
SwapCached:            0 kB
Active:           328884 kB
Inactive:         327812 kB
Active(anon):      86796 kB
Inactive(anon):     5960 kB
Active(file):     242088 kB
Inactive(file):   321852 kB
Unevictable:     1662500 kB
Mlocked:         1484672 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1828 kB
Writeback:             0 kB
AnonPages:       1842160 kB
Mapped:            21628 kB
Shmem:               216 kB
Slab:             613180 kB
SReclaimable:      56444 kB
SUnreclaim:       556736 kB
KernelStack:        1776 kB
PageTables:         7616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2358020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    317440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node134 at 2016-06-30 23:10:54