Trace number 4116873

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.67 1797.54

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size160-round22-6.opb
MD5SUMca96545404dcee2091c8062de7659853
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 variables4128
Total number of constraints8736
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)448
Number of constraints which are nor clauses,nor cardinality constraints864
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4116873-1466966806.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  no objective function found
0.67/0.42	c ... done. Wall clock time 0.295s.
0.67/0.42	c declared #vars     4128
0.67/0.42	c #constraints  10048
0.67/0.42	c constraints type 
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.67/0.42	c org.sat4j.specs.Constr$1 => 936
0.67/0.42	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.67/0.42	c org.sat4j.minisat.constraints.cnf.UnitClause => 536
0.67/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.67/0.42	c 10048 constraints processed.
1.70/1.10	c cleaning 2485 clauses out of 4998 with flag 17795/5001
2.84/1.77	c cleaning 4253 clauses out of 8512 with flag 40120/11000
3.64/2.53	c cleaning 5628 clauses out of 11259 with flag 68377/18000
4.46/3.40	c cleaning 6813 clauses out of 13632 with flag 102705/26001
5.58/4.43	c cleaning 7894 clauses out of 15818 with flag 143509/35000
6.78/5.63	c cleaning 8958 clauses out of 17925 with flag 191002/45001
7.97/6.89	c cleaning 9977 clauses out of 19967 with flag 246610/56001
9.47/8.34	c cleaning 10960 clauses out of 21989 with flag 305282/68000
11.08/9.93	c cleaning 11972 clauses out of 24029 with flag 374153/81000
12.78/11.67	c cleaning 13025 clauses out of 26057 with flag 448854/95000
14.79/13.62	c cleaning 13979 clauses out of 28033 with flag 529580/110001
16.89/15.76	c cleaning 15004 clauses out of 30054 with flag 617041/126001
19.19/18.04	c cleaning 15999 clauses out of 32049 with flag 711693/143000
21.68/20.54	c cleaning 17022 clauses out of 34052 with flag 811507/161002
24.29/23.17	c cleaning 17980 clauses out of 36031 with flag 918228/180003
27.08/25.95	c cleaning 18975 clauses out of 38049 with flag 1031311/200001
30.08/28.93	c cleaning 20027 clauses out of 40073 with flag 1151120/221000
33.28/32.16	c cleaning 21014 clauses out of 42046 with flag 1279104/243000
36.79/35.67	c cleaning 22016 clauses out of 44032 with flag 1410131/266000
40.59/39.42	c cleaning 23003 clauses out of 46019 with flag 1550839/290003
44.48/43.33	c cleaning 23985 clauses out of 48014 with flag 1696703/315001
48.49/47.40	c cleaning 24992 clauses out of 50028 with flag 1847785/341000
52.89/51.80	c cleaning 25998 clauses out of 52036 with flag 2006931/368000
57.58/56.43	c cleaning 26979 clauses out of 54039 with flag 2173185/396001
62.11/60.97	c cleaning 28002 clauses out of 56060 with flag 2347379/425001
66.71/65.55	c cleaning 29012 clauses out of 58057 with flag 2527046/455000
71.62/70.44	c cleaning 30014 clauses out of 60045 with flag 2713572/486000
76.71/75.52	c cleaning 30995 clauses out of 62031 with flag 2903520/518000
82.01/80.84	c cleaning 31980 clauses out of 64036 with flag 3098675/551000
87.71/86.54	c cleaning 33013 clauses out of 66056 with flag 3302553/585000
93.51/92.30	c cleaning 33994 clauses out of 68043 with flag 3512676/620000
99.62/98.43	c cleaning 34986 clauses out of 70050 with flag 3731305/656001
106.22/105.07	c cleaning 36016 clauses out of 72064 with flag 3955828/693001
113.12/111.90	c cleaning 37014 clauses out of 74047 with flag 4187105/731000
120.22/119.08	c cleaning 37998 clauses out of 76033 with flag 4423549/770000
127.92/126.74	c cleaning 38981 clauses out of 78035 with flag 4665661/810000
135.63/134.43	c cleaning 40000 clauses out of 80054 with flag 4913718/851000
143.63/142.42	c cleaning 41010 clauses out of 82055 with flag 5165884/893001
152.11/150.89	c cleaning 41973 clauses out of 84046 with flag 5430679/936002
160.41/159.20	c cleaning 43004 clauses out of 86073 with flag 5703100/980002
169.01/167.78	c cleaning 44000 clauses out of 88068 with flag 5979340/1025001
177.81/176.55	c cleaning 44995 clauses out of 90067 with flag 6260743/1071000
186.91/185.69	c cleaning 46016 clauses out of 92072 with flag 6552757/1118000
196.52/195.21	c cleaning 47009 clauses out of 94056 with flag 6849289/1166000
206.42/205.17	c cleaning 47974 clauses out of 96047 with flag 7148301/1215000
216.82/215.50	c cleaning 48991 clauses out of 98073 with flag 7455640/1265000
227.41/226.16	c cleaning 50009 clauses out of 100082 with flag 7767344/1316000
238.52/237.22	c cleaning 51021 clauses out of 102073 with flag 8086714/1368000
250.23/248.90	c cleaning 51984 clauses out of 104052 with flag 8412460/1421000
261.65/260.39	c cleaning 53035 clauses out of 106070 with flag 8750671/1475002
273.35/272.08	c cleaning 54006 clauses out of 108033 with flag 9092634/1530000
285.55/284.27	c cleaning 54992 clauses out of 110027 with flag 9435728/1586000
298.17/296.87	c cleaning 56005 clauses out of 112035 with flag 9791453/1643000
311.07/309.73	c cleaning 56987 clauses out of 114030 with flag 10149199/1701000
324.57/323.25	c cleaning 57988 clauses out of 116044 with flag 10516695/1760001
338.37/337.00	c cleaning 59002 clauses out of 118056 with flag 10886157/1820001
352.86/351.50	c cleaning 59988 clauses out of 120053 with flag 11268903/1881000
367.63/366.27	c cleaning 60997 clauses out of 122065 with flag 11651141/1943000
382.43/381.05	c cleaning 61999 clauses out of 124068 with flag 12038083/2006000
397.74/396.39	c cleaning 63025 clauses out of 126069 with flag 12433775/2070000
413.64/412.23	c cleaning 63996 clauses out of 128044 with flag 12835511/2135000
430.37/428.95	c cleaning 65000 clauses out of 130048 with flag 13247287/2201000
446.97/445.53	c cleaning 65999 clauses out of 132048 with flag 13658206/2268000
464.27/462.84	c cleaning 67005 clauses out of 134049 with flag 14075014/2336000
481.78/480.37	c cleaning 68012 clauses out of 136044 with flag 14501608/2405000
499.65/498.16	c cleaning 68993 clauses out of 138034 with flag 14931127/2475002
518.26/516.75	c cleaning 69999 clauses out of 140039 with flag 15366374/2546000
537.15/535.66	c cleaning 70984 clauses out of 142041 with flag 15806297/2618001
556.45/554.98	c cleaning 72020 clauses out of 144056 with flag 16255283/2691000
576.97/575.47	c cleaning 72977 clauses out of 146038 with flag 16706653/2765002
597.36/595.83	c cleaning 74006 clauses out of 148059 with flag 17165922/2840000
618.47/616.98	c cleaning 75016 clauses out of 150053 with flag 17636296/2916000
639.55/637.99	c cleaning 75981 clauses out of 152038 with flag 18109159/2993001
661.26/659.67	c cleaning 77014 clauses out of 154057 with flag 18589130/3071001
683.45/681.82	c cleaning 77989 clauses out of 156042 with flag 19075398/3150000
706.56/704.93	c cleaning 78997 clauses out of 158054 with flag 19567435/3230001
729.66/728.08	c cleaning 80012 clauses out of 160056 with flag 20065484/3311000
754.19/752.44	c cleaning 80994 clauses out of 162044 with flag 20565810/3393000
778.58/776.88	c cleaning 81984 clauses out of 164050 with flag 21074282/3476000
803.28/801.59	c cleaning 82959 clauses out of 166067 with flag 21587729/3560001
829.28/827.58	c cleaning 84046 clauses out of 168107 with flag 22109117/3645000
855.99/854.23	c cleaning 85017 clauses out of 170062 with flag 22631203/3731001
883.59/881.81	c cleaning 86005 clauses out of 172044 with flag 23161820/3818000
911.31/909.41	c cleaning 86988 clauses out of 174039 with flag 23694368/3906000
939.81/937.96	c cleaning 87992 clauses out of 176051 with flag 24233924/3995000
969.12/967.20	c cleaning 89004 clauses out of 178061 with flag 24777617/4085002
999.03/997.16	c cleaning 90013 clauses out of 180057 with flag 25333487/4176002
1029.54/1027.63	c cleaning 90996 clauses out of 182042 with flag 25893510/4268000
1060.73/1058.73	c cleaning 91989 clauses out of 184046 with flag 26458675/4361000
1092.23/1090.25	c cleaning 93000 clauses out of 186058 with flag 27025771/4455001
1124.51/1122.59	c cleaning 93998 clauses out of 188057 with flag 27603094/4550000
1157.80/1155.88	c cleaning 94979 clauses out of 190060 with flag 28185746/4646001
1192.11/1190.02	c cleaning 96006 clauses out of 192081 with flag 28772348/4743001
1226.20/1224.16	c cleaning 96999 clauses out of 194075 with flag 29367001/4841001
1260.80/1258.75	c cleaning 98023 clauses out of 196075 with flag 29968135/4940000
1296.99/1294.94	c cleaning 99020 clauses out of 198053 with flag 30578321/5040001
1334.26/1332.01	c cleaning 100001 clauses out of 200033 with flag 31190445/5141001
1371.35/1369.16	c cleaning 100974 clauses out of 202031 with flag 31814574/5243000
1408.74/1406.60	c cleaning 101995 clauses out of 204057 with flag 32440802/5346000
1447.64/1445.46	c cleaning 103001 clauses out of 206062 with flag 33076766/5450000
1486.98/1484.65	c cleaning 104010 clauses out of 208061 with flag 33711482/5555000
1527.47/1525.16	c cleaning 105015 clauses out of 210052 with flag 34356703/5661001
1568.27/1565.91	c cleaning 106010 clauses out of 212036 with flag 34997298/5768000
1609.28/1606.93	c cleaning 106966 clauses out of 214027 with flag 35653944/5876001
1651.34/1648.99	c cleaning 108011 clauses out of 216060 with flag 36309178/5985000
1693.65/1691.21	c cleaning 108994 clauses out of 218049 with flag 36980963/6095000
1736.25/1733.83	c cleaning 110014 clauses out of 220054 with flag 37647919/6206000
1780.42/1777.99	c cleaning 110963 clauses out of 222041 with flag 38319213/6318001
1800.04/1797.51	c starts		: 56366
1800.04/1797.51	c conflicts		: 6376369
1800.04/1797.51	c decisions		: 52871808
1800.04/1797.51	c propagations		: 817186576
1800.04/1797.51	c inspects		: 24680601306
1800.04/1797.51	c shortcuts		: 0
1800.04/1797.51	c learnt literals	: 4
1800.04/1797.51	c learnt binary clauses	: 77
1800.04/1797.51	c learnt ternary clauses	: 912
1800.04/1797.51	c learnt constraints	: 6376366
1800.04/1797.51	c ignored constraints	: 0
1800.04/1797.51	c root simplifications	: 0
1800.04/1797.51	c removed literals (reason simplification)	: 0
1800.04/1797.51	c reason swapping (by a shorter reason)	: 0
1800.04/1797.51	c Calls to reduceDB	: 108
1800.04/1797.51	c Number of update (reduction) of LBD	: 1359020
1800.04/1797.51	c Imported unit clauses	: 0
1800.04/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.04/1797.51	c number of learned constraints concerned by reduction	: 0
1800.04/1797.51	c number of learning phase by resolution	: 0
1800.04/1797.51	c number of learning phase by cutting planes	: 0
1800.04/1797.51	c speed (assignments/second)	: 454730.4737298694
1800.04/1797.51	c non guided choices	15837
1800.04/1797.51	c timeout
1800.04/1797.54	c learnt constraints type 
1800.04/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 77
1800.04/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 169370
1800.04/1797.54	s UNKNOWN
1800.04/1797.54	c Total wall clock time (in seconds): 1797.41

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

pid=25130
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.24 2.19 3/171 25133
/proc/meminfo: memFree=30370112/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25133/stat : 25133 (java) D 25130 25133 23975 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 29717809 9515008 176 33554432000 1073741824 1073778376 140736478979408 140736478962136 248790205328 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/25133/statm: 2323 176 133 9 0 71 0

[startup+0.100061 s]
/proc/loadavg: 2.25 2.24 2.19 3/171 25133
/proc/meminfo: memFree=30370112/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 3862 0 1 0 6 1 0 0 20 0 18 0 29717809 9787879424 4481 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2389619 4481 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200354 s]
/proc/loadavg: 2.25 2.24 2.19 3/171 25133
/proc/meminfo: memFree=30370112/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 4750 0 1 0 22 1 0 0 20 0 18 0 29717809 9787879424 6322 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2389619 6322 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300318 s]
/proc/loadavg: 2.25 2.24 2.19 3/171 25133
/proc/meminfo: memFree=30370112/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 5724 0 1 0 44 1 0 0 20 0 18 0 29717809 9787879424 8018 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2389619 8018 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700316 s]
/proc/loadavg: 2.25 2.24 2.19 3/171 25133
/proc/meminfo: memFree=30370112/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=1.31 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 8280 0 1 0 128 3 0 0 20 0 19 0 29717809 9856040960 14987 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 14987 2260 9 0 2396937 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 9625040

[startup+1.50087 s]
/proc/loadavg: 2.25 2.24 2.19 6/213 25184
/proc/meminfo: memFree=30262428/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 16819 0 1 0 257 4 0 0 20 0 19 0 29717809 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 20238 2270 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2488 0 1 0 143 2 0 0 20 0 19 0 29717810 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697431203536 139697371614494 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717813 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 45 0 0 0 20 0 19 0 29717816 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9086 0 0 0 66 2 0 0 20 0 19 0 29717816 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 20238 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.61
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.31 2.25 2.19 3/213 25184
/proc/meminfo: memFree=30236444/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=4.25 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 16822 0 1 0 421 4 0 0 20 0 19 0 29717809 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 21262 2270 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2491 0 1 0 303 2 0 0 20 0 19 0 29717810 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697431203536 139697371488679 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717813 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 46 0 0 0 20 0 19 0 29717816 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9086 0 0 0 68 2 0 0 20 0 19 0 29717816 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 21262 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.25
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.31 2.25 2.19 3/213 25184
/proc/meminfo: memFree=30224976/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=7.48 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 16829 0 1 0 743 5 0 0 20 0 19 0 29717809 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 21993 2271 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2495 0 1 0 623 2 0 0 20 0 19 0 29717810 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697431212264 139697371510063 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29717812 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29717813 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 29717816 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9088 0 0 0 69 2 0 0 20 0 19 0 29717816 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 21993 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 29717816 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9097 0 0 0 73 2 0 0 20 0 19 0 29717816 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 100 0 0 0 29 39 0 0 20 0 19 0 29717816 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 107774 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.75
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.29 2.23 3/213 25251
/proc/meminfo: memFree=29523272/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=1784.82 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 18284 0 1 0 178408 74 0 0 20 0 19 0 29717809 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 110331 2285 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=1781.61 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2554 0 1 0 178124 37 0 0 20 0 19 0 29717810 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697431203616 139697371488453 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 412 0 0 0 17 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 87 0 0 0 17 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 56 0 0 0 12 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 91 0 0 0 20 5 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 65 0 0 0 19 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 273 0 0 0 18 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 72 0 0 0 1 1 0 0 20 0 19 0 29717813 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9097 0 0 0 73 2 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 104 0 0 0 30 40 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.82
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.51 s]
/proc/loadavg: 2.29 2.30 2.23 3/213 25251
/proc/meminfo: memFree=29523276/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 18284 0 1 0 179929 75 0 0 20 0 19 0 29717809 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 110331 2285 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=1796.81 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2554 0 1 0 179644 37 0 0 20 0 19 0 29717810 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697431203616 139697371170742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 412 0 0 0 17 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 87 0 0 0 17 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 56 0 0 0 12 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 91 0 0 0 20 5 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 65 0 0 0 19 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 273 0 0 0 18 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 72 0 0 0 1 1 0 0 20 0 19 0 29717813 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9097 0 0 0 73 2 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 104 0 0 0 30 41 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 25133 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.29 2.30 2.23 3/213 25251
/proc/meminfo: memFree=29523276/32872528 swapFree=1392268/1580316
[pid=25133] ppid=25130 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/25133/stat : 25133 (java) S 25130 25133 23975 0 -1 4202496 18284 0 1 0 179929 75 0 0 20 0 19 0 29717809 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 140735844061264 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25133/statm: 2406260 110331 2285 9 0 2396937 0
[pid=25133/tid=25136] ppid=25130 vsize=9625040 CPUtime=1796.81 cores=1,3,5,7
/proc/25133/task/25136/stat : 25136 (java) R 25130 25133 23975 0 -1 4202560 2554 0 1 0 179644 37 0 0 20 0 19 0 29717810 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697431203616 139697371170742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25137] ppid=25130 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/25133/task/25137/stat : 25137 (java) S 25130 25133 23975 0 -1 4202560 412 0 0 0 17 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697369942440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25138] ppid=25130 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/25133/task/25138/stat : 25138 (java) S 25130 25133 23975 0 -1 4202560 87 0 0 0 17 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697273387560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25139] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25139/stat : 25139 (java) S 25130 25133 23975 0 -1 4202560 195 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697272334504 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25140] ppid=25130 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/25133/task/25140/stat : 25140 (java) S 25130 25133 23975 0 -1 4202560 56 0 0 0 12 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697271281960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25141] ppid=25130 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/25133/task/25141/stat : 25141 (java) S 25130 25133 23975 0 -1 4202560 91 0 0 0 20 5 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697270229928 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25142] ppid=25130 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/25133/task/25142/stat : 25142 (java) S 25130 25133 23975 0 -1 4202560 47 0 0 0 14 3 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697269177384 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25133/tid=25143] ppid=25130 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/25133/task/25143/stat : 25143 (java) S 25130 25133 23975 0 -1 4202560 65 0 0 0 19 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697268124328 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25133/tid=25144] ppid=25130 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/25133/task/25144/stat : 25144 (java) S 25130 25133 23975 0 -1 4202560 273 0 0 0 18 4 0 0 20 0 19 0 29717812 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697267071784 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25145] ppid=25130 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25133/task/25145/stat : 25145 (java) S 25130 25133 23975 0 -1 4202560 72 0 0 0 1 1 0 0 20 0 19 0 29717813 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697254873448 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25146] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25146/stat : 25146 (java) S 25130 25133 23975 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697253819768 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25147] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25147/stat : 25147 (java) S 25130 25133 23975 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29717814 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697252766600 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25150] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25150/stat : 25150 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697251715344 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25151] ppid=25130 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/25133/task/25151/stat : 25151 (java) S 25130 25133 23975 0 -1 4202560 3966 0 0 0 47 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697250663224 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25133/tid=25152] ppid=25130 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25133/task/25152/stat : 25152 (java) S 25130 25133 23975 0 -1 4202560 9097 0 0 0 73 2 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697249610680 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25153] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25153/stat : 25153 (java) S 25130 25133 23975 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697248557816 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25154] ppid=25130 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/25133/task/25154/stat : 25154 (java) S 25130 25133 23975 0 -1 4202560 104 0 0 0 30 41 0 0 20 0 19 0 29717816 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697247505480 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25133/tid=25183] ppid=25130 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25133/task/25183/stat : 25183 (java) S 25130 25133 23975 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29717853 9856040960 110331 33554432000 1073741824 1073778376 140735844070128 139697246450728 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.54
CPU time (s): 1800.67
CPU user time (s): 1799.43
CPU system time (s): 1.24381
CPU usage (%): 100.174
Max. virtual memory (cumulated for all children) (KiB): 9625328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.43
system time used= 1.24381
maximum resident set size= 441444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18320
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38402
involuntary context switches= 15969

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2514 second user time and 14.0739 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-26 20:46:46
IDJOB=4116873
IDBENCH=109524
IDSOLVER=2546
FILE ID=node139/4116873-1466966806
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-size160-round22-6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116873-1466966806/watcher-4116873-1466966806 -o /tmp/evaluation-result-4116873-1466966806/solver-4116873-1466966806 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1466956013-23992 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116873-1466966806.opb

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

MD5SUM BENCH= ca96545404dcee2091c8062de7659853
RANDOM SEED=1452899439

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:        30370284 kB
Buffers:           37056 kB
Cached:           176912 kB
SwapCached:         2156 kB
Active:            42240 kB
Inactive:         175272 kB
Active(anon):       5188 kB
Inactive(anon):     1120 kB
Active(file):      37052 kB
Inactive(file):   174152 kB
Unevictable:     1580316 kB
Mlocked:         1392268 kB
SwapTotal:      67108856 kB
SwapFree:       67098796 kB
Dirty:              1312 kB
Writeback:             0 kB
AnonPages:       1582672 kB
Mapped:             7212 kB
Shmem:                 0 kB
Slab:             568356 kB
SReclaimable:      12160 kB
SUnreclaim:       556196 kB
KernelStack:        1408 kB
PageTables:         6952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1677392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 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 21:16:44