Trace number 4526523

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 CP 2025-06-06? (TO) 3600.29 3533.18

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4r-4-1_wcsp.wbo
MD5SUM7a0d92481beb43a4996d09c2477e44bf
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark9.03227
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables20370
Total number of constraints1081113
Number of soft constraints1079076
Number of constraints which are clauses1079076
Number of constraints which are cardinality constraints (but not clauses)2037
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 47
Min constraint cost 1
Max constraint cost 47
Sum of constraints costs 50697528
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
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.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.22	c Number of processors 	2
0.44/0.37	c Pseudo Boolean Optimization by upper bound
0.44/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.44/0.37	c  - never skip resolution steps
0.44/0.37	c  - Auto-division on coefficients is disabled
0.44/0.37	c  - No postprocessing
0.44/0.37	c  - Conflict is considered as is when resolving
0.44/0.37	c  - Use constraints as they come during conflict analysis
0.44/0.37	c  - Weaken first using unassigned literals
0.44/0.37	c  - Bump strategy: ALWAYS_ONE
0.44/0.37	c  - Bumper: ANY
0.44/0.37	c --- Begin Solver configuration ---
0.44/0.37	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.44/0.37	c Learn all clauses as in MiniSAT
0.44/0.37	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.44/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.44/0.37	c No reason simplification
0.44/0.37	c Armin Biere (Picosat) restarts strategy
0.44/0.37	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.44/0.37	c timeout=2147483s
0.44/0.37	c DB Simplification allowed=false
0.44/0.37	c Listener: none
0.44/0.37	c --- End Solver configuration ---
0.44/0.37	c solving HOME/instance-4526523-1751634653.wbo
0.44/0.37	c reading problem ... 
9.43/6.02	c ... done. Wall clock time 5.641s.
9.43/6.02	c declared #vars     20370
9.43/6.02	c internal #vars     1099446
9.43/6.02	c #constraints  1083151
9.43/6.02	c constraints type 
9.43/6.02	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 414
9.43/6.02	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
9.43/6.02	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2037
9.43/6.02	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1080699
9.43/6.02	c 1083151 constraints processed.
9.43/6.05	c objective function length is 1079076 literals
49.38/41.53	c cleaning 2478 clauses out of 5000
73.57/65.07	c cleaning 4157 clauses out of 8522
99.26/89.56	c cleaning 5513 clauses out of 11365
123.39/113.43	c cleaning 6862 clauses out of 13852
154.23/143.84	c cleaning 7922 clauses out of 15990
195.93/185.25	c cleaning 8993 clauses out of 18068
252.17/241.27	c cleaning 9805 clauses out of 20075
318.27/306.99	c cleaning 11098 clauses out of 22270
405.87/393.97	c cleaning 12011 clauses out of 24172
510.38/497.93	c cleaning 12752 clauses out of 26161
633.32/620.47	c cleaning 14119 clauses out of 28409
783.67/769.56	c cleaning 14991 clauses out of 30290
948.58/933.35	c cleaning 16059 clauses out of 32300
1149.28/1132.09	c cleaning 17069 clauses out of 34240
1394.87/1375.53	c cleaning 17949 clauses out of 36171
1674.60/1651.66	c cleaning 18894 clauses out of 38222
1988.52/1960.46	c cleaning 20017 clauses out of 40328
2367.32/2331.95	c cleaning 20570 clauses out of 42311
2799.16/2755.75	c cleaning 22156 clauses out of 44741
3265.73/3206.04	c cleaning 23087 clauses out of 46585
3600.06/3533.05	c starts		: 134
3600.06/3533.07	c timeout
3600.06/3533.07	c conflicts		: 304756
3600.06/3533.07	c decisions		: 31102755
3600.06/3533.07	c propagations		: 145136574
3600.06/3533.07	c inspects		: 3591664623
3600.06/3533.07	c shortcuts		: 0
3600.06/3533.07	c learnt literals	: 0
3600.06/3533.07	c learnt binary clauses	: 0
3600.06/3533.07	c learnt ternary clauses	: 0
3600.06/3533.07	c learnt constraints	: 304756
3600.06/3533.07	c ignored constraints	: 0
3600.06/3533.07	c root simplifications	: 0
3600.06/3533.07	c removed literals (reason simplification)	: 0
3600.06/3533.07	c reason swapping (by a shorter reason)	: 0
3600.06/3533.07	c Calls to reduceDB	: 20
3600.06/3533.07	c Number of update (reduction) of LBD	: 0
3600.06/3533.07	c Imported unit clauses	: 0
3600.06/3533.07	c No decision after first conflict	: false
3600.06/3533.07	c number of reductions to clauses (during analyze)	: 0
3600.06/3533.07	c number of learned constraints concerned by reduction	: 0
3600.06/3533.07	c number of learning phase by resolution	: 0
3600.06/3533.07	c number of learning phase by cutting planes	: 0
3600.06/3533.07	c number of rounding to 1 operations	: 0
3600.06/3533.07	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3533.07	c number of reductions of the coefficients by power 2 	: 0
3600.06/3533.07	c number of right shift for reduction by power 2 	: 0
3600.06/3533.07	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3533.07	c number of ending skipping 	: 0
3600.06/3533.07	c number of internal skipping 	: 0
3600.06/3533.07	c number of derivation steps 	: 1685963
3600.06/3533.07	c number of skipped derivation steps 	: 0
3600.06/3533.07	c number of remaining unassigned 	: 1446
3600.06/3533.07	c number of remaining assigned 	: 3547955
3600.06/3533.07	c number of falsified literals weakened from reason	: 0
3600.06/3533.07	c number of falsified literals weakened from conflict	: 0
3600.06/3533.07	c time for arithmetic operations	: 249599052
3600.06/3533.07	c minimum degree of deleted constraints	: null
3600.06/3533.07	c maximum degree of deleted constraints	: null
3600.06/3533.07	c number of deleted constraints	: 0
3600.06/3533.08	c speed (assignments/second)	: 41153.05390145207
3600.06/3533.08	c non guided choices	: 8695505
3600.06/3533.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 13096
3600.06/3533.10	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 24276
3600.06/3533.10	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 882
3600.06/3533.10	s UNKNOWN
3600.06/3533.10	c Total wall clock time (in seconds): 3532.733

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: 63794 MiB (58304 MiB free)
  memory of node 1: 64507 MiB (51780 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4526523-1751634653/watcher-4526523-1751634653 -o /tmp/evaluation-result-4526523-1751634653/solver-4526523-1751634653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751630095-88494 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526523-1751634653.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=90494, runsolver pid=90491
Current StackSize limit: 8192 KiB


[startup+0.100069 s]*
/proc/loadavg: 4.59 4.59 4.58 5/326 90512
/proc/meminfo: memFree=112710216/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18930384 memory=48528 CPUtime=0.12 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 5830 0 0 0 8 4 0 0 20 0 18 0 79144774 19384713216 12132 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4732596 12132 5320 1 0 547028 0
[pid=90494/tid=90496] ppid=90491 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) S 90491 90494 88483 0 -1 4194368 4687 0 0 0 5 2 0 0 20 0 18 0 79144775 19384713216 12132 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79144780 19384713216 12132 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18930384 memory=58494082626307 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79144781 19384713216 12132 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48528 KiB

[startup+0.213337 s]*
/proc/loadavg: 4.59 4.59 4.58 6/326 90512
/proc/meminfo: memFree=112708200/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18930384 memory=55428 CPUtime=0.3 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 6537 0 0 0 25 5 0 0 20 0 18 0 79144774 19384713216 13857 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4732596 13857 5320 1 0 547608 0
[pid=90494/tid=90496] ppid=90491 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 5039 0 0 0 16 3 0 0 20 0 18 0 79144775 19384713216 13857 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18930384 memory=12896 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79144780 19384713216 13857 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79144781 19384713216 13857 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55428 KiB

[startup+0.310661 s]*
/proc/loadavg: 4.59 4.59 4.58 6/326 90512
/proc/meminfo: memFree=112708200/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18930384 memory=58964 CPUtime=0.44 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 6817 0 0 0 39 5 0 0 20 0 18 0 79144774 19384713216 14741 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4732596 14741 5416 1 0 547798 0
[pid=90494/tid=90496] ppid=90491 vsize=18930384 memory=-6000919502704241766 CPUtime=0.27 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) S 90491 90494 88483 0 -1 4194368 5221 0 0 0 24 3 0 0 20 0 18 0 79144775 19384713216 14741 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 79144780 19384713216 14741 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 79144781 19384713216 14741 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58964 KiB

[startup+0.700273 s]
/proc/loadavg: 4.59 4.59 4.58 6/326 90512
/proc/meminfo: memFree=112620672/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18996948 memory=165576 CPUtime=1.15 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 8820 0 0 0 107 8 0 0 20 0 19 0 79144774 19452874752 41394 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4749237 41394 5448 1 0 549315 0
[pid=90494/tid=90496] ppid=90491 vsize=18996948 memory=18560 CPUtime=0.61 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 5426 0 0 0 56 5 0 0 20 0 19 0 79144775 19452874752 41394 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79144780 19452874752 41394 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79144781 19452874752 41394 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 165576 KiB

[startup+1.50023 s]
/proc/loadavg: 4.62 4.59 4.58 6/327 90513
/proc/meminfo: memFree=112529112/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18996948 memory=470164 CPUtime=2.65 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 12818 0 0 0 249 16 0 0 20 0 19 0 79144774 19452874752 117541 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4749237 117541 5448 1 0 1130273 0
[pid=90494/tid=90496] ppid=90491 vsize=18996948 memory=3200 CPUtime=1.25 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 5537 0 0 0 115 10 0 0 20 0 19 0 79144775 19452874752 117541 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79144780 19452874752 117541 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79144781 19452874752 117541 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 2.65 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 470164 KiB

[startup+3.1055 s]
/proc/loadavg: 4.62 4.59 4.58 5/326 90513
/proc/meminfo: memFree=111544840/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=18996948 memory=1308764 CPUtime=5.1 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 17312 0 0 0 479 31 0 0 20 0 19 0 79144774 19452874752 327191 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4749237 327191 5448 1 0 2099268 0
[pid=90494/tid=90496] ppid=90491 vsize=18996948 memory=11136 CPUtime=2.4 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) S 90491 90494 88483 0 -1 4194368 5763 0 0 0 222 18 0 0 20 0 19 0 79144775 19452874752 327191 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 79144780 19452874752 327191 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=18996948 memory=5760 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 79144781 19452874752 327191 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1308764 KiB

[startup+6.30024 s]
/proc/loadavg: 4.89 4.65 4.60 8/327 90514
/proc/meminfo: memFree=110464800/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19063512 memory=2342716 CPUtime=9.96 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 19753 0 0 0 941 55 0 0 20 0 20 0 79144774 19521036288 585679 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4765878 585679 5512 1 0 2721037 0
[pid=90494/tid=90496] ppid=90491 vsize=19063512 memory=5760 CPUtime=4.68 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 6810 0 0 0 435 33 0 0 20 0 20 0 79144775 19521036288 585679 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 79144780 19521036288 585679 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19063512 memory=-6000919502704241766 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 79144781 19521036288 585679 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 9.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2342716 KiB

[startup+12.7002 s]
/proc/loadavg: 4.82 4.64 4.60 5/328 90515
/proc/meminfo: memFree=108092792/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=4650648 CPUtime=17.94 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 21525 0 0 0 1691 103 0 0 20 0 21 0 79144774 19589197824 1162662 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 1162662 5512 1 0 2721376 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=4650648 CPUtime=10.8 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 8057 0 0 0 1003 77 0 0 20 0 21 0 79144775 19589197824 1162662 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 1162662 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=5760 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 1162662 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=1343704 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 1162662 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 17.94 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4650648 KiB

[startup+25.5004 s]
/proc/loadavg: 4.70 4.62 4.59 7/328 90515
/proc/meminfo: memFree=108092792/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=4647624 CPUtime=32.43 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 30755 0 0 0 3137 106 0 0 20 0 21 0 79144774 19589197824 1161906 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 1161906 5512 1 0 2721377 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=0 CPUtime=23.32 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 9423 0 0 0 2255 77 0 0 20 0 21 0 79144775 19589197824 1161906 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=-6000919502704241766 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 1161906 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=4646344 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 1161906 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=4646344 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 1161906 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 32.43 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4647624 KiB

[startup+51.1328 s]
/proc/loadavg: 4.53 4.59 4.58 5/328 90515
/proc/meminfo: memFree=108018576/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=4652464 CPUtime=59.5 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 37674 0 0 0 5840 110 0 0 20 0 21 0 79144774 19589197824 1163116 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 1163116 5544 1 0 2721394 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=4652208 CPUtime=48.56 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) S 90491 90494 88483 0 -1 4194368 11935 0 0 0 4778 78 0 0 20 0 21 0 79144775 19589197824 1163116 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=4652464 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 1163116 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=4652464 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 1163116 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=4652464 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 1163116 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 59.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4652464 KiB

[startup+102.301 s]

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

/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 1851738 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=0 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 1986 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 1851738 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=8376 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 1851738 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3218.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 7406952 KiB

[startup+3222.3 s]
/proc/loadavg: 3.13 3.32 3.79 4/304 90855
/proc/meminfo: memFree=114857064/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8020268 CPUtime=3283.81 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 169988 0 0 0 327989 392 0 0 20 0 21 0 79144774 19589197824 2005067 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2005067 5544 1 0 3180030 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=6814932 CPUtime=3083.89 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 91100 0 0 0 308234 155 0 0 20 0 21 0 79144775 19589197824 2005067 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=7630696 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2005067 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=4224 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 1994 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2005067 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2005067 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3283.81 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8020268 KiB

[startup+3282.3 s]
/proc/loadavg: 3.29 3.32 3.76 4/303 90857
/proc/meminfo: memFree=114819988/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8055448 CPUtime=3345.56 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 172177 0 0 0 334159 397 0 0 20 0 21 0 79144774 19589197824 2013862 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2013862 5544 1 0 3180047 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=8055448 CPUtime=3141.36 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 92816 0 0 0 313980 156 0 0 20 0 21 0 79144775 19589197824 2013862 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2013862 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=11136 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 1996 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2013862 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=8055448 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2013862 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3345.56 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8055448 KiB

[startup+3342.3 s]
/proc/loadavg: 3.28 3.31 3.73 4/303 90859
/proc/meminfo: memFree=114815916/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8061600 CPUtime=3406.46 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 176304 0 0 0 340246 400 0 0 20 0 21 0 79144774 19589197824 2015400 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2015400 5544 1 0 3180049 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=6936180725440880148 CPUtime=3199.35 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 95763 0 0 0 319779 156 0 0 20 0 21 0 79144775 19589197824 2015400 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=8061600 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2015400 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=5148 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 2075 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2015400 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=8061600 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2015400 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3406.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8061600 KiB

[startup+3402.3 s]
/proc/loadavg: 3.16 3.26 3.68 4/304 90864
/proc/meminfo: memFree=114803660/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8073952 CPUtime=3467.4 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 178802 0 0 0 346335 405 0 0 20 0 21 0 79144774 19589197824 2018488 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2018488 5544 1 0 3180049 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=8069848 CPUtime=3257.44 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 97093 0 0 0 325587 157 0 0 20 0 21 0 79144775 19589197824 2018488 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=8069848 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2018488 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=8073952 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2018488 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=8071896 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2018488 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3467.4 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8073952 KiB

[startup+3462.3 s]
/proc/loadavg: 3.17 3.25 3.65 4/304 90866
/proc/meminfo: memFree=114799352/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8080120 CPUtime=3527.97 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 181226 0 0 0 352388 409 0 0 20 0 21 0 79144774 19589197824 2020030 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2020030 5544 1 0 3180049 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=8080120 CPUtime=3315.16 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 98979 0 0 0 331359 157 0 0 20 0 21 0 79144775 19589197824 2020030 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=8080120 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2020030 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 2138 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2020030 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2020030 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3527.97 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8080120 KiB

[startup+3522.3 s]
/proc/loadavg: 3.24 3.25 3.62 4/304 90868
/proc/meminfo: memFree=114786832/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8086324 CPUtime=3589.13 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 186173 0 0 0 358499 414 0 0 20 0 21 0 79144774 19589197824 2021581 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2021581 5544 1 0 3180083 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=8080120 CPUtime=3372.88 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 102236 0 0 0 337130 158 0 0 20 0 21 0 79144775 19589197824 2021581 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=-6000919502704241766 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2021581 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=3200 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 2188 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2021581 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=14304 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2021581 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3589.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8086324 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3533 s]*
/proc/loadavg: 3.20 3.24 3.62 4/304 90868
/proc/meminfo: memFree=114786832/131382120 swapFree=33010416/33010684
[pid=90494] ppid=90491 vsize=19130076 memory=8090436 CPUtime=3600.06 cores=4,6
/proc/90494/stat : 90494 (java) S 90491 90494 88483 0 -1 4194304 186273 0 0 0 359592 414 0 0 20 0 21 0 79144774 19589197824 2022609 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
/proc/90494/statm: 4782519 2022609 5544 1 0 3180083 0
[pid=90494/tid=90496] ppid=90491 vsize=19130076 memory=12416 CPUtime=3383.16 cores=4,6
/proc/90494/task/90496/stat : 90496 (java) R 90491 90494 88483 0 -1 4194368 102321 0 0 0 338158 158 0 0 20 0 21 0 79144775 19589197824 2022609 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90505] ppid=90491 vsize=19130076 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/90494/task/90505/stat : 90505 (Finalizer) S 90491 90494 88483 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 79144780 19589197824 2022609 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90512] ppid=90491 vsize=19130076 memory=2724 CPUtime=0 cores=4,6
/proc/90494/task/90512/stat : 90512 (Common-Cleaner) S 90491 90494 88483 0 -1 4194368 2188 0 0 0 0 0 0 0 20 0 21 0 79144781 19589197824 2022609 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
[pid=90494/tid=90515] ppid=90491 vsize=19130076 memory=17636 CPUtime=0 cores=4,6
/proc/90494/task/90515/stat : 90515 (Timer-0) S 90491 90494 88483 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 79145406 19589197824 2022609 18446744073709551615 94233386614784 94233386618480 140726314891168 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94233386626296 94233386627088 94233417732096 140726314899836 140726314899940 140726314899940 140726314905544 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 8090436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.1 s, system=4.18948 s

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

[startup+3533.12 s]*
/proc/loadavg: 3.20 3.24 3.62 4/285 90871
/proc/meminfo: memFree=116890412/131382120 swapFree=33010416/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): 3533.18
CPU time (s): 3600.29
CPU user time (s): 3596.1
CPU system time (s): 4.18948
CPU usage (%): 101.9
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 8090436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.1
system time used= 4.18947
maximum resident set size= 8091332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188483
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 149660
involuntary context switches= 41105


# summary of solver processes directly reported to runsolver:
#   pid: 90494
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.1
#   total CPU system time (s): 4.18948

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3519 second user time and 32.0803 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-04 15:10:54
IDJOB=4526523
IDBENCH=144101
IDSOLVER=3381
FILE ID=nodeC006/4526523-1751634653
RUNJOBID= nodeC006-1751630095-88494
SLURM_JOB_ID= 9598967
Free space on /tmp= 431936 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4r-4-1_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4526523-1751634653/watcher-4526523-1751634653 -o /tmp/evaluation-result-4526523-1751634653/solver-4526523-1751634653 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751630095-88494 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4526523-1751634653.wbo

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

MD5SUM BENCH= 7a0d92481beb43a4996d09c2477e44bf
RANDOM SEED=2079491629

nodeC006 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	: 0xb00001f
cpu MHz		: 3491.662
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3662.365
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.165
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.668
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.292
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 3491.666
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1396.662
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
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	: 0xb00001f
cpu MHz		: 1197.668
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        112727004 kB
MemAvailable:   114863108 kB
Buffers:            2128 kB
Cached:          2900176 kB
SwapCached:           12 kB
Active:         15553744 kB
Inactive:        2435276 kB
Active(anon):   15093672 kB
Inactive(anon):    10992 kB
Active(file):     460072 kB
Inactive(file):  2424284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             44284 kB
Writeback:             0 kB
AnonPages:      15090096 kB
Mapped:           123812 kB
Shmem:             17948 kB
KReclaimable:     182368 kB
Slab:             269912 kB
SReclaimable:     182368 kB
SUnreclaim:        87544 kB
KernelStack:        4992 kB
PageTables:        33224 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   20386232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14755840 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:      191304 kB
DirectMap2M:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431936 MiB
End job on nodeC006 at 2025-07-04 16:09:47