Trace number 4099917

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.65 1784.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370a.opb
MD5SUMd7a28c2ec06d645af4379f015212128c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 653755
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 653755
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.06/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.10	c See www.sat4j.org for details.
0.06/0.10	c version PB16.v20160501
0.06/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.10	c java.vm.version	19.1-b02
0.06/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.10	c sun.arch.data.model	64
0.06/0.10	c java.version		1.6.0_24
0.06/0.10	c os.name		Linux
0.06/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.10	c os.arch		amd64
0.06/0.10	c Free memory 		501472288
0.06/0.10	c Max memory 		7480803328
0.06/0.10	c Total memory 		504102912
0.06/0.10	c Number of processors 	8
0.06/0.13	c Pseudo Boolean Optimization by upper bound
0.06/0.13	c --- Begin Solver configuration ---
0.06/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.06/0.13	c Learn all clauses as in MiniSAT
0.06/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.13	c No reason simplification
0.06/0.13	c Glucose 2.1 dynamic restart strategy
0.06/0.13	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.06/0.13	c timeout=2147483s
0.06/0.13	c DB Simplification allowed=false
0.06/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.06/0.13	c --- End Solver configuration ---
0.06/0.13	c solving HOME/instance-4099917-1466208204.opb
0.06/0.13	c reading problem ... 
0.06/0.13	c  objective function found
2.08/1.41	c ... done. Wall clock time 1.286s.
2.08/1.41	c declared #vars     155000
2.26/1.51	c #constraints  5300
2.26/1.51	c constraints type 
2.26/1.51	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 20
2.26/1.51	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5280
2.26/1.51	c 5300 constraints processed.
2.26/1.51	c objective function length is 155000 literals
5.13/3.80	c cleaning 2499 clauses out of 5000 with flag 10005/5000
7.66/6.39	c cleaning 4248 clauses out of 8501 with flag 22025/11000
11.48/9.93	c cleaning 5620 clauses out of 11254 with flag 36057/18001
15.69/14.13	c cleaning 6815 clauses out of 13635 with flag 52092/26002
20.50/19.00	c cleaning 7908 clauses out of 15821 with flag 70282/35003
26.87/24.96	c cleaning 8958 clauses out of 17922 with flag 90520/45012
33.67/31.74	c cleaning 9974 clauses out of 19953 with flag 112827/56001
40.17/38.23	c cleaning 10987 clauses out of 21982 with flag 136922/68004
47.99/45.88	c cleaning 11990 clauses out of 23991 with flag 162986/81000
57.00/54.85	c cleaning 12997 clauses out of 26002 with flag 191465/95001
65.60/63.44	c cleaning 14000 clauses out of 28005 with flag 221573/110001
75.52/72.87	c cleaning 14997 clauses out of 30004 with flag 253664/126000
85.82/83.16	c cleaning 16000 clauses out of 32007 with flag 287934/143000
95.82/93.14	c cleaning 16992 clauses out of 34008 with flag 324076/161001
108.24/105.10	c cleaning 17996 clauses out of 36020 with flag 362165/180005
121.23/118.12	c cleaning 19006 clauses out of 38020 with flag 402411/200001
134.44/131.37	c cleaning 20001 clauses out of 40018 with flag 444590/221005
147.45/144.36	c cleaning 21008 clauses out of 42022 with flag 488734/243010
161.15/158.04	c cleaning 21995 clauses out of 44004 with flag 534878/266000
177.20/173.11	c cleaning 22995 clauses out of 46009 with flag 583003/290000
192.80/188.70	c cleaning 24004 clauses out of 48015 with flag 633182/315001
208.00/203.94	c cleaning 25001 clauses out of 50012 with flag 685435/341002
228.57/223.70	c cleaning 25998 clauses out of 52011 with flag 739919/368002
247.98/243.10	c cleaning 26997 clauses out of 54011 with flag 796130/396000
268.48/263.57	c cleaning 28001 clauses out of 56015 with flag 854380/425001
290.40/284.70	c cleaning 28995 clauses out of 58016 with flag 914641/455003
313.11/307.41	c cleaning 30006 clauses out of 60019 with flag 976808/486001
338.24/332.24	c cleaning 30985 clauses out of 62014 with flag 1040984/518002
368.34/362.33	c cleaning 31997 clauses out of 64027 with flag 1107670/551000
400.23/394.27	c cleaning 33006 clauses out of 66030 with flag 1176005/585000
427.12/420.63	c cleaning 34008 clauses out of 68024 with flag 1246139/620000
457.49/450.75	c cleaning 35003 clauses out of 70016 with flag 1318220/656000
505.49/498.70	c cleaning 36006 clauses out of 72021 with flag 1392397/693008
553.11/546.03	c cleaning 36998 clauses out of 74008 with flag 1468460/731001
605.14/597.61	c cleaning 38002 clauses out of 76013 with flag 1546636/770004
645.17/637.61	c cleaning 38997 clauses out of 78007 with flag 1626748/810000
697.23/689.46	c cleaning 39996 clauses out of 80011 with flag 1708977/851001
724.63/716.33	c cleaning 41003 clauses out of 82015 with flag 1793358/893001
769.14/760.81	c cleaning 41997 clauses out of 84011 with flag 1879837/936000
825.94/817.38	c cleaning 42998 clauses out of 86014 with flag 1968492/980000
899.39/890.45	c cleaning 43999 clauses out of 88017 with flag 2060165/1025001
960.78/951.46	c cleaning 45002 clauses out of 90021 with flag 2152672/1071004
1019.51/1009.76	c cleaning 45995 clauses out of 92015 with flag 2247247/1118000
1079.35/1069.18	c cleaning 47001 clauses out of 94021 with flag 2343757/1166001
1140.59/1129.90	c cleaning 47991 clauses out of 96020 with flag 2442419/1215001
1204.69/1193.69	c cleaning 49004 clauses out of 98029 with flag 2543175/1265001
1270.33/1258.99	c cleaning 50003 clauses out of 100025 with flag 2646047/1316001
1340.63/1327.77	c cleaning 51000 clauses out of 102021 with flag 2750657/1368000
1397.68/1384.66	c cleaning 52002 clauses out of 104023 with flag 2857232/1421002
1460.93/1447.34	c cleaning 52997 clauses out of 106019 with flag 2965851/1475000
1526.55/1512.32	c cleaning 54003 clauses out of 108024 with flag 3076305/1530002
1587.64/1573.12	c cleaning 55001 clauses out of 110021 with flag 3188923/1586002
1654.45/1639.49	c cleaning 56000 clauses out of 112018 with flag 3303359/1643000
1734.82/1719.69	c cleaning 56995 clauses out of 114020 with flag 3419792/1701002
1800.01/1784.31	c starts		: 1
1800.01/1784.31	c conflicts		: 1750302
1800.01/1784.31	c decisions		: 1786494
1800.01/1784.31	c propagations		: 393953632
1800.01/1784.31	c inspects		: 14812768632
1800.01/1784.31	c shortcuts		: 0
1800.01/1784.31	c learnt literals	: 0
1800.01/1784.31	c learnt binary clauses	: 0
1800.01/1784.31	c learnt ternary clauses	: 0
1800.01/1784.31	c learnt constraints	: 1750302
1800.01/1784.31	c ignored constraints	: 0
1800.01/1784.31	c root simplifications	: 0
1800.01/1784.31	c removed literals (reason simplification)	: 0
1800.01/1784.31	c reason swapping (by a shorter reason)	: 0
1800.01/1784.31	c Calls to reduceDB	: 54
1800.01/1784.31	c Number of update (reduction) of LBD	: 4876
1800.01/1784.31	c Imported unit clauses	: 0
1800.01/1784.31	c number of reductions to clauses (during analyze)	: 0
1800.01/1784.31	c number of learned constraints concerned by reduction	: 0
1800.01/1784.31	c number of learning phase by resolution	: 0
1800.01/1784.31	c number of learning phase by cutting planes	: 0
1800.01/1784.31	c speed (assignments/second)	: 220979.00508479803
1800.01/1784.31	c non guided choices	23792
1800.01/1784.33	c timeout
1800.01/1784.34	c learnt constraints type 
1800.01/1784.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 106326
1800.01/1784.34	s UNKNOWN
1800.01/1784.34	c Total wall clock time (in seconds): 1784.209

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

pid=27155
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.48 2.35 2.03 2/194 27158
/proc/meminfo: memFree=30288484/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/27158/stat : 27158 (java) D 27155 27158 25977 0 -1 4202496 172 0 0 0 0 0 0 0 20 0 1 0 22869031 2560000 47 33554432000 1073741824 1073778376 140736277094944 140736277092072 272877317415 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/27158/statm: 625 47 37 9 0 29 0

[startup+0.101516 s]
/proc/loadavg: 2.48 2.35 2.03 2/194 27158
/proc/meminfo: memFree=30288484/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 4009 0 1 0 6 0 0 0 20 0 18 0 22869031 9787879424 4624 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2389619 4624 2018 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 2.48 2.35 2.03 2/194 27158
/proc/meminfo: memFree=30288484/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 5023 0 1 0 25 1 0 0 20 0 18 0 22869031 9787879424 6912 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2389619 6912 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300271 s]
/proc/loadavg: 2.48 2.35 2.03 2/194 27158
/proc/meminfo: memFree=30288484/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9558476 CPUtime=0.44 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 5574 0 1 0 43 1 0 0 20 0 18 0 22869031 9787879424 12272 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2389619 12272 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700266 s]
/proc/loadavg: 2.48 2.35 2.03 2/194 27158
/proc/meminfo: memFree=30288484/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 7380 0 1 0 110 7 0 0 20 0 18 0 22869031 9787879424 45891 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2389619 45891 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50075 s]
/proc/loadavg: 2.44 2.35 2.02 3/212 27176
/proc/meminfo: memFree=30057184/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9558476 CPUtime=2.26 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 8173 0 1 0 212 14 0 0 20 0 18 0 22869031 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2389619 75021 2271 9 0 2380296 0
[pid=27158/tid=27160] ppid=27155 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 2550 0 1 0 131 4 0 0 20 0 18 0 22869033 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140441006321928 140440878593456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 80 0 0 0 2 0 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 120 0 0 0 4 3 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 58 0 0 0 2 1 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 126 0 0 0 5 2 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 44 0 0 0 1 1 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 82 0 0 0 1 2 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 23 0 0 0 3 0 0 0 20 0 18 0 22869034 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22869035 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22869036 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 22869036 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22869038 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 1226 0 0 0 19 0 0 0 20 0 18 0 22869038 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 2519 0 0 0 28 0 0 0 20 0 18 0 22869038 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22869038 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22869038 9787879424 75021 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.44 2.35 2.02 3/213 27177
/proc/meminfo: memFree=29959368/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 11722 0 1 0 414 21 0 0 20 0 19 0 22869031 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2406260 103170 2273 9 0 2396937 0
[pid=27158/tid=27160] ppid=27155 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 2579 0 1 0 285 4 0 0 20 0 19 0 22869033 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140441006321352 140440879311779 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 41 0 0 0 2 3 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 134 0 0 0 6 3 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 72 0 0 0 4 2 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 139 0 0 0 7 2 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 61 0 0 0 3 2 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 22869034 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22869035 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2021 0 0 0 31 0 0 0 20 0 19 0 22869038 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4951 0 0 0 50 0 0 0 20 0 19 0 22869038 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 103170 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.41 2.34 2.02 4/213 27177
/proc/meminfo: memFree=29888984/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9625040 CPUtime=7.66 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 11766 0 1 0 745 21 0 0 20 0 19 0 22869031 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2406260 102409 2278 9 0 2396937 0
[pid=27158/tid=27160] ppid=27155 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 2582 0 1 0 605 4 0 0 20 0 19 0 22869033 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140441006320152 140440879247729 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 41 0 0 0 2 3 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 108 0 0 0 3 2 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 134 0 0 0 6 3 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 72 0 0 0 4 2 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 139 0 0 0 7 2 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 61 0 0 0 3 2 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 121 0 0 0 4 2 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 38 0 0 0 4 1 0 0 20 0 19 0 22869034 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22869035 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2022 0 0 0 34 0 0 0 20 0 19 0 22869038 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4991 0 0 0 59 0 0 0 20 0 19 0 22869038 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 102409 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.37 2.34 2.02 4/213 27177

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

[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2028 0 0 0 37 0 0 0 20 0 19 0 22869038 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4992 0 0 0 59 0 0 0 20 0 19 0 22869038 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 99 0 0 0 31 32 0 0 20 0 19 0 22869038 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 908249 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1737.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.27 2.15 4/213 27287
/proc/meminfo: memFree=26481116/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9625040 CPUtime=1798 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 43583 0 1 0 179437 363 0 0 20 0 19 0 22869031 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2406260 872387 2286 9 0 2396937 0
[pid=27158/tid=27160] ppid=27155 vsize=9625040 CPUtime=1773.4 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 3946 0 1 0 177295 45 0 0 20 0 19 0 22869033 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140441006320864 140440879236183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 2548 0 0 0 177 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 4142 0 0 0 192 37 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 3200 0 0 0 233 41 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 3212 0 0 0 201 36 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 3019 0 0 0 198 33 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 4137 0 0 0 213 40 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 3738 0 0 0 201 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 4694 0 0 0 218 50 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 2565 0 0 0 377 4 0 0 20 0 19 0 22869035 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2028 0 0 0 37 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4992 0 0 0 59 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1798
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.31 s]
/proc/loadavg: 2.27 2.27 2.15 4/213 27287
/proc/meminfo: memFree=26487080/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 43583 0 1 0 179638 363 0 0 20 0 19 0 22869031 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2406260 872387 2286 9 0 2396937 0
[pid=27158/tid=27160] ppid=27155 vsize=9625040 CPUtime=1775.41 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 3946 0 1 0 177496 45 0 0 20 0 19 0 22869033 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140441006320864 140440879236183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 2548 0 0 0 177 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 4142 0 0 0 192 37 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 3200 0 0 0 233 41 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 3212 0 0 0 201 36 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 3019 0 0 0 198 33 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 4137 0 0 0 213 40 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 3738 0 0 0 201 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 4694 0 0 0 218 50 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 2565 0 0 0 377 4 0 0 20 0 19 0 22869035 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2028 0 0 0 37 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4992 0 0 0 59 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 27158 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1784.31 s]
/proc/loadavg: 2.27 2.27 2.15 4/213 27287
/proc/meminfo: memFree=26487080/32872528 swapFree=1244176/1391344
[pid=27158] ppid=27155 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/27158/stat : 27158 (java) S 27155 27158 25977 0 -1 4202496 43583 0 1 0 179638 363 0 0 20 0 19 0 22869031 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140735510544064 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/27158/statm: 2406260 872387 2286 9 0 2396937 0
[pid=27158/tid=27160] ppid=27155 vsize=9625040 CPUtime=1775.41 cores=1,3,5,7
/proc/27158/task/27160/stat : 27160 (java) R 27155 27158 25977 0 -1 4202560 3946 0 1 0 177496 45 0 0 20 0 19 0 22869033 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140441006320864 140440879236183 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27161] ppid=27155 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/27158/task/27161/stat : 27161 (java) S 27155 27158 25977 0 -1 4202560 2548 0 0 0 177 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440850168104 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27162] ppid=27155 vsize=9625040 CPUtime=2.29 cores=1,3,5,7
/proc/27158/task/27162/stat : 27162 (java) S 27155 27158 25977 0 -1 4202560 4142 0 0 0 192 37 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440849115304 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27163] ppid=27155 vsize=9625040 CPUtime=2.74 cores=1,3,5,7
/proc/27158/task/27163/stat : 27163 (java) S 27155 27158 25977 0 -1 4202560 3200 0 0 0 233 41 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440848063016 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27164] ppid=27155 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/27158/task/27164/stat : 27164 (java) S 27155 27158 25977 0 -1 4202560 3212 0 0 0 201 36 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440847010216 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27158/tid=27165] ppid=27155 vsize=9625040 CPUtime=2.31 cores=1,3,5,7
/proc/27158/task/27165/stat : 27165 (java) S 27155 27158 25977 0 -1 4202560 3019 0 0 0 198 33 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440845957928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27166] ppid=27155 vsize=9625040 CPUtime=2.53 cores=1,3,5,7
/proc/27158/task/27166/stat : 27166 (java) S 27155 27158 25977 0 -1 4202560 4137 0 0 0 213 40 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440844905128 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27167] ppid=27155 vsize=9625040 CPUtime=2.39 cores=1,3,5,7
/proc/27158/task/27167/stat : 27167 (java) S 27155 27158 25977 0 -1 4202560 3738 0 0 0 201 38 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440843852840 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27168] ppid=27155 vsize=9625040 CPUtime=2.68 cores=1,3,5,7
/proc/27158/task/27168/stat : 27168 (java) S 27155 27158 25977 0 -1 4202560 4694 0 0 0 218 50 0 0 20 0 19 0 22869034 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440842800040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27169] ppid=27155 vsize=9625040 CPUtime=3.81 cores=1,3,5,7
/proc/27158/task/27169/stat : 27169 (java) S 27155 27158 25977 0 -1 4202560 2565 0 0 0 377 4 0 0 20 0 19 0 22869035 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440830601448 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27170] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27170/stat : 27170 (java) S 27155 27158 25977 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440829547512 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27171] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27171/stat : 27171 (java) S 27155 27158 25977 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 22869036 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440828495112 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27172] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27172/stat : 27172 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440827443600 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27173] ppid=27155 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27158/task/27173/stat : 27173 (java) S 27155 27158 25977 0 -1 4202560 2028 0 0 0 37 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440826391224 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27158/tid=27174] ppid=27155 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27158/task/27174/stat : 27174 (java) S 27155 27158 25977 0 -1 4202560 4992 0 0 0 59 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440825338424 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27175] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27175/stat : 27175 (java) S 27155 27158 25977 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440824286328 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27158/tid=27176] ppid=27155 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/27158/task/27176/stat : 27176 (java) S 27155 27158 25977 0 -1 4202560 103 0 0 0 32 33 0 0 20 0 19 0 22869038 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440823233736 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27158/tid=27177] ppid=27155 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27158/task/27177/stat : 27177 (java) S 27155 27158 25977 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 22869186 9856040960 872387 33554432000 1073741824 1073778376 140735510552928 140440822129576 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1784.35
CPU time (s): 1800.65
CPU user time (s): 1796.54
CPU system time (s): 4.11137
CPU usage (%): 100.913
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.54
system time used= 4.11137
maximum resident set size= 3758960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43684
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40085
involuntary context switches= 7391

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3911 second user time and 11.2643 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-18 02:03:24
IDJOB=4099917
IDBENCH=1550
IDSOLVER=2546
FILE ID=node119/4099917-1466208204
RUNJOBID= node119-1466206086-25994
PBS_JOBID= 19918158
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370a.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099917-1466208204/watcher-4099917-1466208204 -o /tmp/evaluation-result-4099917-1466208204/solver-4099917-1466208204 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1466206086-25994 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099917-1466208204.opb

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

MD5SUM BENCH= d7a28c2ec06d645af4379f015212128c
RANDOM SEED=1996356339

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30289020 kB
Buffers:           38796 kB
Cached:            76508 kB
SwapCached:          944 kB
Active:           421280 kB
Inactive:          67832 kB
Active(anon):     374588 kB
Inactive(anon):     1688 kB
Active(file):      46692 kB
Inactive(file):    66144 kB
Unevictable:     1391344 kB
Mlocked:         1244176 kB
SwapTotal:      67108856 kB
SwapFree:       67099976 kB
Dirty:              7476 kB
Writeback:             4 kB
AnonPages:       1763900 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             567728 kB
SReclaimable:      11792 kB
SUnreclaim:       555936 kB
KernelStack:        1688 kB
PageTables:         7856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1911308 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    497664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node119 at 2016-06-18 02:33:08