Trace number 4089744

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 PB16? (TO) 1800.08 893.764

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/
EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
MD5SUM813a6d11f6812d0f2ad71162c6832081
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019996
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables153
Total number of constraints51
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)51
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 9
Number of bits of the biggest sum of numbers4
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	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.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4089744-1466017610.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  no objective function found
0.10/0.14	c ... done. Wall clock time 0.022s.
0.10/0.14	c declared #vars     153
0.10/0.14	c #constraints  102
0.10/0.15	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.10/0.15	c 102 constraints processed.
0.10/0.15	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.15	c constraints type 
0.10/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.10/0.15	c 102 constraints processed.
1.90/0.67	c cleaning 2493 clauses out of 5000 with flag 21621/5000
3.48/1.03	c cleaning 4249 clauses out of 8507 with flag 52009/11000
4.62/1.37	c cleaning 5623 clauses out of 11258 with flag 89675/18000
5.44/1.77	c cleaning 6809 clauses out of 13636 with flag 136989/26001
6.49/2.30	c cleaning 7908 clauses out of 15826 with flag 191539/35000
7.89/2.93	c cleaning 8955 clauses out of 17920 with flag 242253/45002
9.32/3.68	c cleaning 9978 clauses out of 19963 with flag 307147/56000
11.37/4.52	c cleaning 10990 clauses out of 21986 with flag 370802/68001
13.18/5.49	c cleaning 11992 clauses out of 23995 with flag 444684/81000
15.59/6.69	c cleaning 12992 clauses out of 26003 with flag 540597/95000
18.63/8.13	c cleaning 13982 clauses out of 28012 with flag 628661/110001
21.43/9.52	c cleaning 15010 clauses out of 30033 with flag 712672/126004
22.69/10.10	c cleaning 0 clauses out of 5000 with flag 0/5000
24.96/11.16	c cleaning 16004 clauses out of 32019 with flag 811433/143000
28.68/12.93	c cleaning 17002 clauses out of 34015 with flag 927199/161000
32.92/15.08	c cleaning 17999 clauses out of 36013 with flag 1043292/180000
38.34/17.77	c cleaning 18999 clauses out of 38014 with flag 1169782/200000
43.97/20.59	c cleaning 20000 clauses out of 40015 with flag 1289899/221000
49.78/23.43	c cleaning 21000 clauses out of 42017 with flag 1434356/243002
55.78/26.47	c cleaning 22004 clauses out of 44017 with flag 1574080/266002
62.64/29.86	c cleaning 22999 clauses out of 46011 with flag 1717858/290000
69.63/33.35	c cleaning 24001 clauses out of 48012 with flag 1875854/315000
81.09/39.05	c cleaning 24998 clauses out of 50012 with flag 2047912/341001
88.69/42.88	c cleaning 25998 clauses out of 52014 with flag 2216007/368001
97.75/47.34	c cleaning 27001 clauses out of 54016 with flag 2392028/396001
105.79/51.33	c cleaning 0 clauses out of 11001 with flag 0/11001
107.58/52.28	c cleaning 27992 clauses out of 56015 with flag 2581262/425001
118.38/57.65	c cleaning 29008 clauses out of 58026 with flag 2774801/455004
129.84/63.33	c cleaning 30002 clauses out of 60014 with flag 2973128/486000
142.13/69.41	c cleaning 30986 clauses out of 62013 with flag 3178907/518001
155.76/76.22	c cleaning 31999 clauses out of 64026 with flag 3390325/551000
170.01/83.37	c cleaning 33005 clauses out of 66027 with flag 3613073/585000
185.84/91.23	c cleaning 34000 clauses out of 68023 with flag 3852983/620001
201.47/99.10	c cleaning 35000 clauses out of 70023 with flag 4095189/656001
220.11/108.39	c cleaning 35999 clauses out of 72022 with flag 4339714/693000
239.34/117.96	c cleaning 37005 clauses out of 74024 with flag 4591710/731001
258.82/127.61	c cleaning 38004 clauses out of 76018 with flag 4847470/770000
277.66/137.08	c cleaning 39001 clauses out of 78015 with flag 5106520/810001
297.72/147.06	c cleaning 39999 clauses out of 80013 with flag 5368764/851000
299.52/147.95	c cleaning 0 clauses out of 18002 with flag 0/18002
320.85/158.58	c cleaning 41002 clauses out of 82015 with flag 5645208/893001
344.31/170.22	c cleaning 41999 clauses out of 84015 with flag 5938861/936003
370.44/183.28	c cleaning 42998 clauses out of 86013 with flag 6224673/980000
396.80/196.38	c cleaning 43993 clauses out of 88016 with flag 6530868/1025001
430.44/213.07	c cleaning 44999 clauses out of 90022 with flag 6839489/1071000
461.05/228.28	c cleaning 46004 clauses out of 92023 with flag 7158639/1118000
493.84/244.53	c cleaning 46995 clauses out of 94019 with flag 7486403/1166000
531.57/263.20	c cleaning 48006 clauses out of 96025 with flag 7820876/1215001
568.63/281.61	c cleaning 48996 clauses out of 98018 with flag 8169762/1265000
604.48/299.42	c cleaning 50002 clauses out of 100022 with flag 8524373/1316000
642.16/318.16	c cleaning 51002 clauses out of 102020 with flag 8882008/1368000
663.10/328.58	c cleaning 0 clauses out of 26001 with flag 0/26001
682.27/338.09	c cleaning 51993 clauses out of 104018 with flag 9248716/1421000
726.20/359.89	c cleaning 53004 clauses out of 106026 with flag 9631343/1475001
775.99/384.55	c cleaning 54005 clauses out of 108022 with flag 10012000/1530001
822.14/407.46	c cleaning 54998 clauses out of 110016 with flag 10391598/1586000
872.73/432.52	c cleaning 56005 clauses out of 112019 with flag 10777405/1643001
922.37/457.45	c cleaning 57002 clauses out of 114013 with flag 11177263/1701000
971.69/481.95	c cleaning 57996 clauses out of 116011 with flag 11588545/1760000
1023.48/507.69	c cleaning 59002 clauses out of 118016 with flag 12009216/1820001
1077.62/534.58	c cleaning 59995 clauses out of 120013 with flag 12440859/1881000
1133.19/562.11	c cleaning 61002 clauses out of 122019 with flag 12874097/1943001
1196.97/593.86	c cleaning 62001 clauses out of 124016 with flag 13302743/2006000
1197.39/594.06	c cleaning 0 clauses out of 35001 with flag 0/35001
1258.14/624.23	c cleaning 63002 clauses out of 126015 with flag 13765976/2070000
1331.42/660.67	c cleaning 63993 clauses out of 128013 with flag 14218024/2135000
1397.42/693.48	c cleaning 65002 clauses out of 130020 with flag 14686168/2201000
1466.70/727.86	c cleaning 66001 clauses out of 132018 with flag 15178841/2268000
1538.28/763.64	c cleaning 66994 clauses out of 134020 with flag 15648473/2336003
1617.17/802.86	c cleaning 68000 clauses out of 136024 with flag 16132034/2405001
1702.30/845.13	c cleaning 69004 clauses out of 138023 with flag 16614153/2475000
1781.57/884.59	c cleaning 70007 clauses out of 140022 with flag 17124370/2546003
1800.08/893.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/893.70	c starts		: 4753
1800.08/893.70	c conflicts		: 2568608
1800.08/893.70	c decisions		: 3328286
1800.08/893.70	c propagations		: 41422671
1800.08/893.70	c inspects		: 14677111253
1800.08/893.70	c shortcuts		: 0
1800.08/893.70	c learnt literals	: 0
1800.08/893.70	c learnt binary clauses	: 0
1800.08/893.70	c learnt ternary clauses	: 0
1800.08/893.70	c learnt constraints	: 2568608
1800.08/893.70	c ignored constraints	: 0
1800.08/893.70	c root simplifications	: 0
1800.08/893.70	c removed literals (reason simplification)	: 2777065
1800.08/893.70	c reason swapping (by a shorter reason)	: 0
1800.08/893.70	c Calls to reduceDB	: 67
1800.08/893.70	c Number of update (reduction) of LBD	: 770120
1800.08/893.70	c Imported unit clauses	: 0
1800.08/893.70	c number of reductions to clauses (during analyze)	: 0
1800.08/893.70	c number of learned constraints concerned by reduction	: 0
1800.08/893.70	c number of learning phase by resolution	: 0
1800.08/893.70	c number of learning phase by cutting planes	: 0
1800.08/893.70	c speed (assignments/second)	: 46357.21400161602
1800.08/893.70	c non guided choices	1899
1800.08/893.73	c learnt constraints type 
1800.08/893.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92621
1800.08/893.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.08/893.73	c starts		: 65
1800.08/893.73	c conflicts		: 42147
1800.08/893.73	c decisions		: 56704
1800.08/893.73	c propagations		: 328619
1800.08/893.73	c inspects		: 1122882685
1800.08/893.73	c shortcuts		: 0
1800.08/893.73	c learnt literals	: 0
1800.08/893.73	c learnt binary clauses	: 0
1800.08/893.73	c learnt ternary clauses	: 0
1800.08/893.73	c learnt constraints	: 42146
1800.08/893.73	c ignored constraints	: 0
1800.08/893.73	c root simplifications	: 0
1800.08/893.73	c removed literals (reason simplification)	: 0
1800.08/893.73	c reason swapping (by a shorter reason)	: 0
1800.08/893.73	c Calls to reduceDB	: 5
1800.08/893.73	c Number of update (reduction) of LBD	: 0
1800.08/893.73	c Imported unit clauses	: 0
1800.08/893.73	c number of reductions to clauses (during analyze)	: 0
1800.08/893.73	c number of learned constraints concerned by reduction	: 0
1800.08/893.73	c number of learning phase by resolution	: 0
1800.08/893.73	c number of learning phase by cutting planes	: 0
1800.08/893.73	c speed (assignments/second)	: 367.7555451106784
1800.08/893.73	c non guided choices	41
1800.08/893.75	c learnt constraints type 
1800.08/893.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
1800.08/893.75	c org.sat4j.pb.constraints.pb.MaxWatchPb => 42143
1800.08/893.75	s UNKNOWN
1800.08/893.75	c Total wall clock time (in seconds): 893.627

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-4089744-1466017610/watcher-4089744-1466017610 -o /tmp/evaluation-result-4089744-1466017610/solver-4089744-1466017610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4089744-1466017610.opb 

pid=9279
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: 4.02 4.13 4.06 4/197 9282
/proc/meminfo: memFree=28995344/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/9282/stat : 9282 (java) D 9279 9282 5767 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 3811383 2560000 47 33554432000 1073741824 1073778376 140735500799360 140735500796488 247055084839 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 625 47 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 4.02 4.13 4.06 4/197 9282
/proc/meminfo: memFree=28995344/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 3811383 9787879424 5594 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2389619 5594 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200223 s]
/proc/loadavg: 4.02 4.13 4.06 4/197 9282
/proc/meminfo: memFree=28995344/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 6834 0 1 0 29 1 0 0 20 0 22 0 3811383 10060525568 8793 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 8793 2218 9 0 2446860 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9824732

[startup+0.300221 s]
/proc/loadavg: 4.02 4.13 4.06 4/197 9282
/proc/meminfo: memFree=28995344/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=0.71 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 9507 0 1 0 69 2 0 0 20 0 22 0 3811383 10060525568 10482 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 10482 2231 9 0 2446860 0
Current children cumulated CPU time (s) 0.71
Current children cumulated vsize (KiB) 9824732

[startup+0.700196 s]
/proc/loadavg: 4.02 4.13 4.06 4/197 9282
/proc/meminfo: memFree=28995344/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=2.31 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 19475 0 1 0 227 4 0 0 20 0 22 0 3811383 10060525568 28785 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 28785 2235 9 0 2446860 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.02 4.13 4.06 7/219 9304
/proc/meminfo: memFree=28819408/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=5.03 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 29308 0 1 0 495 8 0 0 20 0 22 0 3811383 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 47952 2275 9 0 2446860 0
[pid=9282/tid=9284] ppid=9279 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9282/task/9284/stat : 9284 (java) S 9279 9282 5767 0 -1 4202560 2457 0 1 0 11 0 0 0 20 0 22 0 3811385 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664547939192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9285] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9285/stat : 9285 (java) S 9279 9282 5767 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664391945000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9286] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9286/stat : 9286 (java) S 9279 9282 5767 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664390892200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9287] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811386 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/9282/task/9297/stat : 9297 (java) S 9279 9282 5767 0 -1 4202560 10742 0 0 0 106 2 0 0 20 0 22 0 3811390 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664367954104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9298] ppid=9279 vsize=9824732 CPUtime=1.11 cores=0,2,4,6
/proc/9282/task/9298/stat : 9298 (java) S 9279 9282 5767 0 -1 4202560 14587 0 0 0 109 2 0 0 20 0 22 0 3811390 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664366901304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9299] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9299/stat : 9299 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664365849208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9300] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9300/stat : 9300 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664364796616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9301] ppid=9279 vsize=9824732 CPUtime=1.29 cores=0,2,4,6
/proc/9282/task/9301/stat : 9301 (java) R 9279 9282 5767 0 -1 4202560 34 0 0 0 129 0 0 0 20 0 22 0 3811399 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664363684080 140664420844209 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9302] ppid=9279 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/9282/task/9302/stat : 9302 (java) R 9279 9282 5767 0 -1 4202560 97 0 0 0 129 2 0 0 20 0 22 0 3811399 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664362638872 140664420885872 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9303] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9303/stat : 9303 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664361588392 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9304] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9304/stat : 9304 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 47952 33554432000 1073741824 1073778376 140735500799360 140664360535592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.03
Current children cumulated vsize (KiB) 9824732

[startup+3.10088 s]
/proc/loadavg: 4.02 4.13 4.06 5/219 9304
/proc/meminfo: memFree=28770256/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=8.32 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 29971 0 1 0 820 12 0 0 20 0 22 0 3811383 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 85362 2275 9 0 2446860 0
[pid=9282/tid=9284] ppid=9279 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9282/task/9284/stat : 9284 (java) S 9279 9282 5767 0 -1 4202560 2457 0 1 0 11 0 0 0 20 0 22 0 3811385 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664547939192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9285] ppid=9279 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9282/task/9285/stat : 9285 (java) S 9279 9282 5767 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664391945000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9286] ppid=9279 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9282/task/9286/stat : 9286 (java) S 9279 9282 5767 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664390892200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9287] ppid=9279 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 129 0 0 0 1 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 116 0 0 0 1 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 135 0 0 0 4 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 106 0 0 0 3 0 0 0 20 0 22 0 3811386 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 190 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.08 cores=0,2,4,6
/proc/9282/task/9297/stat : 9297 (java) S 9279 9282 5767 0 -1 4202560 10742 0 0 0 106 2 0 0 20 0 22 0 3811390 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664367954104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9298] ppid=9279 vsize=9824732 CPUtime=1.14 cores=0,2,4,6
/proc/9282/task/9298/stat : 9298 (java) S 9279 9282 5767 0 -1 4202560 14590 0 0 0 111 3 0 0 20 0 22 0 3811390 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664366901304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9299] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9299/stat : 9299 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664365849208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9300] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9300/stat : 9300 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664364796616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9301] ppid=9279 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/9282/task/9301/stat : 9301 (java) R 9279 9282 5767 0 -1 4202560 36 0 0 0 281 0 0 0 20 0 22 0 3811399 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664363684080 140664420836037 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9302] ppid=9279 vsize=9824732 CPUtime=2.83 cores=0,2,4,6
/proc/9282/task/9302/stat : 9302 (java) R 9279 9282 5767 0 -1 4202560 154 0 0 0 280 3 0 0 20 0 22 0 3811399 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664362638880 140664420835904 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9303] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9303/stat : 9303 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664361588392 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9304] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9304/stat : 9304 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 85362 33554432000 1073741824 1073778376 140735500799360 140664360535592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.32
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 4.10 4.14 4.06 5/219 9304
/proc/meminfo: memFree=28399132/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=14.98 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 35131 0 1 0 1478 20 0 0 20 0 22 0 3811383 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 151553 2275 9 0 2446860 0
[pid=9282/tid=9284] ppid=9279 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/9282/task/9284/stat : 9284 (java) S 9279 9282 5767 0 -1 4202560 2457 0 1 0 11 0 0 0 20 0 22 0 3811385 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664547939192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9285] ppid=9279 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9282/task/9285/stat : 9285 (java) S 9279 9282 5767 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664391945000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9286] ppid=9279 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9282/task/9286/stat : 9286 (java) S 9279 9282 5767 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664390892200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9287] ppid=9279 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 139 0 0 0 4 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 28 0 0 0 3 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 160 0 0 0 4 2 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 117 0 0 0 6 0 0 0 20 0 22 0 3811386 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 438 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 151553 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.09 cores=0,2,4,6

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

/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 369 0 0 0 322 7 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=3.03 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 481 0 0 0 295 8 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=3.18 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 486 0 0 0 310 8 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=3.09 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 356 0 0 0 302 7 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=3.12 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 483 0 0 0 305 7 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 436 0 0 0 308 5 0 0 20 0 22 0 3811386 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 1355 0 0 0 101 19 0 0 20 0 22 0 3811387 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9297/stat : 9297 (java) S 9279 9282 5767 0 -1 4202560 10750 0 0 0 118 2 0 0 20 0 22 0 3811390 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664367954104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9298] ppid=9279 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/9282/task/9298/stat : 9298 (java) S 9279 9282 5767 0 -1 4202560 23925 0 0 0 172 4 0 0 20 0 22 0 3811390 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664366901304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9299] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9299/stat : 9299 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664365849208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9300] ppid=9279 vsize=9824732 CPUtime=0.35 cores=0,2,4,6
/proc/9282/task/9300/stat : 9300 (java) S 9279 9282 5767 0 -1 4202560 50 0 0 0 19 16 0 0 20 0 22 0 3811390 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664364796616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9301] ppid=9279 vsize=9824732 CPUtime=871.49 cores=0,2,4,6
/proc/9282/task/9301/stat : 9301 (java) R 9279 9282 5767 0 -1 4202560 193 0 0 0 87134 15 0 0 20 0 22 0 3811399 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664363690992 140664420836037 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9302] ppid=9279 vsize=9824732 CPUtime=871.51 cores=0,2,4,6
/proc/9282/task/9302/stat : 9302 (java) R 9279 9282 5767 0 -1 4202560 1466 0 0 0 87099 52 0 0 20 0 22 0 3811399 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664362638960 140664420869309 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9303] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9303/stat : 9303 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664361588392 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9304] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9304/stat : 9304 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 589428 33554432000 1073741824 1073778376 140735500799360 140664360535592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1777.17
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.701 s]
/proc/loadavg: 3.91 3.98 4.00 5/219 9396
/proc/meminfo: memFree=26974408/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 44820 0 1 0 179872 136 0 0 20 0 22 0 3811383 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 588257 2284 9 0 2446860 0
[pid=9282/tid=9284] ppid=9279 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9282/task/9284/stat : 9284 (java) S 9279 9282 5767 0 -1 4202560 2467 0 1 0 13 3 0 0 20 0 22 0 3811385 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664547939192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9285] ppid=9279 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/9282/task/9285/stat : 9285 (java) S 9279 9282 5767 0 -1 4202560 374 0 0 0 312 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664391945000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9286] ppid=9279 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/9282/task/9286/stat : 9286 (java) S 9279 9282 5767 0 -1 4202560 359 0 0 0 328 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664390892200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9287] ppid=9279 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 369 0 0 0 325 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 481 0 0 0 299 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 486 0 0 0 313 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 356 0 0 0 306 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 483 0 0 0 310 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 436 0 0 0 311 5 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 1355 0 0 0 101 19 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9297/stat : 9297 (java) S 9279 9282 5767 0 -1 4202560 10750 0 0 0 118 2 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664367954104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9298] ppid=9279 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/9282/task/9298/stat : 9298 (java) S 9279 9282 5767 0 -1 4202560 23925 0 0 0 172 4 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664366901304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9299] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9299/stat : 9299 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664365849208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9300] ppid=9279 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9282/task/9300/stat : 9300 (java) S 9279 9282 5767 0 -1 4202560 50 0 0 0 20 16 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664364796616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9301] ppid=9279 vsize=9824732 CPUtime=882.77 cores=0,2,4,6
/proc/9282/task/9301/stat : 9301 (java) R 9279 9282 5767 0 -1 4202560 195 0 0 0 88262 15 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664363691776 140664420802023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9302] ppid=9279 vsize=9824732 CPUtime=882.8 cores=0,2,4,6
/proc/9282/task/9302/stat : 9302 (java) R 9279 9282 5767 0 -1 4202560 1467 0 0 0 88228 52 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664362638192 140664420869330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9303] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9303/stat : 9303 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664361588392 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9304] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9304/stat : 9304 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664360535592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 9282 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.701 s]
/proc/loadavg: 3.91 3.98 4.00 5/219 9396
/proc/meminfo: memFree=26974408/32872528 swapFree=248296/248296
[pid=9282] ppid=9279 vsize=9824732 CPUtime=1800.08 cores=0,2,4,6
/proc/9282/stat : 9282 (java) S 9279 9282 5767 0 -1 4202496 44820 0 1 0 179872 136 0 0 20 0 22 0 3811383 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140735500790496 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9282/statm: 2456183 588257 2284 9 0 2446860 0
[pid=9282/tid=9284] ppid=9279 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/9282/task/9284/stat : 9284 (java) S 9279 9282 5767 0 -1 4202560 2467 0 1 0 13 3 0 0 20 0 22 0 3811385 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664547939192 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9285] ppid=9279 vsize=9824732 CPUtime=3.19 cores=0,2,4,6
/proc/9282/task/9285/stat : 9285 (java) S 9279 9282 5767 0 -1 4202560 374 0 0 0 312 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664391945000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9286] ppid=9279 vsize=9824732 CPUtime=3.36 cores=0,2,4,6
/proc/9282/task/9286/stat : 9286 (java) S 9279 9282 5767 0 -1 4202560 359 0 0 0 328 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664390892200 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9287] ppid=9279 vsize=9824732 CPUtime=3.32 cores=0,2,4,6
/proc/9282/task/9287/stat : 9287 (java) S 9279 9282 5767 0 -1 4202560 369 0 0 0 325 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664389839912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9288] ppid=9279 vsize=9824732 CPUtime=3.07 cores=0,2,4,6
/proc/9282/task/9288/stat : 9288 (java) S 9279 9282 5767 0 -1 4202560 481 0 0 0 299 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664388787112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9289] ppid=9279 vsize=9824732 CPUtime=3.21 cores=0,2,4,6
/proc/9282/task/9289/stat : 9289 (java) S 9279 9282 5767 0 -1 4202560 486 0 0 0 313 8 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664387733800 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9290] ppid=9279 vsize=9824732 CPUtime=3.13 cores=0,2,4,6
/proc/9282/task/9290/stat : 9290 (java) S 9279 9282 5767 0 -1 4202560 356 0 0 0 306 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664386681000 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9291] ppid=9279 vsize=9824732 CPUtime=3.17 cores=0,2,4,6
/proc/9282/task/9291/stat : 9291 (java) S 9279 9282 5767 0 -1 4202560 483 0 0 0 310 7 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664385628712 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9292] ppid=9279 vsize=9824732 CPUtime=3.16 cores=0,2,4,6
/proc/9282/task/9292/stat : 9292 (java) S 9279 9282 5767 0 -1 4202560 436 0 0 0 311 5 0 0 20 0 22 0 3811386 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664384575912 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9293] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9293/stat : 9293 (java) S 9279 9282 5767 0 -1 4202560 1355 0 0 0 101 19 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664372165352 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9294] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9294/stat : 9294 (java) S 9279 9282 5767 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664371111416 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9295] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9295/stat : 9295 (java) S 9279 9282 5767 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 3811387 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664370059016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9296] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9296/stat : 9296 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664369007504 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9297] ppid=9279 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/9282/task/9297/stat : 9297 (java) S 9279 9282 5767 0 -1 4202560 10750 0 0 0 118 2 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664367954104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9282/tid=9298] ppid=9279 vsize=9824732 CPUtime=1.76 cores=0,2,4,6
/proc/9282/task/9298/stat : 9298 (java) S 9279 9282 5767 0 -1 4202560 23925 0 0 0 172 4 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664366901304 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9299] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9299/stat : 9299 (java) S 9279 9282 5767 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664365849208 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9282/tid=9300] ppid=9279 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/9282/task/9300/stat : 9300 (java) S 9279 9282 5767 0 -1 4202560 50 0 0 0 20 16 0 0 20 0 22 0 3811390 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664364796616 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9301] ppid=9279 vsize=9824732 CPUtime=882.77 cores=0,2,4,6
/proc/9282/task/9301/stat : 9301 (java) R 9279 9282 5767 0 -1 4202560 195 0 0 0 88262 15 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664363691776 140664420802023 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9302] ppid=9279 vsize=9824732 CPUtime=882.8 cores=0,2,4,6
/proc/9282/task/9302/stat : 9302 (java) R 9279 9282 5767 0 -1 4202560 1467 0 0 0 88228 52 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664362638192 140664420869330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9282/tid=9303] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9303/stat : 9303 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664361588392 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9282/tid=9304] ppid=9279 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/9282/task/9304/stat : 9304 (java) S 9279 9282 5767 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 3811399 10060525568 588257 33554432000 1073741824 1073778376 140735500799360 140664360535592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 893.764
CPU time (s): 1800.08
CPU user time (s): 1798.72
CPU system time (s): 1.36
CPU usage (%): 201.404
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.47
system time used= 1.83972
maximum resident set size= 2837352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44862
page faults= 1
swaps= 0
block input operations= 0
block output operations= 904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29526
involuntary context switches= 54139

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.61215 second user time and 7.45387 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-15 21:06:50
IDJOB=4089744
IDBENCH=107450
IDSOLVER=2543
FILE ID=node103/4089744-1466017610
RUNJOBID= node103-1466012165-5783
PBS_JOBID= 19902805
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/pb16-16-elffers/EC_RANDOM_GRAPHS/normalized-ECrand6reg-v051-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4089744-1466017610/watcher-4089744-1466017610 -o /tmp/evaluation-result-4089744-1466017610/solver-4089744-1466017610 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1466012165-5783 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4089744-1466017610.opb

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

MD5SUM BENCH= 813a6d11f6812d0f2ad71162c6832081
RANDOM SEED=1940779888

node103.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		: 2667.278
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	: 5334.55
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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		: 2667.278
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:        28995724 kB
Buffers:          128984 kB
Cached:           344308 kB
SwapCached:            0 kB
Active:          2590160 kB
Inactive:         327432 kB
Active(anon):    2447116 kB
Inactive(anon):        0 kB
Active(file):     143044 kB
Inactive(file):   327432 kB
Unevictable:      248296 kB
Mlocked:          248296 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               832 kB
Writeback:             0 kB
AnonPages:       2692860 kB
Mapped:            21448 kB
Shmem:               204 kB
Slab:             574640 kB
SReclaimable:      18688 kB
SUnreclaim:       555952 kB
KernelStack:        1592 kB
PageTables:        10268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2808148 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2379776 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 node103 at 2016-06-15 21:21:44