Trace number 4103136

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.03 1772.95

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/
plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
MD5SUMe3f30a3ccce8a834fba8f93335c22413
Bench CategoryOPT-BIGINT (optimisation, big 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 variables2933624
Total number of constraints48672
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 constraints48672
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 1496264
Biggest coefficient in the objective function 2150851580428025856
Number of bits for the biggest coefficient in the objective function 61
Sum of the numbers in the objective function 7062021246795700082208
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 53687091200000000000
Number of bits of the biggest number in a constraint 66
Biggest sum of numbers in a constraint 7062021246795700082208
Number of bits of the biggest sum of numbers73
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.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/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.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103136-1466233010.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
42.60/28.05	c ... done. Wall clock time 27.936s.
42.60/28.05	c declared #vars     2933624
42.60/28.05	c #constraints  97240
42.60/28.05	c constraints type 
42.60/28.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 96840
42.60/28.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 400
42.60/28.05	c 97240 constraints processed.
42.60/28.05	c objective function length is 1496264 literals
120.89/102.42	c cleaning 2488 clauses out of 5002 with flag 18374/5002
149.56/129.40	c cleaning 4250 clauses out of 8513 with flag 31851/11001
172.47/152.21	c cleaning 5623 clauses out of 11263 with flag 46877/18001
200.21/179.43	c cleaning 6807 clauses out of 13639 with flag 64027/26000
230.12/209.39	c cleaning 7906 clauses out of 15833 with flag 83286/35001
265.64/244.26	c cleaning 8953 clauses out of 17928 with flag 104740/45002
305.95/283.96	c cleaning 9975 clauses out of 19975 with flag 128326/56002
348.64/326.68	c cleaning 10986 clauses out of 21998 with flag 154161/68000
395.96/373.42	c cleaning 11992 clauses out of 24012 with flag 182029/81000
445.37/422.38	c cleaning 13004 clauses out of 26012 with flag 212408/95001
453.35/429.86	c cleaning 14000 clauses out of 28007 with flag 257369/110000
465.56/442.07	c cleaning 14977 clauses out of 29959 with flag 302065/126000
473.65/450.16	c cleaning 15990 clauses out of 31982 with flag 336061/143000
482.05/458.55	c cleaning 16986 clauses out of 33985 with flag 383893/161000
492.55/469.06	c cleaning 17999 clauses out of 35998 with flag 429147/180000
504.85/481.30	c cleaning 18997 clauses out of 38000 with flag 469900/200001
517.55/494.04	c cleaning 20000 clauses out of 40002 with flag 512841/221000
531.25/507.75	c cleaning 20994 clauses out of 42002 with flag 557815/243000
547.10/522.94	c cleaning 21994 clauses out of 44008 with flag 604402/266000
563.39/539.29	c cleaning 23006 clauses out of 46016 with flag 654931/290002
580.69/556.51	c cleaning 23999 clauses out of 48008 with flag 706092/315000
597.69/573.58	c cleaning 25004 clauses out of 50009 with flag 762022/341000
616.69/592.52	c cleaning 26001 clauses out of 52005 with flag 817678/368000
636.38/612.26	c cleaning 27001 clauses out of 54004 with flag 875389/396000
661.28/637.13	c cleaning 27990 clauses out of 55986 with flag 936001/425000
678.29/654.10	c cleaning 28995 clauses out of 57996 with flag 998830/455000
701.48/676.59	c cleaning 29981 clauses out of 59965 with flag 1069693/486000
719.48/694.56	c cleaning 30987 clauses out of 61984 with flag 1133719/518000
740.97/716.01	c cleaning 31999 clauses out of 63998 with flag 1199746/551001
760.78/735.86	c cleaning 32990 clauses out of 65981 with flag 1277856/585002
783.68/758.71	c cleaning 33980 clauses out of 67984 with flag 1352512/620000
807.38/782.42	c cleaning 34993 clauses out of 70005 with flag 1424518/656001
833.29/808.33	c cleaning 35991 clauses out of 72011 with flag 1498516/693000
860.20/835.22	c cleaning 36997 clauses out of 74020 with flag 1574516/731000
889.50/864.54	c cleaning 37998 clauses out of 76023 with flag 1652516/770000
920.07/894.43	c cleaning 38997 clauses out of 78025 with flag 1732516/810000
951.88/926.22	c cleaning 40004 clauses out of 80028 with flag 1814516/851000
986.58/961.00	c cleaning 41002 clauses out of 82024 with flag 1898518/893000
1024.98/999.33	c cleaning 42002 clauses out of 84022 with flag 1984518/936000
1064.69/1039.01	c cleaning 43002 clauses out of 86021 with flag 2072521/980001
1105.90/1080.24	c cleaning 43997 clauses out of 88018 with flag 2162519/1025000
1150.31/1124.62	c cleaning 45001 clauses out of 90021 with flag 2254519/1071000
1196.82/1171.11	c cleaning 45998 clauses out of 92021 with flag 2348686/1118001
1226.62/1200.93	c cleaning 46998 clauses out of 94016 with flag 2463860/1166000
1254.12/1227.81	c cleaning 47954 clauses out of 95923 with flag 2573439/1215001
1293.22/1266.91	c cleaning 48961 clauses out of 97941 with flag 2702733/1265004
1329.52/1303.27	c cleaning 49978 clauses out of 99977 with flag 2832951/1316001
1370.83/1344.56	c cleaning 50993 clauses out of 101998 with flag 2958652/1368000
1405.14/1378.82	c cleaning 51989 clauses out of 104005 with flag 3086509/1421000
1445.54/1419.30	c cleaning 53004 clauses out of 106016 with flag 3210364/1475000
1489.70/1462.60	c cleaning 54003 clauses out of 108013 with flag 3340363/1530001
1533.19/1506.18	c cleaning 54998 clauses out of 110011 with flag 3470225/1586002
1579.08/1552.00	c cleaning 55996 clauses out of 112011 with flag 3603357/1643001
1628.29/1601.25	c cleaning 57006 clauses out of 114014 with flag 3737251/1701000
1679.10/1652.08	c cleaning 57993 clauses out of 116010 with flag 3874837/1760002
1728.31/1701.28	c cleaning 59002 clauses out of 118015 with flag 4020003/1820000
1783.43/1756.33	c cleaning 60000 clauses out of 120013 with flag 4165073/1881000
1800.03/1772.90	c starts		: 15760
1800.03/1772.90	c conflicts		: 1906836
1800.03/1772.90	c decisions		: 16874200
1800.03/1772.90	c propagations		: 184636910
1800.03/1772.90	c inspects		: 10471949159
1800.03/1772.90	c shortcuts		: 0
1800.03/1772.90	c learnt literals	: 276
1800.03/1772.90	c learnt binary clauses	: 249
1800.03/1772.90	c learnt ternary clauses	: 242
1800.03/1772.90	c learnt constraints	: 1906559
1800.03/1772.90	c ignored constraints	: 0
1800.03/1772.90	c root simplifications	: 0
1800.03/1772.90	c removed literals (reason simplification)	: 0
1800.03/1772.90	c reason swapping (by a shorter reason)	: 0
1800.03/1772.90	c Calls to reduceDB	: 57
1800.03/1772.90	c Number of update (reduction) of LBD	: 115853
1800.03/1772.90	c Imported unit clauses	: 0
1800.03/1772.90	c number of reductions to clauses (during analyze)	: 0
1800.03/1772.90	c number of learned constraints concerned by reduction	: 0
1800.03/1772.90	c number of learning phase by resolution	: 0
1800.03/1772.90	c number of learning phase by cutting planes	: 0
1800.03/1772.90	c speed (assignments/second)	: 105877.55867403111
1800.03/1772.90	c non guided choices	9808144
1800.03/1772.93	c learnt constraints type 
1800.03/1772.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 249
1800.03/1772.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 85600
1800.03/1772.93	s UNKNOWN
1800.03/1772.93	c Total wall clock time (in seconds): 1772.813

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-4103136-1466233010/watcher-4103136-1466233010 -o /tmp/evaluation-result-4103136-1466233010/solver-4103136-1466233010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103136-1466233010.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.45 2.33 2.23 3/196 10446
/proc/meminfo: memFree=29690348/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/10446/stat : 10446 (java) D 10443 10446 4518 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 25348147 9515008 175 33554432000 1073741824 1073778376 140735454540320 140735454523048 273905697680 0 0 4096 0 18446744072100756772 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2323 175 133 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.45 2.33 2.23 3/196 10446
/proc/meminfo: memFree=29690348/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 4397 0 1 0 7 1 0 0 20 0 18 0 25348147 9787879424 6015 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 6015 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200276 s]
/proc/loadavg: 2.45 2.33 2.23 3/196 10446
/proc/meminfo: memFree=29690348/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 5046 0 1 0 24 3 0 0 20 0 18 0 25348147 9787879424 23319 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 23319 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.3003 s]
/proc/loadavg: 2.45 2.33 2.23 3/196 10446
/proc/meminfo: memFree=29690348/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 5845 0 1 0 42 4 0 0 20 0 18 0 25348147 9787879424 26918 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 26918 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700274 s]
/proc/loadavg: 2.45 2.33 2.23 3/196 10446
/proc/meminfo: memFree=29690348/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=1.03 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 6019 0 1 0 96 7 0 0 20 0 18 0 25348147 9787879424 57231 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 57231 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.45 2.33 2.23 3/214 10464
/proc/meminfo: memFree=29436156/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=1.93 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 6430 0 1 0 183 10 0 0 20 0 18 0 25348147 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 65785 2247 9 0 2380296 0
[pid=10446/tid=10448] ppid=10443 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 2463 0 1 0 132 4 0 0 20 0 18 0 25348148 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425336040368 140425180890568 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 111 0 0 0 4 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 63 0 0 0 2 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 31 0 0 0 5 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 54 0 0 0 3 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 76 0 0 0 3 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 108 0 0 0 4 0 0 0 20 0 18 0 25348150 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 1238 0 0 0 10 0 0 0 20 0 18 0 25348153 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 909 0 0 0 6 0 0 0 20 0 18 0 25348153 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 65785 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9558476

[startup+3.10077 s]
/proc/loadavg: 2.45 2.33 2.23 3/214 10464
/proc/meminfo: memFree=29264940/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=3.88 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 6940 0 1 0 369 19 0 0 20 0 18 0 25348147 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 121887 2251 9 0 2380296 0
[pid=10446/tid=10448] ppid=10443 vsize=9558476 CPUtime=2.82 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 2519 0 1 0 277 5 0 0 20 0 18 0 25348148 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425336040728 273909081357 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 169 0 0 0 11 2 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 79 0 0 0 7 2 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 103 0 0 0 6 1 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 54 0 0 0 7 2 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 118 0 0 0 7 3 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 103 0 0 0 6 2 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 154 0 0 0 10 3 0 0 20 0 18 0 25348150 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 1242 0 0 0 10 0 0 0 20 0 18 0 25348153 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 909 0 0 0 6 0 0 0 20 0 18 0 25348153 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 121887 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.88
Current children cumulated vsize (KiB) 9558476

[startup+6.30084 s]
/proc/loadavg: 2.50 2.34 2.23 3/214 10464
/proc/meminfo: memFree=28779356/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=8.55 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 13761 0 1 0 813 42 0 0 20 0 18 0 25348147 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 240952 2283 9 0 2380296 0
[pid=10446/tid=10448] ppid=10443 vsize=9558476 CPUtime=5.17 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 2823 0 1 0 508 9 0 0 20 0 18 0 25348148 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425336033408 140425180910593 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 637 0 0 0 30 3 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 368 0 0 0 20 3 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 545 0 0 0 13 3 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 222 0 0 0 24 4 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 181 0 0 0 24 5 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 160 0 0 0 19 3 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 177 0 0 0 24 3 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 208 0 0 0 25 5 0 0 20 0 18 0 25348150 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 841 0 0 0 46 2 0 0 20 0 18 0 25348151 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25348151 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 2290 0 0 0 31 0 0 0 20 0 18 0 25348153 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9558476 CPUtime=0.33 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 4056 0 0 0 31 2 0 0 20 0 18 0 25348153 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25348153 9787879424 240952 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.55
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.46 2.34 2.23 3/214 10465
/proc/meminfo: memFree=27619596/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9558476 CPUtime=17.85 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 20312 0 1 0 1684 101 0 0 20 0 18 0 25348147 9787879424 520112 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2389619 520112 2286 9 0 2380296 0

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

[pid=10446/tid=10466] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10466/stat : 10466 (java) S 10443 10446 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25351051 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424681300904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1689.4
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.41 2.37 2.30 3/215 10597
/proc/meminfo: memFree=22278652/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9625040 CPUtime=1749.42 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 51877 0 1 0 174587 355 0 0 20 0 19 0 25348147 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2406260 1079414 2293 9 0 2396937 0
[pid=10446/tid=10448] ppid=10443 vsize=9625040 CPUtime=1698.05 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 3535 0 1 0 169755 50 0 0 20 0 19 0 25348148 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425336033072 140425181465546 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 3252 0 0 0 369 31 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 3493 0 0 0 354 33 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 2317 0 0 0 384 37 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 1228 0 0 0 399 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 3453 0 0 0 362 40 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 4167 0 0 0 372 35 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 5809 0 0 0 445 39 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 3104 0 0 0 397 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9625040 CPUtime=10.91 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 4152 0 0 0 1083 8 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 11941 0 0 0 130 3 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 4068 0 0 0 53 2 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 99 0 0 0 24 35 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10466] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10466/stat : 10466 (java) S 10443 10446 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25351051 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424681300904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1749.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1772.9 s]
/proc/loadavg: 2.41 2.37 2.30 3/215 10598
/proc/meminfo: memFree=22277108/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 51881 0 1 0 179647 356 0 0 20 0 19 0 25348147 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2406260 1079414 2293 9 0 2396937 0
[pid=10446/tid=10448] ppid=10443 vsize=9625040 CPUtime=1748.52 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 3535 0 1 0 174801 51 0 0 20 0 19 0 25348148 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425336033072 140425181464144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 3252 0 0 0 369 31 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 3493 0 0 0 354 33 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 2317 0 0 0 384 37 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 1228 0 0 0 399 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 3453 0 0 0 362 40 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 4167 0 0 0 372 35 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 5809 0 0 0 445 39 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 3104 0 0 0 397 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9625040 CPUtime=10.91 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 4152 0 0 0 1083 8 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 11941 0 0 0 130 3 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 4068 0 0 0 53 2 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 103 0 0 0 26 36 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10466] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10466/stat : 10466 (java) S 10443 10446 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25351051 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424681300904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 10446 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1772.9 s]
/proc/loadavg: 2.41 2.37 2.30 3/215 10598
/proc/meminfo: memFree=22277108/32872528 swapFree=1482636/1662508
[pid=10446] ppid=10443 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/10446/stat : 10446 (java) S 10443 10446 4518 0 -1 4202496 51881 0 1 0 179647 356 0 0 20 0 19 0 25348147 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140736116627264 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10446/statm: 2406260 1079414 2293 9 0 2396937 0
[pid=10446/tid=10448] ppid=10443 vsize=9625040 CPUtime=1748.52 cores=1,3,5,7
/proc/10446/task/10448/stat : 10448 (java) R 10443 10446 4518 0 -1 4202560 3535 0 1 0 174801 51 0 0 20 0 19 0 25348148 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425336033072 140425181464144 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10449] ppid=10443 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/10446/task/10449/stat : 10449 (java) S 10443 10446 4518 0 -1 4202560 3252 0 0 0 369 31 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425308494120 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10450] ppid=10443 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/10446/task/10450/stat : 10450 (java) S 10443 10446 4518 0 -1 4202560 3493 0 0 0 354 33 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425307441320 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10451] ppid=10443 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10446/task/10451/stat : 10451 (java) S 10443 10446 4518 0 -1 4202560 2317 0 0 0 384 37 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425306389032 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10452] ppid=10443 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/10446/task/10452/stat : 10452 (java) S 10443 10446 4518 0 -1 4202560 1228 0 0 0 399 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425305336232 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10453] ppid=10443 vsize=9625040 CPUtime=4.02 cores=1,3,5,7
/proc/10446/task/10453/stat : 10453 (java) S 10443 10446 4518 0 -1 4202560 3453 0 0 0 362 40 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425304283944 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10454] ppid=10443 vsize=9625040 CPUtime=4.07 cores=1,3,5,7
/proc/10446/task/10454/stat : 10454 (java) S 10443 10446 4518 0 -1 4202560 4167 0 0 0 372 35 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425303231144 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10455] ppid=10443 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/10446/task/10455/stat : 10455 (java) S 10443 10446 4518 0 -1 4202560 5809 0 0 0 445 39 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425302178856 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10456] ppid=10443 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/10446/task/10456/stat : 10456 (java) S 10443 10446 4518 0 -1 4202560 3104 0 0 0 397 36 0 0 20 0 19 0 25348150 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140425301126056 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10457] ppid=10443 vsize=9625040 CPUtime=10.91 cores=1,3,5,7
/proc/10446/task/10457/stat : 10457 (java) S 10443 10446 4518 0 -1 4202560 4152 0 0 0 1083 8 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424689723624 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10446/tid=10458] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10458/stat : 10458 (java) S 10443 10446 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424688669688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10459] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10459/stat : 10459 (java) S 10443 10446 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25348151 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424687617288 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10460] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10460/stat : 10460 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424686565776 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10461] ppid=10443 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/10446/task/10461/stat : 10461 (java) S 10443 10446 4518 0 -1 4202560 11941 0 0 0 130 3 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424685513400 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10462] ppid=10443 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10446/task/10462/stat : 10462 (java) S 10443 10446 4518 0 -1 4202560 4068 0 0 0 53 2 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424684460600 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10446/tid=10463] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10463/stat : 10463 (java) S 10443 10446 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424683408504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10446/tid=10464] ppid=10443 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/10446/task/10464/stat : 10464 (java) S 10443 10446 4518 0 -1 4202560 103 0 0 0 26 36 0 0 20 0 19 0 25348153 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424682355912 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10446/tid=10466] ppid=10443 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10446/task/10466/stat : 10466 (java) S 10443 10446 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25351051 9856040960 1079414 33554432000 1073741824 1073778376 140736116636128 140424681300904 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1772.95
CPU time (s): 1800.03
CPU user time (s): 1796.47
CPU system time (s): 3.56
CPU usage (%): 101.527
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.95
system time used= 4.02239
maximum resident set size= 4417984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51926
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46448
involuntary context switches= 36202

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.8202 second user time and 12.2171 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 08:56:57
IDJOB=4103136
IDBENCH=2278
IDSOLVER=2546
FILE ID=node134/4103136-1466233010
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71560 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/lptestset/fome/normalized-mps-v2-20-10-fome13.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103136-1466233010/watcher-4103136-1466233010 -o /tmp/evaluation-result-4103136-1466233010/solver-4103136-1466233010 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4535 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103136-1466233010.opb

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

MD5SUM BENCH= e3f30a3ccce8a834fba8f93335c22413
RANDOM SEED=139518517

node134.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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.020
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.020
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.020
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.54
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.020
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.020
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:        29691644 kB
Buffers:          119756 kB
Cached:           295720 kB
SwapCached:         1008 kB
Active:           582252 kB
Inactive:         192312 kB
Active(anon):     359932 kB
Inactive(anon):     1616 kB
Active(file):     222320 kB
Inactive(file):   190696 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:            163888 kB
Writeback:             0 kB
AnonPages:       2022788 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             607816 kB
SReclaimable:      50540 kB
SUnreclaim:       557276 kB
KernelStack:        1600 kB
PageTables:         8640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2158140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    503808 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= 71552 MiB
End job on node134 at 2016-06-18 09:26:30