Trace number 4116249

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.74 1798.14

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size112-round23-5.opb
MD5SUMcfd241960bd882a0d82a834b9d8ec94c
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4288
Total number of constraints9488
Number of constraints which are clauses8192
Number of constraints which are cardinality constraints (but not clauses)400
Number of constraints which are nor clauses,nor cardinality constraints896
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 4
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 14
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4116249-1466972200.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  no objective function found
0.68/0.42	c ... done. Wall clock time 0.305s.
0.68/0.42	c declared #vars     4288
0.68/0.42	c #constraints  10784
0.68/0.42	c constraints type 
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7494
0.68/0.42	c org.sat4j.specs.Constr$1 => 888
0.68/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 488
0.68/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1786
0.68/0.42	c 10784 constraints processed.
1.66/1.10	c cleaning 2492 clauses out of 4998 with flag 16091/5000
2.44/1.76	c cleaning 4253 clauses out of 8507 with flag 39076/11001
3.24/2.52	c cleaning 5605 clauses out of 11254 with flag 68068/18001
4.05/3.36	c cleaning 6782 clauses out of 13650 with flag 103738/26002
5.06/4.34	c cleaning 7906 clauses out of 15866 with flag 144375/35000
6.16/5.45	c cleaning 8968 clauses out of 17960 with flag 192881/45000
7.37/6.70	c cleaning 9981 clauses out of 19992 with flag 247993/56000
8.86/8.13	c cleaning 10969 clauses out of 22011 with flag 308023/68000
10.46/9.74	c cleaning 12018 clauses out of 24043 with flag 376982/81001
12.16/11.46	c cleaning 12982 clauses out of 26027 with flag 452068/95003
14.08/13.39	c cleaning 14007 clauses out of 28042 with flag 532387/110000
16.18/15.47	c cleaning 14976 clauses out of 30035 with flag 619780/126000
18.49/17.74	c cleaning 16023 clauses out of 32062 with flag 714240/143003
20.88/20.17	c cleaning 16993 clauses out of 34038 with flag 818269/161002
23.48/22.70	c cleaning 18000 clauses out of 36043 with flag 927808/180000
26.28/25.57	c cleaning 18982 clauses out of 38044 with flag 1041905/200001
29.38/28.68	c cleaning 20001 clauses out of 40061 with flag 1166957/221000
32.68/31.96	c cleaning 21029 clauses out of 42060 with flag 1296011/243000
36.08/35.38	c cleaning 21989 clauses out of 44031 with flag 1431659/266000
39.77/39.02	c cleaning 22973 clauses out of 46042 with flag 1572772/290000
43.68/42.93	c cleaning 24013 clauses out of 48069 with flag 1722536/315000
47.77/47.03	c cleaning 24985 clauses out of 50056 with flag 1878863/341000
52.07/51.35	c cleaning 26012 clauses out of 52071 with flag 2039294/368000
56.40/55.64	c cleaning 27014 clauses out of 54059 with flag 2210428/396000
60.70/59.90	c cleaning 28003 clauses out of 56045 with flag 2386048/425000
65.20/64.44	c cleaning 28989 clauses out of 58044 with flag 2567808/455002
69.90/69.11	c cleaning 30009 clauses out of 60054 with flag 2759638/486001
74.80/74.00	c cleaning 30993 clauses out of 62044 with flag 2953503/518000
80.02/79.22	c cleaning 31995 clauses out of 64052 with flag 3153714/551001
85.52/84.72	c cleaning 33022 clauses out of 66057 with flag 3364339/585001
91.21/90.40	c cleaning 34002 clauses out of 68037 with flag 3578050/620003
97.21/96.40	c cleaning 34992 clauses out of 70033 with flag 3798362/656001
103.51/102.73	c cleaning 35983 clauses out of 72042 with flag 4021847/693002
110.21/109.41	c cleaning 36979 clauses out of 74057 with flag 4255155/731000
117.21/116.48	c cleaning 37989 clauses out of 76078 with flag 4488864/770000
124.41/123.60	c cleaning 39039 clauses out of 78089 with flag 4734357/810000
131.71/130.99	c cleaning 39926 clauses out of 80050 with flag 4986727/851000
139.61/138.86	c cleaning 41001 clauses out of 82124 with flag 5242403/893000
147.45/146.66	c cleaning 42042 clauses out of 84123 with flag 5509550/936000
155.65/154.82	c cleaning 43016 clauses out of 86081 with flag 5780905/980000
163.85/163.05	c cleaning 44029 clauses out of 88065 with flag 6065605/1025000
172.46/171.67	c cleaning 44998 clauses out of 90036 with flag 6349063/1071000
181.26/180.48	c cleaning 45986 clauses out of 92039 with flag 6640103/1118001
190.65/189.81	c cleaning 47015 clauses out of 94054 with flag 6940222/1166002
200.26/199.43	c cleaning 47990 clauses out of 96039 with flag 7244465/1215002
210.56/209.70	c cleaning 49000 clauses out of 98047 with flag 7554134/1265000
220.87/220.09	c cleaning 49956 clauses out of 100048 with flag 7869932/1316001
231.87/231.02	c cleaning 51041 clauses out of 102091 with flag 8191207/1368000
243.06/242.26	c cleaning 51961 clauses out of 104050 with flag 8517604/1421000
254.09/253.30	c cleaning 53008 clauses out of 106090 with flag 8847434/1475001
265.38/264.58	c cleaning 54025 clauses out of 108081 with flag 9187224/1530000
276.99/276.19	c cleaning 55005 clauses out of 110057 with flag 9537171/1586001
289.09/288.23	c cleaning 55972 clauses out of 112051 with flag 9890126/1643000
301.89/301.06	c cleaning 57017 clauses out of 114080 with flag 10248903/1701001
315.19/314.35	c cleaning 57982 clauses out of 116062 with flag 10617353/1760000
328.70/327.82	c cleaning 59031 clauses out of 118080 with flag 10987592/1820000
342.79/341.90	c cleaning 59990 clauses out of 120049 with flag 11366402/1881000
357.10/356.25	c cleaning 60993 clauses out of 122059 with flag 11751468/1943000
371.43/370.56	c cleaning 62017 clauses out of 124067 with flag 12142098/2006001
386.13/385.27	c cleaning 62993 clauses out of 126049 with flag 12538166/2070000
401.03/400.20	c cleaning 64011 clauses out of 128056 with flag 12945785/2135000
416.34/415.41	c cleaning 64988 clauses out of 130045 with flag 13356250/2201000
432.16/431.22	c cleaning 66019 clauses out of 132057 with flag 13763538/2268000
448.45/447.56	c cleaning 66977 clauses out of 134039 with flag 14183744/2336001
465.95/465.00	c cleaning 67951 clauses out of 136062 with flag 14606312/2405001
483.41/482.44	c cleaning 69039 clauses out of 138111 with flag 15039718/2475001
501.40/500.43	c cleaning 69995 clauses out of 140071 with flag 15480667/2546000
519.51/518.54	c cleaning 71013 clauses out of 142076 with flag 15919210/2618000
538.70/537.71	c cleaning 72004 clauses out of 144063 with flag 16365297/2691000
557.89/556.96	c cleaning 72987 clauses out of 146061 with flag 16822347/2765002
578.00/577.00	c cleaning 74011 clauses out of 148072 with flag 17284248/2840000
598.30/597.38	c cleaning 75015 clauses out of 150061 with flag 17751666/2916000
618.66/617.63	c cleaning 76017 clauses out of 152046 with flag 18223848/2993000
639.86/638.87	c cleaning 76988 clauses out of 154029 with flag 18701029/3071000
662.36/661.34	c cleaning 77970 clauses out of 156041 with flag 19188883/3150000
684.65/683.64	c cleaning 78992 clauses out of 158071 with flag 19679956/3230000
708.15/707.12	c cleaning 80033 clauses out of 160079 with flag 20179601/3311000
731.64/730.62	c cleaning 80971 clauses out of 162047 with flag 20683887/3393001
755.84/754.76	c cleaning 82009 clauses out of 164075 with flag 21194811/3476000
780.73/779.65	c cleaning 83017 clauses out of 166067 with flag 21715909/3560001
806.22/805.18	c cleaning 83997 clauses out of 168049 with flag 22238793/3645000
831.82/830.79	c cleaning 85010 clauses out of 170052 with flag 22764488/3731000
858.12/857.09	c cleaning 85992 clauses out of 172042 with flag 23302982/3818000
884.85/883.60	c cleaning 87026 clauses out of 174052 with flag 23838976/3906002
911.75/910.56	c cleaning 87999 clauses out of 176024 with flag 24388955/3995000
939.24/938.06	c cleaning 88985 clauses out of 178025 with flag 24936794/4085000
967.45/966.22	c cleaning 89993 clauses out of 180041 with flag 25493545/4176001
996.56/995.35	c cleaning 90992 clauses out of 182047 with flag 26055659/4268000
1025.66/1024.34	c cleaning 91992 clauses out of 184056 with flag 26623715/4361001
1055.75/1054.44	c cleaning 93019 clauses out of 186064 with flag 27197160/4455001
1086.96/1085.63	c cleaning 93977 clauses out of 188044 with flag 27783519/4550000
1117.76/1116.48	c cleaning 95029 clauses out of 190067 with flag 28369329/4646000
1149.76/1148.37	c cleaning 95983 clauses out of 192039 with flag 28955098/4743001
1182.57/1181.13	c cleaning 96989 clauses out of 194055 with flag 29550241/4841000
1215.88/1214.41	c cleaning 98004 clauses out of 196067 with flag 30152368/4940001
1250.48/1249.05	c cleaning 99013 clauses out of 198062 with flag 30766674/5040000
1284.52/1282.97	c cleaning 100006 clauses out of 200049 with flag 31381661/5141000
1320.12/1318.55	c cleaning 100988 clauses out of 202043 with flag 32003863/5243000
1356.34/1354.70	c cleaning 102000 clauses out of 204055 with flag 32628226/5346000
1393.66/1392.03	c cleaning 103010 clauses out of 206056 with flag 33259044/5450001
1430.98/1429.20	c cleaning 103991 clauses out of 208045 with flag 33892784/5555000
1468.60/1466.87	c cleaning 105025 clauses out of 210056 with flag 34532269/5661002
1508.21/1506.41	c cleaning 105999 clauses out of 212030 with flag 35182734/5768001
1547.60/1545.80	c cleaning 107007 clauses out of 214032 with flag 35842145/5876002
1588.41/1586.58	c cleaning 107969 clauses out of 216023 with flag 36499707/5985000
1629.73/1627.85	c cleaning 109011 clauses out of 218054 with flag 37160730/6095000
1671.64/1669.73	c cleaning 109974 clauses out of 220044 with flag 37835747/6206001
1713.78/1711.89	c cleaning 111022 clauses out of 222070 with flag 38509297/6318001
1758.27/1756.34	c cleaning 111977 clauses out of 224047 with flag 39195848/6431000
1800.09/1798.10	c starts		: 49240
1800.09/1798.10	c conflicts		: 6539917
1800.09/1798.10	c decisions		: 60457548
1800.09/1798.10	c propagations		: 883118449
1800.09/1798.10	c inspects		: 24009323786
1800.09/1798.10	c shortcuts		: 0
1800.09/1798.10	c learnt literals	: 2
1800.09/1798.10	c learnt binary clauses	: 44
1800.09/1798.10	c learnt ternary clauses	: 678
1800.09/1798.10	c learnt constraints	: 6539915
1800.09/1798.10	c ignored constraints	: 0
1800.09/1798.10	c root simplifications	: 0
1800.09/1798.10	c removed literals (reason simplification)	: 0
1800.09/1798.10	c reason swapping (by a shorter reason)	: 0
1800.09/1798.10	c Calls to reduceDB	: 109
1800.09/1798.10	c Number of update (reduction) of LBD	: 1388531
1800.09/1798.10	c Imported unit clauses	: 0
1800.09/1798.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1798.10	c number of learned constraints concerned by reduction	: 0
1800.09/1798.10	c number of learning phase by resolution	: 0
1800.09/1798.10	c number of learning phase by cutting planes	: 0
1800.09/1798.10	c speed (assignments/second)	: 491255.0974089909
1800.09/1798.10	c non guided choices	28364
1800.09/1798.10	c timeout
1800.09/1798.13	c learnt constraints type 
1800.09/1798.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.09/1798.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220944
1800.09/1798.13	s UNKNOWN
1800.09/1798.13	c Total wall clock time (in seconds): 1798.018

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-4116249-1466972200/watcher-4116249-1466972200 -o /tmp/evaluation-result-4116249-1466972200/solver-4116249-1466972200 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116249-1466972200.opb 

pid=25671
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.25 2.22 2.18 3/194 25674
/proc/meminfo: memFree=29984032/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/25674/stat : 25674 (java) R 25671 25674 23975 0 -1 4202496 913 0 0 0 0 0 0 0 20 0 1 0 30257226 23793664 564 33554432000 1073741824 1073778376 140733251154128 140733251143192 248780995123 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 5809 575 430 9 0 128 0

[startup+0.100157 s]
/proc/loadavg: 2.25 2.22 2.18 3/194 25674
/proc/meminfo: memFree=29984032/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 4419 0 1 0 8 1 0 0 20 0 18 0 30257226 9787879424 6043 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2389619 6043 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200363 s]
/proc/loadavg: 2.25 2.22 2.18 3/194 25674
/proc/meminfo: memFree=29984032/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 4930 0 1 0 24 2 0 0 20 0 18 0 30257226 9787879424 7007 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2389619 7007 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300368 s]
/proc/loadavg: 2.25 2.22 2.18 3/194 25674
/proc/meminfo: memFree=29984032/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 5814 0 1 0 47 2 0 0 20 0 18 0 30257226 9787879424 9002 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2389619 9002 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.7003 s]
/proc/loadavg: 2.25 2.22 2.18 3/194 25674
/proc/meminfo: memFree=29984032/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 8662 0 1 0 132 3 0 0 20 0 19 0 30257226 9856040960 15877 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 15877 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.25 2.22 2.18 7/212 25758
/proc/meminfo: memFree=30280052/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 8733 0 1 0 218 3 0 0 20 0 19 0 30257226 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 16396 2269 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2441 0 1 0 145 2 0 0 20 0 19 0 30257227 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503656435992 248793578552 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257229 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 2928 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 35 0 0 0 20 0 19 0 30257232 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 16396 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.25 2.22 2.18 3/213 25759
/proc/meminfo: memFree=30241744/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=3.85 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 8737 0 1 0 382 3 0 0 20 0 19 0 30257226 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 17421 2270 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2444 0 1 0 305 2 0 0 20 0 19 0 30257227 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503656427216 140503497164691 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257229 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 2929 0 0 0 39 0 0 0 20 0 19 0 30257232 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 36 0 0 0 20 0 19 0 30257232 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 17421 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.23 2.21 2.18 3/213 25759
/proc/meminfo: memFree=30225396/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=7.06 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 8744 0 1 0 703 3 0 0 20 0 19 0 30257226 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 19367 2271 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=6.27 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2449 0 1 0 625 2 0 0 20 0 19 0 30257227 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503656427200 140503497147297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 30257228 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 30257229 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 2930 0 0 0 40 0 0 0 20 0 19 0 30257232 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 19367 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.06
Current children cumulated vsize (KiB) 9625040


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

[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 3193 0 0 0 44 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 100 0 0 0 31 35 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.28
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.16 2.20 2.18 4/213 25803
/proc/meminfo: memFree=29627404/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=1784.29 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 10983 0 1 0 178367 62 0 0 20 0 19 0 30257226 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 92759 2285 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=1781.72 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2506 0 1 0 178136 36 0 0 20 0 19 0 30257227 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503656427296 140503497199759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 195 0 0 0 17 4 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 226 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 242 0 0 0 12 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 336 0 0 0 17 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 265 0 0 0 14 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 146 0 0 0 13 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 281 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30257229 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 3193 0 0 0 44 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 104 0 0 0 32 37 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.27 2.23 2.18 3/213 25803
/proc/meminfo: memFree=29627408/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 10985 0 1 0 179947 62 0 0 20 0 19 0 30257226 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 92759 2285 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=1797.52 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2506 0 1 0 179716 36 0 0 20 0 19 0 30257227 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503656427296 140503497182829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 195 0 0 0 17 4 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 226 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 242 0 0 0 12 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 336 0 0 0 17 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 265 0 0 0 14 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 146 0 0 0 13 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 281 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30257229 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 3193 0 0 0 44 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 106 0 0 0 32 37 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 25674 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1798.1 s]
/proc/loadavg: 2.27 2.23 2.18 3/213 25803
/proc/meminfo: memFree=29627408/32872528 swapFree=1392268/1580316
[pid=25674] ppid=25671 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/25674/stat : 25674 (java) S 25671 25674 23975 0 -1 4202496 10985 0 1 0 179947 62 0 0 20 0 19 0 30257226 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140733251145264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/25674/statm: 2406260 92759 2285 9 0 2396937 0
[pid=25674/tid=25676] ppid=25671 vsize=9625040 CPUtime=1797.52 cores=1,3,5,7
/proc/25674/task/25676/stat : 25676 (java) R 25671 25674 23975 0 -1 4202560 2506 0 1 0 179716 36 0 0 20 0 19 0 30257227 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503656427296 140503497182829 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25677] ppid=25671 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25674/task/25677/stat : 25677 (java) S 25671 25674 23975 0 -1 4202560 195 0 0 0 17 4 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503617927976 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25678] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25678/stat : 25678 (java) S 25671 25674 23975 0 -1 4202560 226 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503616875176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25679] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25679/stat : 25679 (java) S 25671 25674 23975 0 -1 4202560 242 0 0 0 12 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503615822888 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25680] ppid=25671 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/25674/task/25680/stat : 25680 (java) S 25671 25674 23975 0 -1 4202560 76 0 0 0 11 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503496518568 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25674/tid=25681] ppid=25671 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25674/task/25681/stat : 25681 (java) S 25671 25674 23975 0 -1 4202560 336 0 0 0 17 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503495465256 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25682] ppid=25671 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25674/task/25682/stat : 25682 (java) S 25671 25674 23975 0 -1 4202560 265 0 0 0 14 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503494412456 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25683] ppid=25671 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25674/task/25683/stat : 25683 (java) S 25671 25674 23975 0 -1 4202560 146 0 0 0 13 2 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503493360168 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25684] ppid=25671 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/25674/task/25684/stat : 25684 (java) S 25671 25674 23975 0 -1 4202560 281 0 0 0 16 3 0 0 20 0 19 0 30257228 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503492307368 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25685] ppid=25671 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25674/task/25685/stat : 25685 (java) S 25671 25674 23975 0 -1 4202560 63 0 0 0 1 1 0 0 20 0 19 0 30257229 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503009979112 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25674/tid=25686] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25686/stat : 25686 (java) S 25671 25674 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503008925176 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25687] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25687/stat : 25687 (java) S 25671 25674 23975 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 30257230 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503007872776 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25688] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25688/stat : 25688 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503006821264 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25689] ppid=25671 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25674/task/25689/stat : 25689 (java) S 25671 25674 23975 0 -1 4202560 3193 0 0 0 44 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503005767864 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25690] ppid=25671 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25674/task/25690/stat : 25690 (java) S 25671 25674 23975 0 -1 4202560 2087 0 0 0 37 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503004715064 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25691] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25691/stat : 25691 (java) S 25671 25674 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503003662968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25674/tid=25692] ppid=25671 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/25674/task/25692/stat : 25692 (java) S 25671 25674 23975 0 -1 4202560 106 0 0 0 32 37 0 0 20 0 19 0 30257232 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503002610376 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25674/tid=25695] ppid=25671 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25674/task/25695/stat : 25695 (java) S 25671 25674 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 30257269 9856040960 92759 33554432000 1073741824 1073778376 140733251154128 140503001556392 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.74
CPU user time (s): 1799.63
CPU system time (s): 1.11283
CPU usage (%): 100.145
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.63
system time used= 1.11283
maximum resident set size= 371604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11143
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38416
involuntary context switches= 14922

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1235 second user time and 14.5818 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 22:16:40
IDJOB=4116249
IDBENCH=109446
IDSOLVER=2546
FILE ID=node139/4116249-1466972200
RUNJOBID= node139-1466956013-23992
PBS_JOBID= 19976371
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size112-round23-5.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116249-1466972200/watcher-4116249-1466972200 -o /tmp/evaluation-result-4116249-1466972200/solver-4116249-1466972200 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116249-1466972200.opb

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

MD5SUM BENCH= cfd241960bd882a0d82a834b9d8ec94c
RANDOM SEED=422789121

node139.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.394
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.78
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.394
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.394
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.394
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.394
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29984948 kB
Buffers:           42608 kB
Cached:           180000 kB
SwapCached:         2156 kB
Active:           421048 kB
Inactive:         182124 kB
Active(anon):     381612 kB
Inactive(anon):     1220 kB
Active(file):      39436 kB
Inactive(file):   180904 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:               856 kB
Writeback:             0 kB
AnonPages:       1934904 kB
Mapped:            15500 kB
Shmem:                 0 kB
Slab:             568340 kB
SReclaimable:      12384 kB
SUnreclaim:       555956 kB
KernelStack:        1760 kB
PageTables:         8496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2294364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    530432 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= 71676 MiB
End job on node139 at 2016-06-26 22:46:38