Trace number 4103344

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.56 1795.54

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-swath1.opb
MD5SUMcadb80b29b1b884c95a94376a4e900b4
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 variables53335
Total number of constraints5302
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)189
Number of constraints which are nor clauses,nor cardinality constraints5113
Minimum length of a constraint1
Maximum length of a constraint50934
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4832120913850916
Number of bits of the biggest sum of numbers53
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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	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-4103344-1466236668.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
1.87/1.22	c ... done. Wall clock time 1.096s.
1.87/1.22	c declared #vars     53335
1.87/1.22	c #constraints  5806
1.87/1.22	c constraints type 
1.87/1.22	c org.sat4j.specs.Constr$1 => 401
1.87/1.22	c org.sat4j.minisat.constraints.cnf.UnitClause => 189
1.87/1.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5216
1.87/1.22	c 5806 constraints processed.
1.87/1.22	c objective function length is 31 literals
24.41/23.21	c cleaning 2512 clauses out of 5024 with flag 11293/5025
47.67/46.32	c cleaning 4289 clauses out of 8578 with flag 25684/11091
72.44/70.92	c cleaning 5628 clauses out of 11255 with flag 43193/18057
116.14/114.65	c cleaning 6841 clauses out of 13682 with flag 62038/26112
248.68/246.96	c cleaning 7890 clauses out of 15782 with flag 88827/35053
299.33/297.15	c cleaning 8919 clauses out of 17839 with flag 108838/45000
347.23/345.00	c cleaning 9962 clauses out of 19924 with flag 131202/56004
350.23/348.01	c cleaning 10975 clauses out of 21962 with flag 155206/68004
353.95/351.70	c cleaning 11984 clauses out of 23983 with flag 181198/81000
358.40/356.02	c cleaning 12992 clauses out of 26000 with flag 209200/95001
363.40/361.09	c cleaning 14006 clauses out of 28017 with flag 239218/110010
369.40/367.04	c cleaning 14992 clauses out of 30002 with flag 271200/126001
374.10/371.70	c cleaning 15999 clauses out of 32012 with flag 305204/143003
380.10/377.75	c cleaning 16999 clauses out of 34012 with flag 341202/161002
386.80/384.40	c cleaning 17995 clauses out of 36012 with flag 379200/180001
394.80/392.41	c cleaning 18991 clauses out of 38018 with flag 419202/200002
402.30/399.98	c cleaning 20000 clauses out of 40025 with flag 461198/221000
412.20/409.85	c cleaning 20998 clauses out of 42027 with flag 505202/243002
421.30/418.96	c cleaning 22006 clauses out of 44028 with flag 551200/266001
430.86/428.22	c cleaning 22996 clauses out of 46023 with flag 599202/290002
440.26/437.64	c cleaning 24003 clauses out of 48029 with flag 649206/315004
453.16/450.55	c cleaning 25003 clauses out of 50024 with flag 701202/341002
464.36/461.71	c cleaning 25995 clauses out of 52022 with flag 755204/368003
475.25/472.67	c cleaning 26999 clauses out of 54025 with flag 811200/396001
487.25/484.63	c cleaning 28000 clauses out of 56025 with flag 869198/425000
498.86/496.22	c cleaning 28996 clauses out of 58027 with flag 929202/455002
510.72/507.81	c cleaning 30001 clauses out of 60031 with flag 991202/486002
523.22/520.32	c cleaning 30999 clauses out of 62029 with flag 1055200/518001
536.82/533.94	c cleaning 32003 clauses out of 64032 with flag 1121204/551003
555.31/552.47	c cleaning 33001 clauses out of 66026 with flag 1189198/585000
574.31/571.42	c cleaning 34005 clauses out of 68026 with flag 1259200/620001
595.32/592.49	c cleaning 35005 clauses out of 70023 with flag 1331204/656003
616.52/613.60	c cleaning 35996 clauses out of 72019 with flag 1405206/693004
641.63/638.72	c cleaning 37003 clauses out of 74026 with flag 1481212/731007
661.72/658.81	c cleaning 37999 clauses out of 76019 with flag 1559204/770003
690.22/687.30	c cleaning 38994 clauses out of 78021 with flag 1639206/810004
713.94/710.87	c cleaning 40003 clauses out of 80025 with flag 1721202/851002
735.64/732.50	c cleaning 40994 clauses out of 82022 with flag 1805202/893002
758.45/755.34	c cleaning 42000 clauses out of 84029 with flag 1891204/936003
783.95/780.80	c cleaning 43006 clauses out of 86027 with flag 1979200/980001
807.87/804.77	c cleaning 43999 clauses out of 88023 with flag 2069204/1025003
835.27/832.18	c cleaning 45000 clauses out of 90026 with flag 2161208/1071005
868.27/865.15	c cleaning 46000 clauses out of 92021 with flag 2255198/1118000
904.08/900.97	c cleaning 47001 clauses out of 94025 with flag 2351206/1166004
934.42/931.08	c cleaning 48002 clauses out of 96025 with flag 2449208/1215005
961.71/958.31	c cleaning 48997 clauses out of 98020 with flag 2549202/1265002
991.51/988.12	c cleaning 50001 clauses out of 100021 with flag 2651198/1316000
1026.72/1023.32	c cleaning 50996 clauses out of 102021 with flag 2755200/1368001
1062.12/1058.72	c cleaning 51993 clauses out of 104026 with flag 2861202/1421002
1096.53/1093.18	c cleaning 53004 clauses out of 106034 with flag 2969204/1475003
1138.24/1134.86	c cleaning 54005 clauses out of 108034 with flag 3079212/1530007
1169.15/1165.73	c cleaning 55005 clauses out of 110025 with flag 3191204/1586003
1203.27/1199.88	c cleaning 56001 clauses out of 112022 with flag 3305208/1643005
1246.08/1242.28	c cleaning 56991 clauses out of 114016 with flag 3421198/1701000
1291.08/1287.23	c cleaning 57994 clauses out of 116026 with flag 3539200/1760001
1322.90/1319.06	c cleaning 59002 clauses out of 118032 with flag 3659200/1820001
1358.19/1354.30	c cleaning 60001 clauses out of 120031 with flag 3781202/1881002
1395.71/1391.86	c cleaning 61000 clauses out of 122030 with flag 3905202/1943002
1434.81/1430.96	c cleaning 62002 clauses out of 124028 with flag 4031198/2006000
1478.67/1474.58	c cleaning 62998 clauses out of 126027 with flag 4159200/2070001
1521.38/1517.29	c cleaning 64002 clauses out of 128031 with flag 4289204/2135003
1574.90/1570.71	c cleaning 65005 clauses out of 130029 with flag 4421204/2201003
1626.13/1621.91	c cleaning 66000 clauses out of 132025 with flag 4555206/2268004
1684.54/1680.34	c cleaning 66995 clauses out of 134021 with flag 4691198/2336000
1738.44/1734.24	c cleaning 68007 clauses out of 136029 with flag 4829204/2405003
1796.20/1791.77	c cleaning 68997 clauses out of 138020 with flag 4969200/2475001
1800.00/1795.50	c starts		: 28
1800.00/1795.50	c conflicts		: 2482600
1800.00/1795.50	c decisions		: 2716846
1800.00/1795.50	c propagations		: 80636416
1800.00/1795.50	c inspects		: 25015673086
1800.00/1795.50	c shortcuts		: 0
1800.00/1795.50	c learnt literals	: 1
1800.00/1795.50	c learnt binary clauses	: 0
1800.00/1795.50	c learnt ternary clauses	: 0
1800.00/1795.50	c learnt constraints	: 2482599
1800.00/1795.50	c ignored constraints	: 0
1800.00/1795.50	c root simplifications	: 0
1800.00/1795.50	c removed literals (reason simplification)	: 0
1800.00/1795.50	c reason swapping (by a shorter reason)	: 0
1800.00/1795.50	c Calls to reduceDB	: 66
1800.00/1795.50	c Number of update (reduction) of LBD	: 2850
1800.00/1795.50	c Imported unit clauses	: 0
1800.00/1795.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1795.50	c number of learned constraints concerned by reduction	: 0
1800.00/1795.50	c number of learning phase by resolution	: 0
1800.00/1795.50	c number of learning phase by cutting planes	: 0
1800.00/1795.50	c speed (assignments/second)	: 44941.54719713128
1800.00/1795.50	c non guided choices	0
1800.00/1795.51	c timeout
1800.00/1795.53	c learnt constraints type 
1800.00/1795.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 76622
1800.00/1795.53	s UNKNOWN
1800.00/1795.53	c Total wall clock time (in seconds): 1795.404

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-4103344-1466236668/watcher-4103344-1466236668 -o /tmp/evaluation-result-4103344-1466236668/solver-4103344-1466236668 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103344-1466236668.opb 

pid=31169
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.34 2.25 2.19 4/194 31172
/proc/meminfo: memFree=27671424/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9224 CPUtime=0 cores=0,2,4,6
/proc/31172/stat : 31172 (java) R 31169 31172 25977 0 -1 4202496 214 0 0 0 0 0 0 0 20 0 1 0 25715430 9445376 89 33554432000 1073741824 1073778376 140736298257440 140736298254568 272877270455 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/31172/statm: 2306 93 75 9 0 38 0

[startup+0.100059 s]
/proc/loadavg: 2.34 2.25 2.19 4/194 31172
/proc/meminfo: memFree=27671424/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 4327 0 1 0 7 1 0 0 20 0 18 0 25715430 9787879424 5437 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2389619 5437 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 2.34 2.25 2.19 4/194 31172
/proc/meminfo: memFree=27671424/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 5024 0 1 0 24 1 0 0 20 0 18 0 25715430 9787879424 7066 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2389619 7066 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.34 2.25 2.19 4/194 31172
/proc/meminfo: memFree=27671424/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 7051 0 1 0 49 2 0 0 20 0 18 0 25715430 9787879424 10335 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2389619 10335 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700185 s]
/proc/loadavg: 2.34 2.25 2.19 4/194 31172
/proc/meminfo: memFree=27671424/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9558476 CPUtime=1.21 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 7252 0 1 0 115 6 0 0 20 0 18 0 25715430 9787879424 46258 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2389619 46258 2270 9 0 2380296 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50082 s]
/proc/loadavg: 2.34 2.25 2.19 4/212 31190
/proc/meminfo: memFree=27458720/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 7750 0 1 0 224 11 0 0 20 0 19 0 25715430 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 56925 2278 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 2482 0 1 0 132 4 0 0 20 0 19 0 25715432 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829327925528 139829187355050 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 124 0 0 0 6 1 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 25715433 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25715434 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 1563 0 0 0 36 0 0 0 20 0 19 0 25715437 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 1883 0 0 0 24 0 0 0 20 0 19 0 25715437 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715438 9856040960 56925 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.39 2.26 2.20 4/213 31191
/proc/meminfo: memFree=27452572/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 11413 0 1 0 407 12 0 0 20 0 19 0 25715430 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 57783 2279 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 2484 0 1 0 292 4 0 0 20 0 19 0 25715432 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829327923672 139829187355044 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 124 0 0 0 6 1 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 25715433 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25715434 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 3766 0 0 0 52 0 0 0 20 0 19 0 25715437 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 3341 0 0 0 32 0 0 0 20 0 19 0 25715437 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715438 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 57783 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.39 2.26 2.20 3/213 31191
/proc/meminfo: memFree=27454708/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=7.42 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 11415 0 1 0 730 12 0 0 20 0 19 0 25715430 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 57166 2279 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=6.16 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 2486 0 1 0 612 4 0 0 20 0 19 0 25715432 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829327923672 139829187442742 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.07 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 124 0 0 0 6 1 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 95 0 0 0 3 0 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 110 0 0 0 2 0 0 0 20 0 19 0 25715433 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 25715434 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 3766 0 0 0 54 0 0 0 20 0 19 0 25715437 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 3341 0 0 0 33 0 0 0 20 0 19 0 25715437 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715438 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 57166 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.36 2.26 2.20 3/213 31191

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

[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 8354 0 0 0 70 2 0 0 20 0 19 0 25715437 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 4865 0 0 0 52 0 0 0 20 0 19 0 25715437 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 99 0 0 0 31 24 0 0 20 0 19 0 25715438 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 798877 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1726.54
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.30 2.23 4/213 31325
/proc/meminfo: memFree=27198884/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=1786.8 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 23604 0 1 0 178482 198 0 0 20 0 19 0 25715430 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 761569 2294 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=1780.34 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 3942 0 1 0 177977 57 0 0 20 0 19 0 25715432 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829327924448 139829187467539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 323 0 0 0 26 17 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 482 0 0 0 36 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 451 0 0 0 34 16 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 492 0 0 0 36 22 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 388 0 0 0 29 13 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 302 0 0 0 26 11 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 483 0 0 0 30 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 552 0 0 0 41 25 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 1609 0 0 0 82 2 0 0 20 0 19 0 25715434 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 8354 0 0 0 70 2 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 4865 0 0 0 52 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 103 0 0 0 32 25 0 0 20 0 19 0 25715438 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1786.8
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.5 s]
/proc/loadavg: 2.28 2.30 2.24 3/213 31325
/proc/meminfo: memFree=27198704/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 23604 0 1 0 179802 198 0 0 20 0 19 0 25715430 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 761569 2294 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=1793.55 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 3942 0 1 0 179298 57 0 0 20 0 19 0 25715432 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829327916736 139829187518091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 323 0 0 0 26 17 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 482 0 0 0 36 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 451 0 0 0 34 16 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 492 0 0 0 36 22 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 388 0 0 0 29 13 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 302 0 0 0 26 11 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 483 0 0 0 30 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 552 0 0 0 41 25 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 1609 0 0 0 82 2 0 0 20 0 19 0 25715434 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 8354 0 0 0 70 2 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 4865 0 0 0 52 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 103 0 0 0 33 25 0 0 20 0 19 0 25715438 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 31172 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.5 s]
/proc/loadavg: 2.28 2.30 2.24 3/213 31325
/proc/meminfo: memFree=27198704/32872528 swapFree=1244176/1391344
[pid=31172] ppid=31169 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/31172/stat : 31172 (java) S 31169 31172 25977 0 -1 4202496 23604 0 1 0 179802 198 0 0 20 0 19 0 25715430 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 140735331647856 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/31172/statm: 2406260 761569 2294 9 0 2396937 0
[pid=31172/tid=31174] ppid=31169 vsize=9625040 CPUtime=1793.55 cores=0,2,4,6
/proc/31172/task/31174/stat : 31174 (java) R 31169 31172 25977 0 -1 4202560 3942 0 1 0 179298 57 0 0 20 0 19 0 25715432 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829327916736 139829187518091 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31175] ppid=31169 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/31172/task/31175/stat : 31175 (java) S 31169 31172 25977 0 -1 4202560 323 0 0 0 26 17 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829306026536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31176] ppid=31169 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/31172/task/31176/stat : 31176 (java) S 31169 31172 25977 0 -1 4202560 482 0 0 0 36 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829102766504 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31177] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31177/stat : 31177 (java) S 31169 31172 25977 0 -1 4202560 451 0 0 0 34 16 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829101713704 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31178] ppid=31169 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31172/task/31178/stat : 31178 (java) S 31169 31172 25977 0 -1 4202560 492 0 0 0 36 22 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829100660904 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31179] ppid=31169 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/31172/task/31179/stat : 31179 (java) S 31169 31172 25977 0 -1 4202560 388 0 0 0 29 13 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829099609128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31172/tid=31180] ppid=31169 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/31172/task/31180/stat : 31180 (java) S 31169 31172 25977 0 -1 4202560 302 0 0 0 26 11 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829098556328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31181] ppid=31169 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/31172/task/31181/stat : 31181 (java) S 31169 31172 25977 0 -1 4202560 483 0 0 0 30 20 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829097503528 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31182] ppid=31169 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/31172/task/31182/stat : 31182 (java) S 31169 31172 25977 0 -1 4202560 552 0 0 0 41 25 0 0 20 0 19 0 25715433 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829096450728 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31172/tid=31183] ppid=31169 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/31172/task/31183/stat : 31183 (java) S 31169 31172 25977 0 -1 4202560 1609 0 0 0 82 2 0 0 20 0 19 0 25715434 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829084252648 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31184] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31184/stat : 31184 (java) S 31169 31172 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829083198712 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31185] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31185/stat : 31185 (java) S 31169 31172 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25715435 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829082145800 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31186] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31186/stat : 31186 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829081094288 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31187] ppid=31169 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/31172/task/31187/stat : 31187 (java) S 31169 31172 25977 0 -1 4202560 8354 0 0 0 70 2 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829080042424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31188] ppid=31169 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/31172/task/31188/stat : 31188 (java) S 31169 31172 25977 0 -1 4202560 4865 0 0 0 52 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829078989624 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31189] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31189/stat : 31189 (java) S 31169 31172 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25715437 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829077937016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31172/tid=31190] ppid=31169 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/31172/task/31190/stat : 31190 (java) S 31169 31172 25977 0 -1 4202560 103 0 0 0 33 25 0 0 20 0 19 0 25715438 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829076884424 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31172/tid=31191] ppid=31169 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/31172/task/31191/stat : 31191 (java) S 31169 31172 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25715556 9856040960 761569 33554432000 1073741824 1073778376 140735331656720 139829075731624 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.54
CPU time (s): 1800.56
CPU user time (s): 1798.11
CPU system time (s): 2.45363
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.45363
maximum resident set size= 3196412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23636
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38349
involuntary context switches= 4099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.1813 second user time and 12.5661 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 09:57:48
IDJOB=4103344
IDBENCH=2333
IDSOLVER=2546
FILE ID=node119/4103344-1466236668
RUNJOBID= node119-1466206086-25993
PBS_JOBID= 19918158
Free space on /tmp= 71700 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/milp/normalized-mps-v2-20-10-swath1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103344-1466236668/watcher-4103344-1466236668 -o /tmp/evaluation-result-4103344-1466236668/solver-4103344-1466236668 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25993 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103344-1466236668.opb

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

MD5SUM BENCH= cadb80b29b1b884c95a94376a4e900b4
RANDOM SEED=674600837

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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:        27671804 kB
Buffers:          117984 kB
Cached:           164624 kB
SwapCached:          956 kB
Active:          2884960 kB
Inactive:         184964 kB
Active(anon):    2788224 kB
Inactive(anon):     1732 kB
Active(file):      96736 kB
Inactive(file):   183232 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67100008 kB
Dirty:              5480 kB
Writeback:             0 kB
AnonPages:       4177916 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             600480 kB
SReclaimable:      44276 kB
SUnreclaim:       556204 kB
KernelStack:        1600 kB
PageTables:        12232 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4654400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2897920 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= 71732 MiB
End job on node119 at 2016-06-18 10:27:44