Trace number 4100741

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.01 1777.03

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-israel.opb
MD5SUM916719a95a95b5989e5d4b5f3d786df3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-41
Best CPU time to get the best result obtained on this benchmark321.257
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -36
Optimality of the best value was proved NO
Number of variables4260
Total number of constraints174
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 constraints174
Minimum length of a constraint30
Maximum length of a constraint3540
Number of terms in the objective function 2670
Biggest coefficient in the objective function 42742
Number of bits for the biggest coefficient in the objective function 16
Sum of the numbers in the objective function 526467
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262137
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 527037
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4100741-1466216866.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.80/0.40	c ... done. Wall clock time 0.283s.
0.80/0.40	c declared #vars     4260
0.80/0.40	c #constraints  174
0.80/0.40	c constraints type 
0.80/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 174
0.80/0.40	c 174 constraints processed.
0.80/0.40	c objective function length is 2670 literals
3.45/2.71	c cleaning 2496 clauses out of 4999 with flag 12460/5000
5.98/5.12	c cleaning 4244 clauses out of 8503 with flag 28713/11000
8.91/8.08	c cleaning 5624 clauses out of 11261 with flag 47296/18002
12.78/11.89	c cleaning 6818 clauses out of 13636 with flag 69694/26001
17.13/16.17	c cleaning 7911 clauses out of 15822 with flag 93999/35005
22.15/21.12	c cleaning 8954 clauses out of 17908 with flag 123723/45002
27.68/26.66	c cleaning 9967 clauses out of 19956 with flag 155548/56004
34.03/32.96	c cleaning 10984 clauses out of 21988 with flag 188710/68003
44.24/43.02	c cleaning 11972 clauses out of 24001 with flag 225638/81000
58.85/57.46	c cleaning 13020 clauses out of 26040 with flag 266293/95011
75.07/73.55	c cleaning 14017 clauses out of 28034 with flag 312108/110025
91.15/89.53	c cleaning 14990 clauses out of 29992 with flag 365499/126000
109.99/108.13	c cleaning 15973 clauses out of 32002 with flag 417481/143000
128.56/126.44	c cleaning 16964 clauses out of 34029 with flag 474765/161000
149.47/147.11	c cleaning 18047 clauses out of 36094 with flag 532744/180029
171.54/168.93	c cleaning 19010 clauses out of 38020 with flag 591058/200002
198.48/195.63	c cleaning 20025 clauses out of 40050 with flag 643633/221042
227.94/224.75	c cleaning 21020 clauses out of 42039 with flag 696084/243056
259.87/256.28	c cleaning 21982 clauses out of 43969 with flag 748034/266006
294.29/290.39	c cleaning 23018 clauses out of 46035 with flag 802377/290054
329.53/325.39	c cleaning 23966 clauses out of 47963 with flag 859394/315000
364.66/360.17	c cleaning 25008 clauses out of 50016 with flag 937143/341019
403.39/398.51	c cleaning 26014 clauses out of 52027 with flag 998793/368038
446.47/441.15	c cleaning 26976 clauses out of 53996 with flag 1063406/396021
490.03/484.19	c cleaning 27996 clauses out of 56001 with flag 1132226/425002
535.45/528.94	c cleaning 29000 clauses out of 58006 with flag 1206014/455003
581.42/574.11	c cleaning 29962 clauses out of 60003 with flag 1285235/486000
626.69/618.84	c cleaning 31020 clauses out of 62042 with flag 1373457/518001
676.00/667.49	c cleaning 32027 clauses out of 64055 with flag 1461245/551034
727.33/718.11	c cleaning 32970 clauses out of 65995 with flag 1549415/585001
772.32/762.54	c cleaning 34012 clauses out of 68024 with flag 1644822/620000
822.91/812.50	c cleaning 34999 clauses out of 70012 with flag 1743334/656000
865.69/854.53	c cleaning 36007 clauses out of 72016 with flag 1858282/693003
908.91/897.16	c cleaning 36996 clauses out of 74006 with flag 1978624/731000
950.71/938.32	c cleaning 38008 clauses out of 76016 with flag 2104705/770006
992.65/979.81	c cleaning 38976 clauses out of 78002 with flag 2236507/810000
1050.14/1036.56	c cleaning 40017 clauses out of 80033 with flag 2369493/851007
1105.86/1091.68	c cleaning 40994 clauses out of 82009 with flag 2496511/893000
1171.16/1156.16	c cleaning 42006 clauses out of 84031 with flag 2619656/936016
1234.09/1218.34	c cleaning 42998 clauses out of 86009 with flag 2748126/980000
1295.93/1279.41	c cleaning 44023 clauses out of 88045 with flag 2885705/1025034
1353.53/1336.36	c cleaning 44992 clauses out of 89988 with flag 3025032/1071000
1415.23/1397.22	c cleaning 45991 clauses out of 91998 with flag 3161429/1118002
1475.61/1456.91	c cleaning 47003 clauses out of 94007 with flag 3303497/1166002
1539.08/1519.52	c cleaning 48002 clauses out of 96004 with flag 3456527/1215002
1602.89/1582.43	c cleaning 48999 clauses out of 98014 with flag 3601609/1265014
1671.62/1650.27	c cleaning 49967 clauses out of 100001 with flag 3751454/1316000
1747.60/1725.17	c cleaning 51047 clauses out of 102094 with flag 3895919/1368060
1800.01/1777.00	c starts		: 6740
1800.01/1777.00	c conflicts		: 1405588
1800.01/1777.00	c decisions		: 7584578
1800.01/1777.00	c propagations		: 1866036785
1800.01/1777.00	c inspects		: 13365845961
1800.01/1777.00	c shortcuts		: 0
1800.01/1777.00	c learnt literals	: 1
1800.01/1777.00	c learnt binary clauses	: 0
1800.01/1777.00	c learnt ternary clauses	: 0
1800.01/1777.00	c learnt constraints	: 1405587
1800.01/1777.00	c ignored constraints	: 0
1800.01/1777.00	c root simplifications	: 0
1800.01/1777.00	c removed literals (reason simplification)	: 0
1800.01/1777.00	c reason swapping (by a shorter reason)	: 0
1800.01/1777.00	c Calls to reduceDB	: 48
1800.01/1777.00	c Number of update (reduction) of LBD	: 429389
1800.01/1777.00	c Imported unit clauses	: 0
1800.01/1777.00	c number of reductions to clauses (during analyze)	: 0
1800.01/1777.00	c number of learned constraints concerned by reduction	: 0
1800.01/1777.00	c number of learning phase by resolution	: 0
1800.01/1777.00	c number of learning phase by cutting planes	: 0
1800.01/1777.00	c speed (assignments/second)	: 1050350.4166701846
1800.01/1777.00	c non guided choices	66
1800.01/1777.00	c timeout
1800.01/1777.02	c learnt constraints type 
1800.01/1777.02	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 88576
1800.01/1777.02	s UNKNOWN
1800.01/1777.02	c Total wall clock time (in seconds): 1776.911

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

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

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


[startup+0 s]
/proc/loadavg: 2.19 2.21 2.18 4/196 7862
/proc/meminfo: memFree=29429424/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/7862/stat : 7862 (java) R 7859 7862 4518 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 23733064 9515008 182 33554432000 1073741824 1073778376 140733204892032 140733204874760 273905738679 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2323 185 143 9 0 71 0

[startup+0.100156 s]
/proc/loadavg: 2.19 2.21 2.18 4/196 7862
/proc/meminfo: memFree=29429424/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 4406 0 1 0 9 0 0 0 20 0 18 0 23733064 9787879424 6034 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2389619 6034 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200335 s]
/proc/loadavg: 2.19 2.21 2.18 4/196 7862
/proc/meminfo: memFree=29429424/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 5021 0 1 0 27 1 0 0 20 0 18 0 23733064 9787879424 6977 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2389619 6977 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300255 s]
/proc/loadavg: 2.19 2.21 2.18 4/196 7862
/proc/meminfo: memFree=29429424/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 8846 0 1 0 55 2 0 0 20 0 18 0 23733064 9787879424 11112 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2389619 11112 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700327 s]
/proc/loadavg: 2.19 2.21 2.18 4/196 7862
/proc/meminfo: memFree=29429424/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 9674 0 1 0 129 2 0 0 20 0 19 0 23733064 9856040960 24006 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 24006 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.19 2.21 2.18 4/215 7881
/proc/meminfo: memFree=29312260/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 9730 0 1 0 212 4 0 0 20 0 19 0 23733064 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 38857 2259 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 2464 0 1 0 143 3 0 0 20 0 19 0 23733065 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702301124912 139702150296865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 23733067 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 33 0 0 0 20 0 19 0 23733070 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3660 0 0 0 32 0 0 0 20 0 19 0 23733070 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 38857 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 9625040

[startup+3.10089 s]
/proc/loadavg: 2.25 2.22 2.18 4/215 7881
/proc/meminfo: memFree=29268384/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=3.92 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 9835 0 1 0 388 4 0 0 20 0 19 0 23733064 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 42022 2279 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=3.03 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 2473 0 1 0 300 3 0 0 20 0 19 0 23733065 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702301127240 139702150207412 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23733067 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 35 0 0 0 20 0 19 0 23733070 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3670 0 0 0 43 0 0 0 20 0 19 0 23733070 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 42022 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30091 s]
/proc/loadavg: 2.25 2.22 2.18 3/215 7881
/proc/meminfo: memFree=29257284/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=7.18 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 9863 0 1 0 714 4 0 0 20 0 19 0 23733064 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 44053 2279 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=6.19 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 2477 0 1 0 616 3 0 0 20 0 19 0 23733065 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702301125024 139702150296568 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23733066 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 23733067 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 36 0 0 0 20 0 19 0 23733070 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3670 0 0 0 46 0 0 0 20 0 19 0 23733070 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 44053 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.18
Current children cumulated vsize (KiB) 9625040


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

[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 62201 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1623.07
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.12 2.19 2.17 3/215 7988
/proc/meminfo: memFree=29796684/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1683.87 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 40572 0 1 0 168253 134 0 0 20 0 19 0 23733064 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 64966 2287 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1645.05 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 19098 0 1 0 164466 39 0 0 20 0 19 0 23733065 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702301125944 139702150207696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 1565 0 0 0 418 10 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 1567 0 0 0 409 9 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=4.17 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 2005 0 0 0 408 9 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 1287 0 0 0 390 10 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 1166 0 0 0 406 8 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 1580 0 0 0 409 10 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 1914 0 0 0 413 8 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=4.15 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 1728 0 0 0 405 10 0 0 20 0 19 0 23733066 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 1306 0 0 0 43 19 0 0 20 0 19 0 23733067 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 38 0 0 0 20 0 19 0 23733070 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3670 0 0 0 46 0 0 0 20 0 19 0 23733070 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 94 0 0 0 22 29 0 0 20 0 19 0 23733070 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 64966 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1683.87
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.21 2.18 3/215 7989
/proc/meminfo: memFree=29804596/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1744.79 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 42430 0 1 0 174340 139 0 0 20 0 19 0 23733064 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 67349 2287 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1704.34 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 20495 0 1 0 170394 40 0 0 20 0 19 0 23733065 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702301125840 139702150151666 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 1595 0 0 0 437 10 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=4.36 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 1588 0 0 0 427 9 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 2033 0 0 0 425 9 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=4.19 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 1445 0 0 0 409 10 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 1291 0 0 0 424 8 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 1602 0 0 0 427 10 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 1945 0 0 0 431 9 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 1751 0 0 0 422 10 0 0 20 0 19 0 23733066 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 1327 0 0 0 44 20 0 0 20 0 19 0 23733067 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 38 0 0 0 20 0 19 0 23733070 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3670 0 0 0 46 0 0 0 20 0 19 0 23733070 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 96 0 0 0 23 31 0 0 20 0 19 0 23733070 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 67349 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1744.79
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777 s]
/proc/loadavg: 2.28 2.22 2.19 4/215 7989
/proc/meminfo: memFree=29804780/32872528 swapFree=1482636/1662508
[pid=7862] ppid=7859 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/7862/stat : 7862 (java) S 7859 7862 4518 0 -1 4202496 42624 0 1 0 179858 143 0 0 20 0 19 0 23733064 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 140733204883168 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/7862/statm: 2406260 66446 2287 9 0 2396937 0
[pid=7862/tid=7864] ppid=7859 vsize=9625040 CPUtime=1758.57 cores=1,3,5,7
/proc/7862/task/7864/stat : 7864 (java) R 7859 7862 4518 0 -1 4202560 20548 0 1 0 175816 41 0 0 20 0 19 0 23733065 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702301125824 139702150207586 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7865] ppid=7859 vsize=9625040 CPUtime=4.58 cores=1,3,5,7
/proc/7862/task/7865/stat : 7865 (java) S 7859 7862 4518 0 -1 4202560 1605 0 0 0 447 11 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702273579304 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7866] ppid=7859 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/7862/task/7866/stat : 7866 (java) S 7859 7862 4518 0 -1 4202560 1589 0 0 0 436 9 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702272526504 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7867] ppid=7859 vsize=9625040 CPUtime=4.43 cores=1,3,5,7
/proc/7862/task/7867/stat : 7867 (java) S 7859 7862 4518 0 -1 4202560 2041 0 0 0 434 9 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702271474216 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7862/tid=7868] ppid=7859 vsize=9625040 CPUtime=4.28 cores=1,3,5,7
/proc/7862/task/7868/stat : 7868 (java) S 7859 7862 4518 0 -1 4202560 1458 0 0 0 417 11 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702270421416 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7862/tid=7869] ppid=7859 vsize=9625040 CPUtime=4.46 cores=1,3,5,7
/proc/7862/task/7869/stat : 7869 (java) S 7859 7862 4518 0 -1 4202560 1309 0 0 0 438 8 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702269369128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7870] ppid=7859 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/7862/task/7870/stat : 7870 (java) S 7859 7862 4518 0 -1 4202560 1675 0 0 0 440 10 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702268316328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7871] ppid=7859 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/7862/task/7871/stat : 7871 (java) S 7859 7862 4518 0 -1 4202560 1946 0 0 0 441 9 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702138612776 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7872] ppid=7859 vsize=9625040 CPUtime=4.42 cores=1,3,5,7
/proc/7862/task/7872/stat : 7872 (java) S 7859 7862 4518 0 -1 4202560 1760 0 0 0 431 11 0 0 20 0 19 0 23733066 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139702137559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7873] ppid=7859 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/7862/task/7873/stat : 7873 (java) S 7859 7862 4518 0 -1 4202560 1331 0 0 0 44 21 0 0 20 0 19 0 23733067 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701654612200 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7874] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7874/stat : 7874 (java) S 7859 7862 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701653558264 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7875] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7875/stat : 7875 (java) S 7859 7862 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23733068 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701652505864 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7876] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7876/stat : 7876 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701651454352 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7877] ppid=7859 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/7862/task/7877/stat : 7877 (java) S 7859 7862 4518 0 -1 4202560 2334 0 0 0 38 0 0 0 20 0 19 0 23733070 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701650401976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7862/tid=7878] ppid=7859 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7862/task/7878/stat : 7878 (java) S 7859 7862 4518 0 -1 4202560 3670 0 0 0 46 0 0 0 20 0 19 0 23733070 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701649349176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7879] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7879/stat : 7879 (java) S 7859 7862 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23733070 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701648297080 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7862/tid=7880] ppid=7859 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/7862/task/7880/stat : 7880 (java) S 7859 7862 4518 0 -1 4202560 100 0 0 0 23 33 0 0 20 0 19 0 23733070 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701647244488 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 1 0 0
[pid=7862/tid=7881] ppid=7859 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7862/task/7881/stat : 7881 (java) S 7859 7862 4518 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23733106 9856040960 66446 33554432000 1073741824 1073778376 140733204892032 139701646189480 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 7862 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1777.03
CPU time (s): 1800.01
CPU user time (s): 1798.58
CPU system time (s): 1.43
CPU usage (%): 101.293
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 1.87071
maximum resident set size= 442392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42664
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 100976
involuntary context switches= 136798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80112 second user time and 7.54585 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 04:27:46
IDJOB=4100741
IDBENCH=1655
IDSOLVER=2546
FILE ID=node134/4100741-1466216866
RUNJOBID= node134-1466206058-4535
PBS_JOBID= 19918143
Free space on /tmp= 71716 MiB

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

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

MD5SUM BENCH= 916719a95a95b5989e5d4b5f3d786df3
RANDOM SEED=339047626

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29429324 kB
Buffers:          101144 kB
Cached:            92052 kB
SwapCached:         1008 kB
Active:           903744 kB
Inactive:         135212 kB
Active(anon):     844832 kB
Inactive(anon):     3592 kB
Active(file):      58912 kB
Inactive(file):   131620 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100112 kB
Dirty:              1216 kB
Writeback:             0 kB
AnonPages:       2503608 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             599000 kB
SReclaimable:      42776 kB
SUnreclaim:       556224 kB
KernelStack:        1776 kB
PageTables:         9680 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3142924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    985088 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= 71716 MiB
End job on node134 at 2016-06-18 04:57:24