Trace number 4099744

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.08 1781.63

General information on the benchmark

Namenormalized-PB06/OPT-MEDINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-fit1d.opb
MD5SUMcffbae99cf8c83f8877355cc201cf8bf
Bench CategoryOPT-MEDINT (optimisation, medium integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark53066119
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -251
Optimality of the best value was proved NO
Number of variables11514
Total number of constraints1050
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 constraints1050
Minimum length of a constraint11
Maximum length of a constraint11514
Number of terms in the objective function 11514
Biggest coefficient in the objective function 2949120
Number of bits for the biggest coefficient in the objective function 22
Sum of the numbers in the objective function 462466666
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 3870720
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 580921206
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4099744-1466206149.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.52/0.67	c ... done. Wall clock time 0.561s.
1.87/1.07	c declared #vars     11514
1.87/1.07	c #constraints  1051
1.87/1.07	c constraints type 
1.87/1.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1051
1.87/1.07	c 1051 constraints processed.
1.87/1.07	c objective function length is 11514 literals
3.50/2.50	c cleaning 2496 clauses out of 5000 with flag 14087/5000
5.61/4.52	c cleaning 4253 clauses out of 8505 with flag 30628/11001
7.81/6.65	c cleaning 5626 clauses out of 11251 with flag 45439/18000
10.33/9.11	c cleaning 6810 clauses out of 13625 with flag 61970/26000
13.26/12.00	c cleaning 7900 clauses out of 15816 with flag 80777/35001
17.06/15.76	c cleaning 8951 clauses out of 17915 with flag 101306/45000
21.46/20.01	c cleaning 9971 clauses out of 19964 with flag 124315/56000
26.59/25.05	c cleaning 10981 clauses out of 21994 with flag 149821/68001
31.80/30.30	c cleaning 12002 clauses out of 24017 with flag 179504/81005
38.08/36.50	c cleaning 12999 clauses out of 26012 with flag 211122/95002
45.41/43.68	c cleaning 13999 clauses out of 28013 with flag 243896/110002
53.21/51.40	c cleaning 14992 clauses out of 30013 with flag 279374/126001
61.41/59.40	c cleaning 15999 clauses out of 32021 with flag 324051/143001
70.31/68.38	c cleaning 16998 clauses out of 34022 with flag 364542/161001
80.92/78.79	c cleaning 17999 clauses out of 36026 with flag 405821/180003
92.33/89.95	c cleaning 19001 clauses out of 38025 with flag 455291/200001
103.85/101.37	c cleaning 20002 clauses out of 40025 with flag 511047/221002
116.46/113.88	c cleaning 21001 clauses out of 42022 with flag 563630/243001
129.35/126.73	c cleaning 22007 clauses out of 44021 with flag 617647/266001
144.32/141.66	c cleaning 22999 clauses out of 46015 with flag 671438/290002
158.99/156.20	c cleaning 23994 clauses out of 48014 with flag 729337/315000
175.48/172.54	c cleaning 25000 clauses out of 50024 with flag 788912/341004
192.79/189.77	c cleaning 25998 clauses out of 52020 with flag 850958/368000
211.01/207.96	c cleaning 27001 clauses out of 54023 with flag 909515/396001
229.70/226.41	c cleaning 28002 clauses out of 56021 with flag 974725/425000
248.91/245.55	c cleaning 29000 clauses out of 58019 with flag 1041178/455000
268.06/264.60	c cleaning 30005 clauses out of 60019 with flag 1109305/486000
291.35/287.79	c cleaning 30997 clauses out of 62016 with flag 1179064/518002
313.94/310.22	c cleaning 31997 clauses out of 64019 with flag 1254279/551002
338.19/334.36	c cleaning 32999 clauses out of 66021 with flag 1330311/585001
363.22/359.22	c cleaning 34003 clauses out of 68021 with flag 1407747/620000
390.03/385.97	c cleaning 34993 clauses out of 70018 with flag 1481252/656000
416.47/412.29	c cleaning 35994 clauses out of 72026 with flag 1557246/693001
443.30/438.92	c cleaning 37000 clauses out of 74032 with flag 1636014/731001
470.55/466.07	c cleaning 38002 clauses out of 76031 with flag 1719455/770000
503.28/498.54	c cleaning 39004 clauses out of 78031 with flag 1804084/810002
534.18/529.20	c cleaning 39993 clauses out of 80025 with flag 1891194/851000
565.75/560.60	c cleaning 41004 clauses out of 82033 with flag 1980783/893001
601.21/595.79	c cleaning 41995 clauses out of 84028 with flag 2072358/936000
642.96/637.00	c cleaning 43008 clauses out of 86035 with flag 2166683/980002
683.98/677.63	c cleaning 43994 clauses out of 88027 with flag 2263921/1025002
727.48/720.53	c cleaning 45000 clauses out of 90032 with flag 2367280/1071001
770.89/763.40	c cleaning 46000 clauses out of 92034 with flag 2469430/1118003
813.58/805.60	c cleaning 46997 clauses out of 94031 with flag 2571506/1166000
866.20/857.86	c cleaning 47998 clauses out of 96035 with flag 2678714/1215001
917.00/908.07	c cleaning 49010 clauses out of 98041 with flag 2807418/1265005
963.06/953.41	c cleaning 50000 clauses out of 100026 with flag 2969721/1316000
1017.23/1007.06	c cleaning 51000 clauses out of 102026 with flag 3117990/1368000
1075.99/1065.14	c cleaning 52000 clauses out of 104027 with flag 3246106/1421001
1134.85/1123.30	c cleaning 52999 clauses out of 106027 with flag 3372341/1475001
1199.27/1187.11	c cleaning 53999 clauses out of 108029 with flag 3501454/1530002
1260.91/1248.19	c cleaning 54998 clauses out of 110028 with flag 3634628/1586000
1324.72/1311.25	c cleaning 55998 clauses out of 112032 with flag 3763610/1643002
1390.36/1376.21	c cleaning 57005 clauses out of 114037 with flag 3893481/1701005
1456.31/1441.51	c cleaning 57997 clauses out of 116030 with flag 4027415/1760003
1539.91/1524.39	c cleaning 58994 clauses out of 118030 with flag 4157077/1820000
1610.88/1594.58	c cleaning 60001 clauses out of 120036 with flag 4291074/1881000
1681.37/1664.27	c cleaning 60994 clauses out of 122036 with flag 4429293/1943001
1752.55/1734.61	c cleaning 62002 clauses out of 124041 with flag 4571004/2006000
1800.08/1781.60	c starts		: 2
1800.08/1781.60	c conflicts		: 2047825
1800.08/1781.60	c decisions		: 2188724
1800.08/1781.60	c propagations		: 290959983
1800.08/1781.60	c inspects		: 20902306616
1800.08/1781.60	c shortcuts		: 0
1800.08/1781.60	c learnt literals	: 0
1800.08/1781.60	c learnt binary clauses	: 0
1800.08/1781.60	c learnt ternary clauses	: 0
1800.08/1781.60	c learnt constraints	: 2047825
1800.08/1781.60	c ignored constraints	: 0
1800.08/1781.60	c root simplifications	: 0
1800.08/1781.60	c removed literals (reason simplification)	: 0
1800.08/1781.60	c reason swapping (by a shorter reason)	: 0
1800.08/1781.60	c Calls to reduceDB	: 59
1800.08/1781.60	c Number of update (reduction) of LBD	: 105260
1800.08/1781.60	c Imported unit clauses	: 0
1800.08/1781.60	c number of reductions to clauses (during analyze)	: 0
1800.08/1781.60	c number of learned constraints concerned by reduction	: 0
1800.08/1781.60	c number of learning phase by resolution	: 0
1800.08/1781.60	c number of learning phase by cutting planes	: 0
1800.08/1781.60	c speed (assignments/second)	: 163381.09415245496
1800.08/1781.60	c non guided choices	0
1800.08/1781.60	c timeout
1800.08/1781.63	c learnt constraints type 
1800.08/1781.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103865
1800.08/1781.63	s UNKNOWN
1800.08/1781.63	c Total wall clock time (in seconds): 1781.516

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

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

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


[startup+0 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25572/stat : 25572 (java) D 25569 25572 22937 0 -1 4202496 534 0 0 0 0 0 0 0 20 0 1 0 22660109 9515008 185 33554432000 1073741824 1073778376 140736051332784 140736051321848 213410475303 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2323 185 143 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 4462 0 1 0 8 1 0 0 20 0 18 0 22660109 9787879424 5578 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2389619 5578 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200331 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 5224 0 1 0 29 1 0 0 20 0 18 0 22660109 9787879424 6709 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2389619 6709 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300246 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 7258 0 1 0 50 2 0 0 20 0 18 0 22660109 9787879424 10435 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2389619 10435 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.911337 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=1.71 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 11388 0 1 0 162 9 0 0 20 0 19 0 22660109 9856040960 45653 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 45653 2276 9 0 2396937 0
Current children cumulated CPU time (s) 1.71
Current children cumulated vsize (KiB) 9625040

[startup+1.50041 s]
/proc/loadavg: 1.42 0.56 0.29 3/172 25572
/proc/meminfo: memFree=30275292/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=2.45 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 11949 0 1 0 234 11 0 0 20 0 19 0 22660109 9856040960 45707 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 45707 2280 9 0 2396937 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 1.42 0.56 0.29 3/191 25591
/proc/meminfo: memFree=30012864/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=4.1 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 11965 0 1 0 399 11 0 0 20 0 19 0 22660109 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 45720 2284 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 2526 0 1 0 294 7 0 0 20 0 19 0 22660109 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140453088190880 140452960977545 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 22660110 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22660111 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3218 0 0 0 43 0 0 0 20 0 19 0 22660114 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4831 0 0 0 50 2 0 0 20 0 19 0 22660114 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25589] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25589/stat : 25589 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452906031992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25590] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25590/stat : 25590 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452904979400 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 45720 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.1
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 1.47 0.59 0.30 4/212 25619
/proc/meminfo: memFree=29414036/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=7.42 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 12418 0 1 0 725 17 0 0 20 0 19 0 22660109 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 79148 2284 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=6.17 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 2577 0 1 0 609 8 0 0 20 0 19 0 22660109 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140453088190984 140452960977464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 104 0 0 0 2 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 127 0 0 0 0 1 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 48 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 111 0 0 0 1 0 0 0 20 0 19 0 22660110 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 22660111 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3221 0 0 0 45 0 0 0 20 0 19 0 22660114 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4832 0 0 0 51 2 0 0 20 0 19 0 22660114 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25589] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25589/stat : 25589 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452906031992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25590] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25590/stat : 25590 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452904979400 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 79148 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.42
Current children cumulated vsize (KiB) 9625040

[startup+12.7079 s]
/proc/loadavg: 1.51 0.61 0.31 3/212 25619
/proc/meminfo: memFree=28124236/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=14.07 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 12784 0 1 0 1381 26 0 0 20 0 19 0 22660109 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 103918 2284 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=12.48 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 2585 0 1 0 1240 8 0 0 20 0 19 0 22660109 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140453088181984 140452960977464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 152 0 0 0 3 3 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 93 0 0 0 6 4 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 46 0 0 0 4 2 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 145 0 0 0 2 2 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 62 0 0 0 2 1 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 126 0 0 0 3 1 0 0 20 0 19 0 22660110 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 22660111 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3222 0 0 0 46 0 0 0 20 0 19 0 22660114 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4837 0 0 0 54 2 0 0 20 0 19 0 22660114 9856040960 103918 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

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

[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 91524 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1679.47
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.41 2.31 1.97 3/213 25663
/proc/meminfo: memFree=21949684/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=1740.12 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 66885 0 1 0 173727 285 0 0 20 0 19 0 22660109 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 93820 2292 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=1705.01 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 8149 0 1 0 170455 46 0 0 20 0 19 0 22660109 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140453088189696 140452961103514 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 4319 0 0 0 273 25 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 5076 0 0 0 271 27 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=2.93 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 4747 0 0 0 268 25 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 4142 0 0 0 279 26 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 3841 0 0 0 279 26 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 3702 0 0 0 288 29 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=3.09 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 4556 0 0 0 283 26 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 4360 0 0 0 291 28 0 0 20 0 19 0 22660110 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=4.73 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 14570 0 0 0 455 18 0 0 20 0 19 0 22660111 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3222 0 0 0 46 0 0 0 20 0 19 0 22660114 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4842 0 0 0 55 2 0 0 20 0 19 0 22660114 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25589] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25589/stat : 25589 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452906031992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25590] ppid=25569 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/25572/task/25590/stat : 25590 (java) S 25569 25572 22937 0 -1 4202560 95 0 0 0 29 39 0 0 20 0 19 0 22660114 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452904979400 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 93820 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1740.12
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.6 s]
/proc/loadavg: 2.30 2.30 1.98 4/213 25731
/proc/meminfo: memFree=29787104/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 69527 0 1 0 179717 291 0 0 20 0 19 0 22660109 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 85189 2292 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=1763.54 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 8194 0 1 0 176307 47 0 0 20 0 19 0 22660109 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140453088189696 140452961103576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 4457 0 0 0 285 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 5117 0 0 0 281 27 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 5020 0 0 0 283 25 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 4165 0 0 0 289 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 3848 0 0 0 293 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 3764 0 0 0 299 30 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 4732 0 0 0 293 27 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 4677 0 0 0 302 29 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=5.01 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 16126 0 0 0 482 19 0 0 20 0 19 0 22660111 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3222 0 0 0 46 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4842 0 0 0 55 2 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25589] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25589/stat : 25589 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452906031992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25590] ppid=25569 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25572/task/25590/stat : 25590 (java) S 25569 25572 22937 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452904979400 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 25572 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.6 s]
/proc/loadavg: 2.30 2.30 1.98 4/213 25731
/proc/meminfo: memFree=29787104/32872528 swapFree=1400172/1569824
[pid=25572] ppid=25569 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/25572/stat : 25572 (java) S 25569 25572 22937 0 -1 4202496 69527 0 1 0 179717 291 0 0 20 0 19 0 22660109 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140736051323920 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25572/statm: 2406260 85189 2292 9 0 2396937 0
[pid=25572/tid=25574] ppid=25569 vsize=9625040 CPUtime=1763.54 cores=1,3,5,7
/proc/25572/task/25574/stat : 25574 (java) R 25569 25572 22937 0 -1 4202560 8194 0 1 0 176307 47 0 0 20 0 19 0 22660109 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140453088189696 140452961103576 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25575] ppid=25569 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/25572/task/25575/stat : 25575 (java) S 25569 25572 22937 0 -1 4202560 4457 0 0 0 285 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452931914280 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25576] ppid=25569 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/25572/task/25576/stat : 25576 (java) S 25569 25572 22937 0 -1 4202560 5117 0 0 0 281 27 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452930861480 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25577] ppid=25569 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/25572/task/25577/stat : 25577 (java) S 25569 25572 22937 0 -1 4202560 5020 0 0 0 283 25 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452929808680 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25578] ppid=25569 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/25572/task/25578/stat : 25578 (java) S 25569 25572 22937 0 -1 4202560 4165 0 0 0 289 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452928755880 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25579] ppid=25569 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/25572/task/25579/stat : 25579 (java) S 25569 25572 22937 0 -1 4202560 3848 0 0 0 293 26 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452927704104 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25580] ppid=25569 vsize=9625040 CPUtime=3.29 cores=1,3,5,7
/proc/25572/task/25580/stat : 25580 (java) S 25569 25572 22937 0 -1 4202560 3764 0 0 0 299 30 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452926651304 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25581] ppid=25569 vsize=9625040 CPUtime=3.2 cores=1,3,5,7
/proc/25572/task/25581/stat : 25581 (java) S 25569 25572 22937 0 -1 4202560 4732 0 0 0 293 27 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452925598504 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25582] ppid=25569 vsize=9625040 CPUtime=3.31 cores=1,3,5,7
/proc/25572/task/25582/stat : 25582 (java) S 25569 25572 22937 0 -1 4202560 4677 0 0 0 302 29 0 0 20 0 19 0 22660110 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452924545704 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25583] ppid=25569 vsize=9625040 CPUtime=5.01 cores=1,3,5,7
/proc/25572/task/25583/stat : 25583 (java) S 25569 25572 22937 0 -1 4202560 16126 0 0 0 482 19 0 0 20 0 19 0 22660111 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452912347624 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25584] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25584/stat : 25584 (java) S 25569 25572 22937 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452911293688 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25585] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25585/stat : 25585 (java) S 25569 25572 22937 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22660112 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452910240776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25586] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25586/stat : 25586 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452909189264 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25587] ppid=25569 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25572/task/25587/stat : 25587 (java) S 25569 25572 22937 0 -1 4202560 3222 0 0 0 46 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452908137400 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25572/tid=25588] ppid=25569 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/25572/task/25588/stat : 25588 (java) S 25569 25572 22937 0 -1 4202560 4842 0 0 0 55 2 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452907084600 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25589] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25589/stat : 25589 (java) S 25569 25572 22937 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452906031992 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25572/tid=25590] ppid=25569 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25572/task/25590/stat : 25590 (java) S 25569 25572 22937 0 -1 4202560 99 0 0 0 31 40 0 0 20 0 19 0 22660114 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452904979400 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25572/tid=25591] ppid=25569 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25572/task/25591/stat : 25591 (java) S 25569 25572 22937 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22660183 9856040960 85189 33554432000 1073741824 1073778376 140736051332784 140452903924904 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25572 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=629478
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=382485
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.63
CPU time (s): 1800.08
CPU user time (s): 1797.17
CPU system time (s): 2.91
CPU usage (%): 101.035
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.63
system time used= 3.38248
maximum resident set size= 1690196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 69561
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63681
involuntary context switches= 75116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2313 second user time and 12.896 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-18 01:29:09
IDJOB=4099744
IDBENCH=1507
IDSOLVER=2546
FILE ID=node140/4099744-1466206149
RUNJOBID= node140-1466206052-22954
PBS_JOBID= 19918137
Free space on /tmp= 71580 MiB

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

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

MD5SUM BENCH= cffbae99cf8c83f8877355cc201cf8bf
RANDOM SEED=71883186

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30275936 kB
Buffers:           37192 kB
Cached:           267400 kB
SwapCached:         2488 kB
Active:            50436 kB
Inactive:         261868 kB
Active(anon):       7488 kB
Inactive(anon):     2424 kB
Active(file):      42948 kB
Inactive(file):   259444 kB
Unevictable:     1569824 kB
Mlocked:         1400172 kB
SwapTotal:      67108856 kB
SwapFree:       67096952 kB
Dirty:            168928 kB
Writeback:             0 kB
AnonPages:       1576184 kB
Mapped:             6984 kB
Shmem:                 0 kB
Slab:             581240 kB
SReclaimable:      24312 kB
SUnreclaim:       556928 kB
KernelStack:        1424 kB
PageTables:         7412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1670704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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 node140 at 2016-06-18 01:58:51