Trace number 4101293

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.02 1797.34

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
MD5SUMcbc7f776eebadde6a6228c5e168c70a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables60930
Total number of constraints2157
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2157
Minimum length of a constraint30
Maximum length of a constraint450
Number of terms in the objective function 31770
Biggest coefficient in the objective function 2474
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 550404
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 550404
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/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.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4101293-1466222218.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.40/0.87	c ... done. Wall clock time 0.759s.
1.40/0.87	c declared #vars     60930
1.40/0.87	c #constraints  3300
1.40/0.87	c constraints type 
1.40/0.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.40/0.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3297
1.40/0.87	c 3300 constraints processed.
1.40/0.87	c objective function length is 31770 literals
2.40/1.47	c cleaning 2454 clauses out of 4912 with flag 10749/5001
2.90/1.86	c cleaning 4223 clauses out of 8456 with flag 23455/11001
3.42/2.29	c cleaning 5617 clauses out of 11233 with flag 38272/18003
3.91/2.75	c cleaning 6796 clauses out of 13596 with flag 55632/26001
4.42/3.28	c cleaning 7896 clauses out of 15797 with flag 74519/35001
5.13/3.97	c cleaning 8947 clauses out of 17899 with flag 95050/45005
5.83/4.66	c cleaning 9964 clauses out of 19940 with flag 118720/56001
8.53/7.35	c cleaning 10988 clauses out of 21975 with flag 146229/68000
11.23/10.07	c cleaning 11984 clauses out of 23988 with flag 176599/81001
13.82/12.69	c cleaning 12997 clauses out of 26003 with flag 211490/95000
17.22/15.98	c cleaning 14002 clauses out of 28006 with flag 249057/110000
21.22/19.97	c cleaning 14996 clauses out of 30005 with flag 289188/126001
25.32/24.01	c cleaning 15997 clauses out of 32008 with flag 331068/143000
29.73/28.34	c cleaning 17006 clauses out of 34015 with flag 377919/161004
34.44/33.09	c cleaning 18004 clauses out of 36007 with flag 430089/180002
39.94/38.57	c cleaning 18997 clauses out of 38002 with flag 483442/200001
45.73/44.37	c cleaning 20005 clauses out of 40009 with flag 539667/221005
49.63/48.28	c cleaning 20996 clauses out of 41999 with flag 595331/243000
52.75/51.27	c cleaning 21999 clauses out of 44005 with flag 650080/266002
56.66/55.11	c cleaning 22994 clauses out of 46005 with flag 703967/290001
59.55/58.03	c cleaning 23993 clauses out of 48010 with flag 775514/315000
65.46/63.95	c cleaning 24997 clauses out of 50017 with flag 839579/341000
71.15/69.61	c cleaning 25999 clauses out of 52022 with flag 911350/368002
77.64/76.18	c cleaning 27001 clauses out of 54021 with flag 995093/396000
82.96/81.45	c cleaning 27999 clauses out of 56020 with flag 1089805/425000
87.75/86.28	c cleaning 28998 clauses out of 58022 with flag 1161347/455001
94.85/93.32	c cleaning 30003 clauses out of 60024 with flag 1238424/486001
103.15/101.62	c cleaning 31004 clauses out of 62020 with flag 1323717/518000
108.54/107.01	c cleaning 31994 clauses out of 64018 with flag 1419559/551002
112.65/111.16	c cleaning 33006 clauses out of 66023 with flag 1501443/585001
119.27/117.62	c cleaning 33999 clauses out of 68018 with flag 1573859/620002
126.87/125.26	c cleaning 34995 clauses out of 70018 with flag 1648030/656001
135.66/134.05	c cleaning 36004 clauses out of 72023 with flag 1723483/693001
141.06/139.40	c cleaning 37002 clauses out of 74018 with flag 1804071/731000
150.17/148.57	c cleaning 38002 clauses out of 76017 with flag 1890146/770001
159.08/157.45	c cleaning 38997 clauses out of 78015 with flag 1978997/810001
169.37/167.77	c cleaning 40001 clauses out of 80019 with flag 2072439/851002
175.26/173.65	c cleaning 41002 clauses out of 82016 with flag 2164673/893000
184.37/182.73	c cleaning 41999 clauses out of 84016 with flag 2274100/936002
193.16/191.54	c cleaning 43000 clauses out of 86015 with flag 2391462/980000
202.96/201.32	c cleaning 43998 clauses out of 88016 with flag 2510452/1025001
214.95/213.35	c cleaning 45003 clauses out of 90017 with flag 2636660/1071000
226.55/225.00	c cleaning 46002 clauses out of 92015 with flag 2767471/1118001
240.16/238.50	c cleaning 47001 clauses out of 94014 with flag 2880505/1166002
252.65/251.03	c cleaning 48000 clauses out of 96012 with flag 3002680/1215001
260.75/259.12	c cleaning 48998 clauses out of 98010 with flag 3129548/1265000
268.65/267.01	c cleaning 49989 clauses out of 100015 with flag 3255355/1316003
291.30/289.52	c cleaning 50999 clauses out of 102027 with flag 3371305/1368004
320.70/318.91	c cleaning 51991 clauses out of 104026 with flag 3489764/1421002
336.20/334.45	c cleaning 53009 clauses out of 106034 with flag 3657146/1475001
362.70/360.97	c cleaning 54002 clauses out of 108024 with flag 3873315/1530000
382.69/380.91	c cleaning 55005 clauses out of 110023 with flag 4070810/1586001
389.60/387.79	c cleaning 56006 clauses out of 112017 with flag 4206587/1643000
402.70/400.84	c cleaning 56997 clauses out of 114012 with flag 4333389/1701001
419.49/417.66	c cleaning 57997 clauses out of 116014 with flag 4457956/1760000
437.50/435.69	c cleaning 59006 clauses out of 118018 with flag 4584574/1820001
456.79/454.92	c cleaning 60000 clauses out of 120011 with flag 4712493/1881000
475.79/473.96	c cleaning 60997 clauses out of 122011 with flag 4840911/1943000
497.09/495.21	c cleaning 61996 clauses out of 124014 with flag 4971021/2006000
514.08/512.20	c cleaning 63002 clauses out of 126018 with flag 5105860/2070000
531.79/529.93	c cleaning 64007 clauses out of 128016 with flag 5248087/2135000
553.48/551.62	c cleaning 65000 clauses out of 130011 with flag 5388516/2201002
575.20/573.27	c cleaning 66000 clauses out of 132011 with flag 5534614/2268002
595.41/593.49	c cleaning 66993 clauses out of 134009 with flag 5681013/2336000
622.10/620.11	c cleaning 68004 clauses out of 136019 with flag 5825141/2405003
649.70/647.72	c cleaning 69003 clauses out of 138012 with flag 5969631/2475000
676.00/674.00	c cleaning 70004 clauses out of 140009 with flag 6117679/2546000
717.78/715.89	c cleaning 70995 clauses out of 142002 with flag 6316134/2618001
766.79/764.81	c cleaning 72000 clauses out of 144007 with flag 6541052/2691001
794.99/793.07	c cleaning 72990 clauses out of 145992 with flag 6766782/2765003
815.59/813.63	c cleaning 73985 clauses out of 147999 with flag 6961750/2840000
839.40/837.34	c cleaning 74995 clauses out of 150017 with flag 7119618/2916003
858.60/856.56	c cleaning 75990 clauses out of 152020 with flag 7324834/2993001
873.49/871.43	c cleaning 76997 clauses out of 154031 with flag 7520149/3071002
891.40/889.36	c cleaning 78004 clauses out of 156033 with flag 7728200/3150001
915.80/913.76	c cleaning 78996 clauses out of 158031 with flag 7932155/3230003
954.81/952.78	c cleaning 79989 clauses out of 160032 with flag 8126653/3311000
972.70/970.65	c cleaning 81014 clauses out of 162043 with flag 8340567/3393001
999.40/997.23	c cleaning 82008 clauses out of 164029 with flag 8586998/3476001
1030.51/1028.35	c cleaning 83006 clauses out of 166024 with flag 8843971/3560004
1068.71/1066.50	c cleaning 83993 clauses out of 168015 with flag 9050738/3645001
1109.31/1107.13	c cleaning 85008 clauses out of 170026 with flag 9258346/3731005
1152.02/1149.84	c cleaning 85999 clauses out of 172013 with flag 9505213/3818000
1203.73/1201.50	c cleaning 87001 clauses out of 174014 with flag 9758613/3906000
1239.23/1237.05	c cleaning 88005 clauses out of 176014 with flag 9999895/3995001
1266.25/1264.08	c cleaning 88994 clauses out of 178007 with flag 10202429/4085002
1323.15/1320.99	c cleaning 89999 clauses out of 180011 with flag 10388200/4176000
1369.14/1366.91	c cleaning 91000 clauses out of 182013 with flag 10574957/4268001
1418.18/1415.89	c cleaning 92000 clauses out of 184014 with flag 10763012/4361002
1450.08/1447.73	c cleaning 92984 clauses out of 186008 with flag 10973976/4455000
1475.58/1473.29	c cleaning 94006 clauses out of 188027 with flag 11303911/4550003
1500.59/1498.24	c cleaning 94998 clauses out of 190021 with flag 11573032/4646004
1536.36/1533.86	c cleaning 96003 clauses out of 192021 with flag 11782030/4743002
1575.58/1573.07	c cleaning 97000 clauses out of 194016 with flag 11994048/4841000
1614.09/1611.58	c cleaning 98000 clauses out of 196018 with flag 12208487/4940002
1643.20/1640.57	c cleaning 99000 clauses out of 198017 with flag 12500293/5040001
1681.90/1679.26	c cleaning 100000 clauses out of 200018 with flag 12782574/5141004
1728.52/1725.86	c cleaning 100995 clauses out of 202013 with flag 13003940/5243000
1791.22/1788.59	c cleaning 102000 clauses out of 204019 with flag 13221604/5346001
1800.02/1797.30	c starts		: 7894
1800.02/1797.30	c conflicts		: 5377333
1800.02/1797.30	c decisions		: 7739853
1800.02/1797.30	c propagations		: 103632207
1800.02/1797.30	c inspects		: 33590870442
1800.02/1797.30	c shortcuts		: 0
1800.02/1797.30	c learnt literals	: 162
1800.02/1797.30	c learnt binary clauses	: 159
1800.02/1797.30	c learnt ternary clauses	: 234
1800.02/1797.30	c learnt constraints	: 5377172
1800.02/1797.30	c ignored constraints	: 0
1800.02/1797.30	c root simplifications	: 0
1800.02/1797.30	c removed literals (reason simplification)	: 0
1800.02/1797.30	c reason swapping (by a shorter reason)	: 0
1800.02/1797.30	c Calls to reduceDB	: 99
1800.02/1797.30	c Number of update (reduction) of LBD	: 440608
1800.02/1797.30	c Imported unit clauses	: 0
1800.02/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.30	c number of learned constraints concerned by reduction	: 0
1800.02/1797.30	c number of learning phase by resolution	: 0
1800.02/1797.30	c number of learning phase by cutting planes	: 0
1800.02/1797.30	c speed (assignments/second)	: 57691.074023147194
1800.02/1797.30	c non guided choices	254888
1800.02/1797.30	c timeout
1800.02/1797.33	c learnt constraints type 
1800.02/1797.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 159
1800.02/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 133193
1800.02/1797.33	s UNKNOWN
1800.02/1797.33	c Total wall clock time (in seconds): 1797.218

Verifier Data

ERROR: no interpretation found !

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-4101293-1466222218/watcher-4101293-1466222218 -o /tmp/evaluation-result-4101293-1466222218/solver-4101293-1466222218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101293-1466222218.opb 

pid=27607
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.44 2.37 2.30 4/194 27610
/proc/meminfo: memFree=30183944/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 24267052 98570240 978 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 24065 978 744 9 0 16771 0
[pid=27610/tid=27611] ppid=27607 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 24267053 98570240 978 33554432000 1073741824 1073778376 140733382763904 140306422877736 213419640192 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.44 2.37 2.30 4/194 27610
/proc/meminfo: memFree=30183944/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 4416 0 1 0 10 1 0 0 20 0 18 0 24267052 9787879424 6040 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2389619 6040 2125 9 0 2380296 0
[pid=27610/tid=27611] ppid=27607 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 24267053 9787879424 6040 33554432000 1073741824 1073778376 140733382763904 140306422881184 213423023373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200261 s]
/proc/loadavg: 2.44 2.37 2.30 4/194 27610
/proc/meminfo: memFree=30183944/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 5020 0 1 0 29 1 0 0 20 0 18 0 24267052 9787879424 7375 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2389619 7375 2220 9 0 2380296 0
[pid=27610/tid=27611] ppid=27607 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2393 0 1 0 18 0 0 0 20 0 18 0 24267053 9787879424 7375 33554432000 1073741824 1073778376 140733382763904 140306422882440 140306263649697 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300273 s]
/proc/loadavg: 2.44 2.37 2.30 4/194 27610
/proc/meminfo: memFree=30183944/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9558476 CPUtime=0.5 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 5938 0 1 0 49 1 0 0 20 0 18 0 24267052 9787879424 11901 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2389619 11901 2231 9 0 2380296 0
[pid=27610/tid=27611] ppid=27607 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2404 0 1 0 27 0 0 0 20 0 18 0 24267053 9787879424 11901 33554432000 1073741824 1073778376 140733382763904 140306422882440 140306263685735 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.70029 s]
/proc/loadavg: 2.44 2.37 2.30 4/194 27610
/proc/meminfo: memFree=30183944/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 10958 0 1 0 124 5 0 0 20 0 18 0 24267052 9787879424 47127 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2389619 47127 2269 9 0 2380296 0
[pid=27610/tid=27611] ppid=27607 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2460 0 1 0 62 2 0 0 20 0 18 0 24267053 9787879424 47127 33554432000 1073741824 1073778376 140733382763904 140306422881048 140306264003039 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.44 2.37 2.30 6/213 27629
/proc/meminfo: memFree=29963656/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=2.55 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 11015 0 1 0 249 6 0 0 20 0 19 0 24267052 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 47695 2285 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=1.44 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2471 0 1 0 142 2 0 0 20 0 19 0 24267053 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306422882520 140306264380509 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 24267054 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) R 27607 27610 22937 0 -1 4202560 3021 0 0 0 46 0 0 0 20 0 19 0 24267058 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305772816568 140306425611450 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/27610/task/27626/stat : 27626 (java) S 27607 27610 22937 0 -1 4202560 4118 0 0 0 47 0 0 0 20 0 19 0 24267058 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305771763768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27627] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27627/stat : 27627 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305770711672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27628] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27628/stat : 27628 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305769659080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 47695 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 9625040

[startup+3.1007 s]
/proc/loadavg: 2.44 2.37 2.30 10/213 27629
/proc/meminfo: memFree=29932992/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=4.32 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 11440 0 1 0 424 8 0 0 20 0 19 0 24267052 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 57283 2285 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=2.97 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2473 0 1 0 295 2 0 0 20 0 19 0 24267053 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306422881624 140306264279777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 149 0 0 0 3 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 131 0 0 0 4 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) S 27607 27610 22937 0 -1 4202560 3021 0 0 0 50 0 0 0 20 0 19 0 24267058 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305772816568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/27610/task/27626/stat : 27626 (java) S 27607 27610 22937 0 -1 4202560 4118 0 0 0 51 0 0 0 20 0 19 0 24267058 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305771763768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27627] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27627/stat : 27627 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305770711672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27628] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27628/stat : 27628 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305769659080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 57283 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 9625040

[startup+6.30081 s]
/proc/loadavg: 2.40 2.36 2.30 3/213 27629
/proc/meminfo: memFree=29927912/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=7.53 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 11441 0 1 0 745 8 0 0 20 0 19 0 24267052 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 57132 2285 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=6.16 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 2474 0 1 0 614 2 0 0 20 0 19 0 24267053 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306422873792 140306264279777 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 149 0 0 0 3 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 131 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 131 0 0 0 4 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 24267054 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) S 27607 27610 22937 0 -1 4202560 3021 0 0 0 50 0 0 0 20 0 19 0 24267058 9856040960 57132 33554432000 1073741824 1073778376 140733382763904 140305772816568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.51 cores=0,2,4,6

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

[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 353729 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.30 2.27 4/213 27892
/proc/meminfo: memFree=28809840/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=1785.02 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 15210 0 1 0 178408 94 0 0 20 0 19 0 24267052 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 354694 2286 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=1776.93 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 3515 0 1 0 177650 43 0 0 20 0 19 0 24267053 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306422873792 140306264424832 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 219 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 192 0 0 0 21 6 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 366 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 186 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 395 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 321 0 0 0 21 5 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 249 0 0 0 18 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 265 0 0 0 22 9 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 992 0 0 0 0 1 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) S 27607 27610 22937 0 -1 4202560 3021 0 0 0 50 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305772816568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/27610/task/27626/stat : 27626 (java) S 27607 27610 22937 0 -1 4202560 4126 0 0 0 54 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305771763768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27627] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27627/stat : 27627 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305770711672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27628] ppid=27607 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27610/task/27628/stat : 27628 (java) S 27607 27610 22937 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305769659080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.32 2.28 2.27 3/213 27892
/proc/meminfo: memFree=28731672/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 15210 0 1 0 179907 95 0 0 20 0 19 0 24267052 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 354694 2286 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=1791.9 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 3515 0 1 0 179147 43 0 0 20 0 19 0 24267053 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306422873792 140306264338199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 219 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 192 0 0 0 21 6 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 366 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 186 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 395 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 321 0 0 0 21 5 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 249 0 0 0 18 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 265 0 0 0 22 9 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 992 0 0 0 0 1 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) S 27607 27610 22937 0 -1 4202560 3021 0 0 0 50 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305772816568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/27610/task/27626/stat : 27626 (java) S 27607 27610 22937 0 -1 4202560 4126 0 0 0 54 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305771763768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27627] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27627/stat : 27627 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305770711672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27628] ppid=27607 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27610/task/27628/stat : 27628 (java) S 27607 27610 22937 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305769659080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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 27610 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.32 2.28 2.27 3/213 27892
/proc/meminfo: memFree=28731672/32872528 swapFree=1400172/1569824
[pid=27610] ppid=27607 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/27610/stat : 27610 (java) S 27607 27610 22937 0 -1 4202496 15210 0 1 0 179907 95 0 0 20 0 19 0 24267052 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140733382755040 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/27610/statm: 2406260 354694 2286 9 0 2396937 0
[pid=27610/tid=27611] ppid=27607 vsize=9625040 CPUtime=1791.9 cores=0,2,4,6
/proc/27610/task/27611/stat : 27611 (java) R 27607 27610 22937 0 -1 4202560 3515 0 1 0 179147 43 0 0 20 0 19 0 24267053 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306422873792 140306264338199 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27613] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27613/stat : 27613 (java) S 27607 27610 22937 0 -1 4202560 219 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306384374568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27614] ppid=27607 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/27610/task/27614/stat : 27614 (java) S 27607 27610 22937 0 -1 4202560 192 0 0 0 21 6 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306383321768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27615] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27615/stat : 27615 (java) S 27607 27610 22937 0 -1 4202560 366 0 0 0 19 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306382269480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27616] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27616/stat : 27616 (java) S 27607 27610 22937 0 -1 4202560 186 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306263567272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27617] ppid=27607 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/27610/task/27617/stat : 27617 (java) S 27607 27610 22937 0 -1 4202560 395 0 0 0 22 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306262513960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27618] ppid=27607 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/27610/task/27618/stat : 27618 (java) S 27607 27610 22937 0 -1 4202560 321 0 0 0 21 5 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306261461160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27619] ppid=27607 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/27610/task/27619/stat : 27619 (java) S 27607 27610 22937 0 -1 4202560 249 0 0 0 18 7 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306260408872 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27620] ppid=27607 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/27610/task/27620/stat : 27620 (java) S 27607 27610 22937 0 -1 4202560 265 0 0 0 22 9 0 0 20 0 19 0 24267054 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140306259356072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27621] ppid=27607 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/27610/task/27621/stat : 27621 (java) S 27607 27610 22937 0 -1 4202560 992 0 0 0 0 1 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305777027816 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27622] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27622/stat : 27622 (java) S 27607 27610 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305775973880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27623] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27623/stat : 27623 (java) S 27607 27610 22937 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24267055 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305774921480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27624] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27624/stat : 27624 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305773869968 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27610/tid=27625] ppid=27607 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/27610/task/27625/stat : 27625 (java) S 27607 27610 22937 0 -1 4202560 3021 0 0 0 50 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305772816568 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27610/tid=27626] ppid=27607 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/27610/task/27626/stat : 27626 (java) S 27607 27610 22937 0 -1 4202560 4126 0 0 0 54 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305771763768 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27627] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27627/stat : 27627 (java) S 27607 27610 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305770711672 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27610/tid=27628] ppid=27607 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/27610/task/27628/stat : 27628 (java) S 27607 27610 22937 0 -1 4202560 103 0 0 0 22 27 0 0 20 0 19 0 24267058 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305769659080 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27610/tid=27629] ppid=27607 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/27610/task/27629/stat : 27629 (java) S 27607 27610 22937 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24267150 9856040960 354694 33554432000 1073741824 1073778376 140733382763904 140305768605096 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27610 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=539188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=411785
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.34
CPU time (s): 1800.02
CPU user time (s): 1799.07
CPU system time (s): 0.95
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.41179
maximum resident set size= 1438452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15248
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1096
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38432
involuntary context switches= 19543

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4021 second user time and 14.1289 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 05:56:58
IDJOB=4101293
IDBENCH=1724
IDSOLVER=2546
FILE ID=node140/4101293-1466222218
RUNJOBID= node140-1466206052-22953
PBS_JOBID= 19918137
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-stocfor2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101293-1466222218/watcher-4101293-1466222218 -o /tmp/evaluation-result-4101293-1466222218/solver-4101293-1466222218 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1466206052-22953 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101293-1466222218.opb

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

MD5SUM BENCH= cbc7f776eebadde6a6228c5e168c70a1
RANDOM SEED=1310630356

node140.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.714
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.42
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.714
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	: 5332.55
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.714
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.714
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.714
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.55
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.714
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.714
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.54
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.714
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30185900 kB
Buffers:           96968 kB
Cached:           142424 kB
SwapCached:         2476 kB
Active:           191716 kB
Inactive:         178140 kB
Active(anon):     130472 kB
Inactive(anon):     2472 kB
Active(file):      61244 kB
Inactive(file):   175668 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67097016 kB
Dirty:              5464 kB
Writeback:             0 kB
AnonPages:       1572484 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             602856 kB
SReclaimable:      46392 kB
SUnreclaim:       556464 kB
KernelStack:        1816 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2262256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    145408 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= 71736 MiB
End job on node140 at 2016-06-18 06:26:56