Trace number 4116649

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

General information on the benchmark

Namenormalized-PB16/DEC-SMALLINT-LIN/nossum/
normalized-sha1-size128-round22-1.opb
MD5SUM051ff1d048af7aa78801b624c4971239
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 constraints8704
Number of constraints which are clauses7424
Number of constraints which are cardinality constraints (but not clauses)416
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.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@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.12	c solving HOME/instance-4116649-1466962429.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.68/0.41	c ... done. Wall clock time 0.293s.
0.68/0.41	c declared #vars     4128
0.68/0.41	c #constraints  9984
0.68/0.41	c constraints type 
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6726
0.68/0.41	c org.sat4j.specs.Constr$1 => 904
0.68/0.41	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 128
0.68/0.41	c org.sat4j.minisat.constraints.cnf.UnitClause => 504
0.68/0.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1722
0.68/0.41	c 9984 constraints processed.
1.64/1.08	c cleaning 2498 clauses out of 4998 with flag 15858/5000
2.31/1.69	c cleaning 4206 clauses out of 8500 with flag 40106/11000
3.11/2.43	c cleaning 5635 clauses out of 11294 with flag 68484/18000
3.93/3.28	c cleaning 6818 clauses out of 13659 with flag 103332/26000
4.95/4.27	c cleaning 7916 clauses out of 15841 with flag 144797/35000
6.05/5.39	c cleaning 8953 clauses out of 17926 with flag 194964/45001
7.25/6.60	c cleaning 9949 clauses out of 19973 with flag 249290/56001
8.75/8.05	c cleaning 10981 clauses out of 22024 with flag 310185/68001
10.35/9.61	c cleaning 12007 clauses out of 24042 with flag 378569/81000
12.05/11.36	c cleaning 13000 clauses out of 26035 with flag 453356/95000
13.97/13.29	c cleaning 14006 clauses out of 28037 with flag 534418/110002
16.06/15.31	c cleaning 14948 clauses out of 30029 with flag 622169/126000
18.26/17.54	c cleaning 16026 clauses out of 32082 with flag 718511/143001
20.66/19.94	c cleaning 16971 clauses out of 34055 with flag 822309/161000
23.26/22.59	c cleaning 18021 clauses out of 36085 with flag 933519/180001
26.16/25.48	c cleaning 19025 clauses out of 38065 with flag 1049105/200002
29.16/28.48	c cleaning 20007 clauses out of 40038 with flag 1172266/221000
32.67/31.91	c cleaning 20993 clauses out of 42033 with flag 1303314/243002
36.16/35.41	c cleaning 22001 clauses out of 44038 with flag 1440288/266000
39.86/39.10	c cleaning 22988 clauses out of 46038 with flag 1584607/290001
43.77/43.02	c cleaning 23996 clauses out of 48050 with flag 1735653/315001
47.86/47.18	c cleaning 25010 clauses out of 50055 with flag 1892004/341002
52.27/51.56	c cleaning 25997 clauses out of 52044 with flag 2058060/368001
56.88/56.15	c cleaning 27015 clauses out of 54047 with flag 2225885/396001
61.52/60.73	c cleaning 27982 clauses out of 56032 with flag 2405339/425001
66.12/65.33	c cleaning 28990 clauses out of 58050 with flag 2590253/455001
71.02/70.21	c cleaning 30000 clauses out of 60061 with flag 2778677/486002
76.02/75.24	c cleaning 30991 clauses out of 62062 with flag 2978027/518003
81.42/80.65	c cleaning 31987 clauses out of 64068 with flag 3183795/551000
87.02/86.24	c cleaning 33015 clauses out of 66081 with flag 3396681/585000
92.81/92.09	c cleaning 34014 clauses out of 68067 with flag 3613496/620001
98.91/98.11	c cleaning 35007 clauses out of 70052 with flag 3837648/656000
105.43/104.62	c cleaning 36003 clauses out of 72046 with flag 4065104/693001
112.12/111.39	c cleaning 36996 clauses out of 74043 with flag 4300941/731001
119.22/118.46	c cleaning 38023 clauses out of 76046 with flag 4546109/770000
126.53/125.77	c cleaning 39002 clauses out of 78025 with flag 4791661/810002
134.53/133.70	c cleaning 39999 clauses out of 80022 with flag 5046197/851001
142.53/141.75	c cleaning 40984 clauses out of 82022 with flag 5306041/893000
150.93/150.10	c cleaning 41976 clauses out of 84038 with flag 5574179/936000
159.16/158.36	c cleaning 43011 clauses out of 86062 with flag 5848724/980000
167.87/167.04	c cleaning 43976 clauses out of 88052 with flag 6133403/1025001
176.67/175.80	c cleaning 45023 clauses out of 90075 with flag 6421601/1071000
185.78/184.91	c cleaning 46011 clauses out of 92052 with flag 6717094/1118000
195.17/194.32	c cleaning 46992 clauses out of 94043 with flag 7022055/1166002
204.88/204.05	c cleaning 48007 clauses out of 96049 with flag 7333040/1215000
214.78/213.98	c cleaning 49013 clauses out of 98042 with flag 7650330/1265000
225.38/224.55	c cleaning 49977 clauses out of 100031 with flag 7969835/1316002
236.17/235.32	c cleaning 51016 clauses out of 102052 with flag 8299742/1368000
247.67/246.88	c cleaning 51978 clauses out of 104036 with flag 8634730/1421000
259.55/258.61	c cleaning 52987 clauses out of 106059 with flag 8972907/1475001
271.35/270.47	c cleaning 54005 clauses out of 108073 with flag 9322423/1530002
283.76/282.87	c cleaning 55020 clauses out of 110066 with flag 9669084/1586000
296.36/295.40	c cleaning 55965 clauses out of 112047 with flag 10025463/1643001
309.37/308.45	c cleaning 57022 clauses out of 114082 with flag 10395052/1701001
322.97/322.01	c cleaning 58015 clauses out of 116059 with flag 10763527/1760000
336.78/335.89	c cleaning 59009 clauses out of 118044 with flag 11142204/1820000
351.18/350.20	c cleaning 59980 clauses out of 120036 with flag 11527976/1881001
366.39/365.46	c cleaning 60978 clauses out of 122056 with flag 11915117/1943001
381.86/380.83	c cleaning 62005 clauses out of 124078 with flag 12314240/2006001
397.07/396.04	c cleaning 63024 clauses out of 126072 with flag 12713362/2070000
412.96/411.93	c cleaning 64021 clauses out of 128048 with flag 13121400/2135000
429.49/428.49	c cleaning 65006 clauses out of 130028 with flag 13534929/2201001
446.29/445.24	c cleaning 65987 clauses out of 132022 with flag 13956946/2268001
463.61/462.52	c cleaning 67018 clauses out of 134036 with flag 14388776/2336002
481.71/480.65	c cleaning 67962 clauses out of 136017 with flag 14820442/2405001
500.11/499.01	c cleaning 68998 clauses out of 138058 with flag 15259655/2475004
518.93/517.77	c cleaning 69997 clauses out of 140057 with flag 15698829/2546001
538.04/536.82	c cleaning 70980 clauses out of 142059 with flag 16150599/2618000
557.65/556.40	c cleaning 72035 clauses out of 144079 with flag 16610714/2691000
577.86/576.67	c cleaning 72991 clauses out of 146046 with flag 17069172/2765002
598.36/597.11	c cleaning 74006 clauses out of 148053 with flag 17535742/2840000
619.46/618.25	c cleaning 75015 clauses out of 150048 with flag 18009037/2916001
641.16/640.00	c cleaning 76006 clauses out of 152036 with flag 18485913/2993004
663.17/661.87	c cleaning 77012 clauses out of 154027 with flag 18970798/3071001
685.68/684.39	c cleaning 77987 clauses out of 156014 with flag 19460243/3150000
709.09/707.70	c cleaning 78983 clauses out of 158029 with flag 19963469/3230002
732.48/731.15	c cleaning 80009 clauses out of 160046 with flag 20466975/3311002
756.88/755.51	c cleaning 81005 clauses out of 162036 with flag 20980356/3393001
781.49/780.12	c cleaning 81992 clauses out of 164030 with flag 21495598/3476000
806.99/805.50	c cleaning 83009 clauses out of 166039 with flag 22015658/3560001
832.30/830.88	c cleaning 83991 clauses out of 168029 with flag 22546330/3645000
859.01/857.53	c cleaning 84973 clauses out of 170039 with flag 23081715/3731001
885.91/884.45	c cleaning 85988 clauses out of 172065 with flag 23621561/3818000
913.42/911.99	c cleaning 87018 clauses out of 174077 with flag 24171352/3906000
941.65/940.04	c cleaning 88011 clauses out of 176060 with flag 24721270/3995001
970.35/968.70	c cleaning 89012 clauses out of 178049 with flag 25277848/4085001
999.87/998.23	c cleaning 89996 clauses out of 180036 with flag 25841058/4176000
1029.97/1028.37	c cleaning 91015 clauses out of 182040 with flag 26417100/4268000
1060.58/1058.90	c cleaning 91983 clauses out of 184026 with flag 26995987/4361001
1091.48/1089.73	c cleaning 92986 clauses out of 186042 with flag 27581282/4455000
1123.48/1121.70	c cleaning 94028 clauses out of 188056 with flag 28174230/4550000
1155.89/1154.11	c cleaning 95010 clauses out of 190028 with flag 28775815/4646000
1189.31/1187.57	c cleaning 95996 clauses out of 192019 with flag 29382744/4743001
1222.52/1220.68	c cleaning 96990 clauses out of 194022 with flag 29994459/4841000
1256.63/1254.78	c cleaning 98010 clauses out of 196033 with flag 30612338/4940001
1291.53/1289.69	c cleaning 99000 clauses out of 198022 with flag 31241418/5040000
1326.94/1325.06	c cleaning 99969 clauses out of 200022 with flag 31868344/5141000
1363.48/1361.48	c cleaning 101010 clauses out of 202054 with flag 32509338/5243001
1400.59/1398.51	c cleaning 102008 clauses out of 204043 with flag 33153115/5346000
1437.90/1435.82	c cleaning 103002 clauses out of 206037 with flag 33804179/5450002
1477.21/1475.20	c cleaning 103972 clauses out of 208033 with flag 34455307/5555000
1516.87/1514.64	c cleaning 105020 clauses out of 210064 with flag 35113689/5661003
1557.08/1554.80	c cleaning 106001 clauses out of 212043 with flag 35778827/5768002
1598.19/1595.93	c cleaning 107016 clauses out of 214040 with flag 36445108/5876000
1639.79/1637.44	c cleaning 107994 clauses out of 216024 with flag 37123480/5985000
1682.21/1679.81	c cleaning 108988 clauses out of 218031 with flag 37802519/6095001
1725.92/1723.59	c cleaning 109978 clauses out of 220042 with flag 38487917/6206000
1769.72/1767.20	c cleaning 111013 clauses out of 222064 with flag 39183200/6318000
1800.03/1797.51	c starts		: 54935
1800.03/1797.51	c conflicts		: 6402232
1800.03/1797.51	c decisions		: 59609455
1800.03/1797.51	c propagations		: 859461788
1800.03/1797.51	c inspects		: 24401078433
1800.03/1797.51	c shortcuts		: 0
1800.03/1797.51	c learnt literals	: 2
1800.03/1797.51	c learnt binary clauses	: 50
1800.03/1797.51	c learnt ternary clauses	: 712
1800.03/1797.51	c learnt constraints	: 6402230
1800.03/1797.51	c ignored constraints	: 0
1800.03/1797.51	c root simplifications	: 0
1800.03/1797.51	c removed literals (reason simplification)	: 0
1800.03/1797.51	c reason swapping (by a shorter reason)	: 0
1800.03/1797.51	c Calls to reduceDB	: 108
1800.03/1797.51	c Number of update (reduction) of LBD	: 1362943
1800.03/1797.51	c Imported unit clauses	: 0
1800.03/1797.51	c number of reductions to clauses (during analyze)	: 0
1800.03/1797.51	c number of learned constraints concerned by reduction	: 0
1800.03/1797.51	c number of learning phase by resolution	: 0
1800.03/1797.51	c number of learning phase by cutting planes	: 0
1800.03/1797.51	c speed (assignments/second)	: 478251.1622937711
1800.03/1797.51	c non guided choices	16045
1800.03/1797.51	c timeout
1800.03/1797.54	c learnt constraints type 
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 50
1800.03/1797.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 195234
1800.03/1797.54	s UNKNOWN
1800.03/1797.54	c Total wall clock time (in seconds): 1797.421

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-4116649-1466962429/watcher-4116649-1466962429 -o /tmp/evaluation-result-4116649-1466962429/solver-4116649-1466962429 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4116649-1466962429.opb 

pid=21528
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.36 2.32 2.28 3/194 21531
/proc/meminfo: memFree=30027640/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/21531/stat : 21531 (java) R 21528 21531 19053 0 -1 4202496 318 0 0 0 0 0 0 0 20 0 1 0 29282022 9515008 176 33554432000 1073741824 1073778376 140737087075536 140737087058264 260190323600 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/21531/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.36 2.32 2.28 3/194 21531
/proc/meminfo: memFree=30027640/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 4398 0 1 0 8 1 0 0 20 0 18 0 29282022 9787879424 6031 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200215 s]
/proc/loadavg: 2.36 2.32 2.28 3/194 21531
/proc/meminfo: memFree=30027640/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 4751 0 1 0 24 1 0 0 20 0 18 0 29282022 9787879424 6819 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2389619 6819 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.30022 s]
/proc/loadavg: 2.36 2.32 2.28 3/194 21531
/proc/meminfo: memFree=30027640/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9558476 CPUtime=0.48 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 5776 0 1 0 47 1 0 0 20 0 18 0 29282022 9787879424 8997 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2389619 8997 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.36 2.32 2.28 3/194 21531
/proc/meminfo: memFree=30027640/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 9419 0 1 0 127 2 0 0 20 0 19 0 29282022 9856040960 15693 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 15693 2264 9 0 2396937 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.36 2.32 2.28 3/213 21550
/proc/meminfo: memFree=29975384/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 9840 0 1 0 217 2 0 0 20 0 19 0 29282022 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 15774 2270 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2420 0 1 0 145 2 0 0 20 0 19 0 29282023 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968992829672 139968840836544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 3894 0 0 0 39 0 0 0 20 0 19 0 29282029 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 30 0 0 0 20 0 19 0 29282029 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 15774 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.36 2.32 2.28 3/213 21550
/proc/meminfo: memFree=29970792/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 9843 0 1 0 381 2 0 0 20 0 19 0 29282022 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 16798 2270 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2423 0 1 0 305 2 0 0 20 0 19 0 29282023 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968992820944 139968840848663 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 3894 0 0 0 41 0 0 0 20 0 19 0 29282029 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 32 0 0 0 20 0 19 0 29282029 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 16798 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.30076 s]
/proc/loadavg: 2.33 2.31 2.27 3/213 21550
/proc/meminfo: memFree=29966436/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=7.05 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 9879 0 1 0 702 3 0 0 20 0 19 0 29282022 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 17848 2271 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2427 0 1 0 624 2 0 0 20 0 19 0 29282023 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968992820928 139968840848522 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29282025 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 3925 0 0 0 42 0 0 0 20 0 19 0 29282029 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 29282029 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 17848 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.05
Current children cumulated vsize (KiB) 9625040


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

[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 4449 0 0 0 46 0 0 0 20 0 19 0 29282029 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 29282029 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 100 0 0 0 34 39 0 0 20 0 19 0 29282029 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 98973 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.72
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.28 2.28 2.27 3/213 21683
/proc/meminfo: memFree=29641120/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=1784.82 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 12388 0 1 0 178414 68 0 0 20 0 19 0 29282022 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 100011 2285 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=1781.84 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2485 0 1 0 178152 32 0 0 20 0 19 0 29282023 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968992821024 139968840788229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 269 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 333 0 0 0 19 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 69 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 338 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 348 0 0 0 15 5 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 192 0 0 0 21 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 4449 0 0 0 46 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 104 0 0 0 35 41 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 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.36 2.29 2.28 3/213 21683
/proc/meminfo: memFree=29641348/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 12388 0 1 0 179935 68 0 0 20 0 19 0 29282022 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 100011 2285 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=1797.05 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2485 0 1 0 179673 32 0 0 20 0 19 0 29282023 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968992821024 139968840848522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 269 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 333 0 0 0 19 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 69 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 338 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 348 0 0 0 15 5 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 192 0 0 0 21 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 4449 0 0 0 46 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 104 0 0 0 36 41 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 21531 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.51 s]
/proc/loadavg: 2.36 2.29 2.28 3/213 21683
/proc/meminfo: memFree=29641348/32872528 swapFree=1643088/1798432
[pid=21531] ppid=21528 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/21531/stat : 21531 (java) S 21528 21531 19053 0 -1 4202496 12388 0 1 0 179935 68 0 0 20 0 19 0 29282022 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 140736434210288 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21531/statm: 2406260 100011 2285 9 0 2396937 0
[pid=21531/tid=21533] ppid=21528 vsize=9625040 CPUtime=1797.05 cores=1,3,5,7
/proc/21531/task/21533/stat : 21533 (java) R 21528 21531 19053 0 -1 4202560 2485 0 1 0 179673 32 0 0 20 0 19 0 29282023 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968992821024 139968840848522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21534] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21534/stat : 21534 (java) S 21528 21531 19053 0 -1 4202560 269 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968965282472 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21535] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21535/stat : 21535 (java) S 21528 21531 19053 0 -1 4202560 333 0 0 0 19 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968964229928 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21536] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21536/stat : 21536 (java) S 21528 21531 19053 0 -1 4202560 69 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968963177384 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21537] ppid=21528 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/21531/task/21537/stat : 21537 (java) S 21528 21531 19053 0 -1 4202560 86 0 0 0 18 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968962124840 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21538] ppid=21528 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/21531/task/21538/stat : 21538 (java) S 21528 21531 19053 0 -1 4202560 338 0 0 0 20 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968961071272 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21531/tid=21539] ppid=21528 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/21531/task/21539/stat : 21539 (java) S 21528 21531 19053 0 -1 4202560 348 0 0 0 15 5 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968960018728 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21540] ppid=21528 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/21531/task/21540/stat : 21540 (java) S 21528 21531 19053 0 -1 4202560 192 0 0 0 21 4 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968958966184 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21541] ppid=21528 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/21531/task/21541/stat : 21541 (java) S 21528 21531 19053 0 -1 4202560 136 0 0 0 13 3 0 0 20 0 19 0 29282025 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968829237800 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21542] ppid=21528 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/21531/task/21542/stat : 21542 (java) S 21528 21531 19053 0 -1 4202560 68 0 0 0 1 1 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968346290792 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21543] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21543/stat : 21543 (java) S 21528 21531 19053 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968345237112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21544] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21544/stat : 21544 (java) S 21528 21531 19053 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29282026 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968344184456 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21545] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21545/stat : 21545 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968343133200 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21546] ppid=21528 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/21531/task/21546/stat : 21546 (java) S 21528 21531 19053 0 -1 4202560 4449 0 0 0 46 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968342079544 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21531/tid=21547] ppid=21528 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/21531/task/21547/stat : 21547 (java) S 21528 21531 19053 0 -1 4202560 2248 0 0 0 33 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968341027000 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21548] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21548/stat : 21548 (java) S 21528 21531 19053 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968339974648 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21531/tid=21549] ppid=21528 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/21531/task/21549/stat : 21549 (java) S 21528 21531 19053 0 -1 4202560 104 0 0 0 36 41 0 0 20 0 19 0 29282029 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968338922312 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21531/tid=21550] ppid=21528 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/21531/task/21550/stat : 21550 (java) S 21528 21531 19053 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29282064 9856040960 100011 33554432000 1073741824 1073778376 140736434219152 139968337868072 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.54
CPU time (s): 1800.69
CPU user time (s): 1799.5
CPU system time (s): 1.18982
CPU usage (%): 100.175
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.5
system time used= 1.18982
maximum resident set size= 406136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12423
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= 38375
involuntary context switches= 4161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.854 second user time and 12.1851 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-26 19:33:49
IDJOB=4116649
IDBENCH=109496
IDSOLVER=2546
FILE ID=node123/4116649-1466962429
RUNJOBID= node123-1466943595-19070
PBS_JOBID= 19976352
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB16/normalized-PB16/DEC-SMALLINT-LIN/nossum/normalized-sha1-size128-round22-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4116649-1466962429/watcher-4116649-1466962429 -o /tmp/evaluation-result-4116649-1466962429/solver-4116649-1466962429 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1466943595-19070 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4116649-1466962429.opb

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

MD5SUM BENCH= 051ff1d048af7aa78801b624c4971239
RANDOM SEED=837255703

node123.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.608
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.21
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.608
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.608
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.608
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.56
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.608
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.608
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.56
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.608
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.608
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:        30027904 kB
Buffers:           25308 kB
Cached:           113128 kB
SwapCached:         1776 kB
Active:           229652 kB
Inactive:         113248 kB
Active(anon):     206332 kB
Inactive(anon):      924 kB
Active(file):      23320 kB
Inactive(file):   112324 kB
Unevictable:     1798432 kB
Mlocked:         1643088 kB
SwapTotal:      67108856 kB
SwapFree:       67098700 kB
Dirty:              1240 kB
Writeback:             0 kB
AnonPages:       2005008 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             565632 kB
SReclaimable:       9584 kB
SUnreclaim:       556048 kB
KernelStack:        1584 kB
PageTables:         8032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2504212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    342016 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= 71728 MiB
End job on node123 at 2016-06-26 20:03:47