Trace number 4497922

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 Resolution 2025-06-06? (TO) 3600.17 3596.44

General information on the benchmark

NamePB24/normalized-PB07/DEC-NLC/submittedPB07/
manquinho/dbsg/normalized-dbsg_200_25_5_15.opb
MD5SUM49198b19835e43a094ebf538d296a4e3
Bench CategoryDEC-NLC (decision problem, non-linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.123143
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400
Total number of constraints602
Number of constraints which are clauses200
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints401
Minimum length of a constraint2
Maximum length of a constraint400
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 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 400
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)12452
Sum of products size (including duplicates)24904
Number of different products6226
Sum of products size12452

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4497922-1751270066.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c  no objective function found
0.30/0.30	c ... done. Wall clock time 0.159s.
0.30/0.30	c declared #vars     400
0.30/0.30	c internal #vars     6626
0.30/0.30	c #constraints  13055
0.30/0.30	c constraints type 
0.30/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 200
0.30/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 403
0.30/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6226
0.30/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6226
0.30/0.30	c 13055 constraints processed.
2.35/1.43	c cleaning 2500 clauses out of 5000 with flag 11151/5000
3.73/2.74	c cleaning 4279 clauses out of 8559 with flag 23940/11059
5.34/4.34	c cleaning 5609 clauses out of 11222 with flag 39103/18001
6.41/5.34	c cleaning 6812 clauses out of 13626 with flag 58265/26014
8.04/6.83	c cleaning 7904 clauses out of 15809 with flag 78436/35009
10.00/8.74	c cleaning 8949 clauses out of 17901 with flag 100470/45005
12.30/11.02	c cleaning 9980 clauses out of 19961 with flag 124348/56014
15.36/14.03	c cleaning 10989 clauses out of 21981 with flag 150177/68014
18.93/17.56	c cleaning 12002 clauses out of 24006 with flag 177787/81028
23.02/21.54	c cleaning 12998 clauses out of 25997 with flag 207508/95021
27.89/26.36	c cleaning 14001 clauses out of 28004 with flag 239301/110026
33.86/32.25	c cleaning 14993 clauses out of 29989 with flag 273208/126012
38.90/37.17	c cleaning 15992 clauses out of 31989 with flag 310609/143005
44.41/42.52	c cleaning 16984 clauses out of 33992 with flag 349286/161000
50.98/49.04	c cleaning 18012 clauses out of 36029 with flag 389537/180021
59.45/57.41	c cleaning 19006 clauses out of 38018 with flag 431584/200022
67.51/65.15	c cleaning 19981 clauses out of 39991 with flag 476841/221001
72.15/69.62	c cleaning 20997 clauses out of 42009 with flag 529283/243000
77.60/75.05	c cleaning 22008 clauses out of 44019 with flag 582474/266007
84.03/81.42	c cleaning 23012 clauses out of 46025 with flag 636697/290021
91.32/88.60	c cleaning 23992 clauses out of 47993 with flag 693017/315001
99.77/96.96	c cleaning 25007 clauses out of 50018 with flag 750748/341018
109.40/106.41	c cleaning 25995 clauses out of 51993 with flag 810603/368000
119.95/116.53	c cleaning 27003 clauses out of 54010 with flag 872737/396012
131.81/128.31	c cleaning 27988 clauses out of 55995 with flag 936648/425000
143.86/140.27	c cleaning 28993 clauses out of 58007 with flag 1001938/455000
157.61/153.84	c cleaning 30005 clauses out of 60018 with flag 1070355/486004
171.18/167.49	c cleaning 30984 clauses out of 62009 with flag 1140902/518000
187.08/183.24	c cleaning 32011 clauses out of 64028 with flag 1212195/551003
203.65/199.73	c cleaning 32998 clauses out of 66014 with flag 1286736/585000
220.79/216.74	c cleaning 33994 clauses out of 68016 with flag 1363095/620000
239.95/235.79	c cleaning 35026 clauses out of 70058 with flag 1439528/656036
255.92/251.03	c cleaning 35994 clauses out of 71996 with flag 1516963/693000
268.88/263.89	c cleaning 36989 clauses out of 74002 with flag 1596712/731000
279.68/274.25	c cleaning 37997 clauses out of 76013 with flag 1683708/770000
311.30/305.79	c cleaning 39007 clauses out of 78017 with flag 1775798/810001
378.57/373.16	c cleaning 40015 clauses out of 80041 with flag 1870609/851032
436.31/430.85	c cleaning 40996 clauses out of 81994 with flag 1967350/893000
497.46/491.94	c cleaning 42016 clauses out of 84031 with flag 2061700/936033
566.76/561.25	c cleaning 42995 clauses out of 85991 with flag 2156940/980009
681.63/675.79	c cleaning 44001 clauses out of 88001 with flag 2255668/1025014
821.53/815.90	c cleaning 45005 clauses out of 90009 with flag 2354831/1071023
1006.59/1001.30	c cleaning 45994 clauses out of 91989 with flag 2450445/1118008
1206.69/1201.52	c cleaning 46992 clauses out of 93987 with flag 2546787/1166000
1440.99/1436.14	c cleaning 48012 clauses out of 96023 with flag 2644843/1215028
1702.36/1697.91	c cleaning 48998 clauses out of 97997 with flag 2744815/1265014
1833.36/1829.04	c cleaning 49992 clauses out of 99988 with flag 2851355/1316003
1936.32/1932.08	c cleaning 50988 clauses out of 101993 with flag 2961972/1368000
2045.44/2040.68	c cleaning 51998 clauses out of 104014 with flag 3074312/1421009
2147.02/2142.49	c cleaning 53008 clauses out of 106032 with flag 3189457/1475025
2277.62/2273.18	c cleaning 54010 clauses out of 108021 with flag 3305820/1530022
2421.50/2417.14	c cleaning 54989 clauses out of 109996 with flag 3428148/1586007
2578.90/2574.73	c cleaning 55994 clauses out of 112008 with flag 3550922/1643008
2746.58/2742.64	c cleaning 57003 clauses out of 114006 with flag 3671218/1701000
2914.33/2910.78	c cleaning 58012 clauses out of 116023 with flag 3791324/1760020
2993.12/2989.53	c cleaning 59002 clauses out of 118026 with flag 3916169/1820035
3136.52/3132.26	c cleaning 60034 clauses out of 120069 with flag 4045619/1881080
3255.59/3251.41	c cleaning 60975 clauses out of 121968 with flag 4175482/1943013
3368.31/3364.23	c cleaning 61991 clauses out of 124026 with flag 4309980/2006046
3488.56/3484.70	c cleaning 62970 clauses out of 125998 with flag 4443879/2070009
3600.03/3596.31	c starts		: 335
3600.03/3596.31	c conflicts		: 2122770
3600.03/3596.31	c decisions		: 4259234
3600.03/3596.31	c propagations		: 86851176
3600.03/3596.31	c inspects		: 13390603733
3600.03/3596.31	c shortcuts		: 0
3600.03/3596.32	c learnt literals	: 0
3600.03/3596.32	c learnt binary clauses	: 0
3600.03/3596.32	c learnt ternary clauses	: 38
3600.03/3596.32	c learnt constraints	: 2122770
3600.03/3596.32	c ignored constraints	: 0
3600.03/3596.32	c root simplifications	: 0
3600.03/3596.32	c removed literals (reason simplification)	: 110686182
3600.03/3596.32	c reason swapping (by a shorter reason)	: 0
3600.03/3596.32	c Calls to reduceDB	: 60
3600.03/3596.32	c Number of update (reduction) of LBD	: 145244
3600.03/3596.32	c Imported unit clauses	: 0
3600.03/3596.32	c No decision after first conflict	: false
3600.03/3596.32	c number of reductions to clauses (during analyze)	: 0
3600.03/3596.32	c number of learned constraints concerned by reduction	: 0
3600.03/3596.32	c number of learning phase by resolution	: 0
3600.03/3596.32	c number of learning phase by cutting planes	: 0
3600.03/3596.32	c number of rounding to 1 operations	: 0
3600.03/3596.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3596.32	c number of reductions of the coefficients by power 2 	: 0
3600.03/3596.32	c number of right shift for reduction by power 2 	: 0
3600.03/3596.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3596.32	c number of ending skipping 	: 0
3600.03/3596.32	c number of internal skipping 	: 0
3600.03/3596.32	c number of derivation steps 	: 0
3600.03/3596.32	c number of skipped derivation steps 	: 0
3600.03/3596.32	c number of remaining unassigned 	: 0
3600.03/3596.32	c number of remaining assigned 	: 0
3600.03/3596.32	c number of falsified literals weakened from reason	: 0
3600.03/3596.32	c number of falsified literals weakened from conflict	: 0
3600.03/3596.32	c time for arithmetic operations	: 0
3600.03/3596.32	c minimum degree of deleted constraints	: null
3600.03/3596.32	c maximum degree of deleted constraints	: null
3600.03/3596.32	c number of deleted constraints	: 0
3600.03/3596.32	c speed (assignments/second)	: 24152.08852253233
3600.03/3596.32	c non guided choices	: 6378
3600.03/3596.33	c timeout
3600.03/3596.37	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115789
3600.03/3596.37	s UNKNOWN
3600.03/3596.38	c Total wall clock time (in seconds): 3596.238

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62789 MiB free)
  memory of node 1: 64465 MiB (63937 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4497922-1751270066/watcher-4497922-1751270066 -o /tmp/evaluation-result-4497922-1751270066/solver-4497922-1751270066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36242 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4497922-1751270066.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=36288, runsolver pid=36282
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 7.12 7.89 6.98 7/332 36369
/proc/meminfo: memFree=129714856/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=18930384 memory=55464 CPUtime=0.11 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 6507 0 0 0 10 1 0 0 20 0 18 0 42684062 19384713216 13866 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4732596 13866 5350 1 0 547572 0
[pid=36288/tid=36302] ppid=36282 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 5009 0 0 0 6 1 0 0 20 0 18 0 42684064 19384713216 13866 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=18930384 memory=2621 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684066 19384713216 13866 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=18930384 memory=55186957796323 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42684067 19384713216 13866 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55464 KiB

[startup+0.205733 s]*
/proc/loadavg: 7.12 7.89 6.98 13/332 36369
/proc/meminfo: memFree=129673068/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=18930384 memory=63884 CPUtime=0.3 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 7025 0 0 0 28 2 0 0 20 0 18 0 42684062 19384713216 15971 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4732596 15971 5414 1 0 547886 0
[pid=36288/tid=36302] ppid=36282 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 5292 0 0 0 15 1 0 0 20 0 18 0 42684064 19384713216 15971 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=18930384 memory=2621 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684066 19384713216 15971 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=18930384 memory=55186957796323 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42684067 19384713216 15971 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63884 KiB

[startup+0.305641 s]*
/proc/loadavg: 7.12 7.89 6.98 10/335 36372
/proc/meminfo: memFree=129587812/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=18930384 memory=105364 CPUtime=0.49 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 9334 0 0 0 46 3 0 0 20 0 18 0 42684062 19384713216 26341 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4732596 26341 5414 1 0 549023 0
[pid=36288/tid=36302] ppid=36282 vsize=18930384 memory=-6000919489836246636 CPUtime=0.24 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 5331 0 0 0 22 2 0 0 20 0 18 0 42684064 19384713216 26341 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 42684066 19384713216 26341 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 42684067 19384713216 26341 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 105364 KiB

[startup+0.700236 s]
/proc/loadavg: 7.12 7.89 6.98 9/336 36373
/proc/meminfo: memFree=129561792/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=18996948 memory=119368 CPUtime=1.26 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 11979 0 0 0 122 4 0 0 20 0 19 0 42684062 19452874752 29842 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4749237 29842 5446 1 0 551044 0
[pid=36288/tid=36302] ppid=36282 vsize=18996948 memory=17536 CPUtime=0.6 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 5365 0 0 0 57 3 0 0 20 0 19 0 42684064 19452874752 29842 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42684066 19452874752 29842 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42684067 19452874752 29842 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42684094 19452874752 29842 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 119368 KiB

[startup+1.50025 s]
/proc/loadavg: 7.12 7.89 6.98 6/314 36383
/proc/meminfo: memFree=129563888/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=18996948 memory=148900 CPUtime=2.48 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 16716 0 0 0 243 5 0 0 20 0 19 0 42684062 19452874752 37225 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4749237 37225 5446 1 0 551162 0
[pid=36288/tid=36302] ppid=36282 vsize=18996948 memory=10752 CPUtime=1.39 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 6403 0 0 0 136 3 0 0 20 0 19 0 42684064 19452874752 37225 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 42684066 19452874752 37225 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 42684067 19452874752 37225 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 42684094 19452874752 37225 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 148900 KiB

[startup+3.10557 s]
/proc/loadavg: 7.12 7.89 6.98 6/338 36440
/proc/meminfo: memFree=129210500/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=202656 CPUtime=4.14 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 17601 0 0 0 407 7 0 0 20 0 20 0 42684062 19521036288 50664 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 50664 5446 1 0 551460 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=2.94 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 6717 0 0 0 290 4 0 0 20 0 20 0 42684064 19521036288 50664 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 50664 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 50664 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 50664 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 202656 KiB

[startup+6.30024 s]
/proc/loadavg: 6.95 7.85 6.97 5/340 36442
/proc/meminfo: memFree=128815820/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=357100 CPUtime=7.48 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 18743 0 0 0 738 10 0 0 20 0 20 0 42684062 19521036288 89275 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 89275 5478 1 0 551461 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=0 CPUtime=5.99 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 6777 0 0 0 595 4 0 0 20 0 20 0 42684064 19521036288 89275 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 89275 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 89275 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=152996 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 89275 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 357100 KiB

[startup+12.7002 s]
/proc/loadavg: 6.72 7.78 6.96 5/340 36442
/proc/meminfo: memFree=127915908/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=553368 CPUtime=14.05 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 21430 0 0 0 1391 14 0 0 20 0 20 0 42684062 19521036288 138342 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 138342 5478 1 0 657970 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=152996 CPUtime=12.24 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 7573 0 0 0 1219 5 0 0 20 0 20 0 42684064 19521036288 138342 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 138342 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 138342 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 138342 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 14.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 553368 KiB

[startup+25.5003 s]
/proc/loadavg: 6.19 7.61 6.91 5/340 36442
/proc/meminfo: memFree=126579368/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=952892 CPUtime=27.1 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 24014 0 0 0 2688 22 0 0 20 0 20 0 42684062 19521036288 238223 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 238223 5478 1 0 657980 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=0 CPUtime=24.75 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 8441 0 0 0 2468 7 0 0 20 0 20 0 42684064 19521036288 238223 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 238223 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 33 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 238223 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 238223 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 27.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 952892 KiB

[startup+51.1057 s]
/proc/loadavg: 5.52 7.34 6.84 6/340 36443
/proc/meminfo: memFree=123587076/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=1370932 CPUtime=53.09 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 28206 0 0 0 5279 30 0 0 20 0 20 0 42684062 19521036288 342733 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 342733 5478 1 0 657980 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=49.92 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 8944 0 0 0 4985 7 0 0 20 0 20 0 42684064 19521036288 342733 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=1370932 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 342733 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=1348384 CPUtime=0 cores=0,2

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

/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=3129132 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2111 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3122988 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3226.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3190580 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.18 5/339 36737
/proc/meminfo: memFree=110032800/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3190580 CPUtime=3286.41 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 93924 0 0 0 328484 157 0 0 20 0 20 0 42684062 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 797645 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=4764 CPUtime=3266.52 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 38555 0 0 0 326629 23 0 0 20 0 20 0 42684064 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=3190580 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2111 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 797645 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3286.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3190580 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.12 4.18 5/339 36739
/proc/meminfo: memFree=109856172/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231540 CPUtime=3346.27 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 94800 0 0 0 334467 160 0 0 20 0 20 0 42684062 19521036288 807885 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807885 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=14848 CPUtime=3326.35 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 39323 0 0 0 332610 25 0 0 20 0 20 0 42684064 19521036288 807885 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807885 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=3227444 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2215 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807885 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3231540 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807885 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3346.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231540 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.18 5/338 36741
/proc/meminfo: memFree=108966800/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3406.33 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 95435 0 0 0 340472 161 0 0 20 0 20 0 42684062 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807949 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=14848 CPUtime=3385.99 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 39529 0 0 0 338574 25 0 0 20 0 20 0 42684064 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=3227444 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2249 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3406.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231796 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.17 5/338 36743
/proc/meminfo: memFree=107468984/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3466.2 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 95452 0 0 0 346458 162 0 0 20 0 20 0 42684062 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807949 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=14848 CPUtime=3445.83 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 39530 0 0 0 344558 25 0 0 20 0 20 0 42684064 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=3227444 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2256 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3466.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231796 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.12 4.17 5/339 36746
/proc/meminfo: memFree=107325520/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3526.2 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 96294 0 0 0 352456 164 0 0 20 0 20 0 42684062 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807949 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3505.53 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 40249 0 0 0 350528 25 0 0 20 0 20 0 42684064 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=-6000919498426181228 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2256 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3526.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231796 KiB

[startup+3582.3 s]
/proc/loadavg: 4.29 4.16 4.18 6/339 36815
/proc/meminfo: memFree=115791420/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3586.07 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 97062 0 0 0 358442 165 0 0 20 0 20 0 42684062 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807949 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=14848 CPUtime=3565.37 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 40896 0 0 0 356512 25 0 0 20 0 20 0 42684064 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2369 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=17536 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3586.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3596.3 s]
/proc/loadavg: 4.29 4.17 4.19 5/339 36815
/proc/meminfo: memFree=115660104/131249996 swapFree=33010684/33010684
[pid=36288] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3600.03 cores=0,2
/proc/36288/stat : 36288 (java) S 36282 36288 35566 0 -1 4194304 97138 0 0 0 359838 165 0 0 20 0 20 0 42684062 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
/proc/36288/statm: 4765878 807949 5510 1 0 840713 0
[pid=36288/tid=36302] ppid=36282 vsize=19063512 memory=3231796 CPUtime=3579.34 cores=0,2
/proc/36288/task/36302/stat : 36302 (java) R 36282 36288 35566 0 -1 4194368 40972 0 0 0 357909 25 0 0 20 0 20 0 42684064 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36322] ppid=36282 vsize=19063512 memory=14848 CPUtime=0 cores=0,2
/proc/36288/task/36322/stat : 36322 (Finalizer) S 36282 36288 35566 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 42684066 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36346] ppid=36282 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/36288/task/36346/stat : 36346 (Common-Cleaner) S 36282 36288 35566 0 -1 4194368 2369 0 0 0 0 0 0 0 20 0 20 0 42684067 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
[pid=36288/tid=36373] ppid=36282 vsize=19063512 memory=3231796 CPUtime=0 cores=0,2
/proc/36288/task/36373/stat : 36373 (Timer-0) S 36282 36288 35566 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 42684094 19521036288 807949 18446744073709551615 94378687119360 94378687123056 140735112617904 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94378687130872 94378687131664 94378711543808 140735112624513 140735112624614 140735112624614 140735112630216 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3231796 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3596.44 s]
# the end of solver process 36288 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3598.5 s, system=1.67192 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3596.41 s]*
/proc/loadavg: 4.29 4.17 4.19 5/318 36818
/proc/meminfo: memFree=118856868/131249996 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3596.44
CPU time (s): 3600.17
CPU user time (s): 3598.5
CPU system time (s): 1.67192
CPU usage (%): 100.104
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 3231796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.5
system time used= 1.67192
maximum resident set size= 3232564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99515
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107803
involuntary context switches= 6829


# summary of solver processes directly reported to runsolver:
#   pid: 36288
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.5
#   total CPU system time (s): 1.67192

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.43043 second user time and 17.8022 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-06-30 09:54:26
IDJOB=4497922
IDBENCH=148231
IDSOLVER=3363
FILE ID=nodeC015/4497922-1751270066
RUNJOBID= nodeC015-1751270066-36242
SLURM_JOB_ID= 9594182
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB07/DEC-NLC/submittedPB07/manquinho/dbsg/normalized-dbsg_200_25_5_15.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4497922-1751270066/watcher-4497922-1751270066 -o /tmp/evaluation-result-4497922-1751270066/solver-4497922-1751270066 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751270066-36242 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4497922-1751270066.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 49198b19835e43a094ebf538d296a4e3
RANDOM SEED=1298108600

nodeC015 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3602.252
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2885.318
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.123
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.328
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.300
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 2543.788
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.991
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3531.563
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129768784 kB
MemAvailable:   129725632 kB
Buffers:            3280 kB
Cached:           764564 kB
SwapCached:            0 kB
Active:           335776 kB
Inactive:         508148 kB
Active(anon):      94176 kB
Inactive(anon):        0 kB
Active(file):     241600 kB
Inactive(file):   508148 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1064 kB
Writeback:             0 kB
AnonPages:         79164 kB
Mapped:           103232 kB
Shmem:             18076 kB
KReclaimable:      92680 kB
Slab:             179604 kB
SReclaimable:      92680 kB
SUnreclaim:        86924 kB
KernelStack:        4116 kB
PageTables:         2600 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340792 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-06-30 10:54:22