Trace number 4452292

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 2024 2024-07-07? (TO) 3604.04 2707.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-neos-948346.0.s.opb
MD5SUMfa44fc9c0c30a6a8030f0b23aafff6c8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables57855
Total number of constraints1571
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)632
Number of constraints which are nor clauses,nor cardinality constraints894
Minimum length of a constraint5
Maximum length of a constraint57675
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 10000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 578713
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.23	c See www.sat4j.org for details.
0.03/0.24	c version CUSTOM.v20240707
0.03/0.25	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.25	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.25	c java.vm.version	22.0.1+8-16
0.03/0.25	c java.vm.vendor	Oracle Corporation
0.03/0.25	c sun.arch.data.model	64
0.03/0.25	c java.version		22.0.1
0.03/0.25	c os.name		Linux
0.03/0.25	c os.version		4.18.0-301.1.el8.x86_64
0.03/0.25	c os.arch		amd64
0.03/0.25	c Free memory 		2104792832
0.03/0.25	c Max memory 		16282288128
0.03/0.25	c Total memory 		2113929216
0.03/0.26	c Number of processors 	2
0.03/0.29	--- Begin Solver configuration ---
0.03/0.29	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.03/0.29	Learn all clauses as in MiniSAT
0.03/0.29	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.29	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.29	Expensive reason simplification
0.03/0.29	Glucose 2.1 dynamic restart strategy
0.03/0.29	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.03/0.29	timeout=2147483s
0.03/0.29	DB Simplification allowed=false
0.03/0.29	Listener: none
0.03/0.29	--- End Solver configuration ---
0.03/0.29	c Pseudo Boolean Optimization by upper bound
0.03/0.29	c --- Begin Solver configuration ---
0.03/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.03/0.29	c Learn all clauses as in MiniSAT
0.03/0.29	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.03/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.03/0.29	c Expensive reason simplification
0.03/0.29	c Glucose 2.1 dynamic restart strategy
0.03/0.29	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.03/0.29	c timeout=2147483s
0.03/0.29	c DB Simplification allowed=false
0.03/0.29	c Listener: none
0.03/0.29	c --- End Solver configuration ---
0.03/0.29	c solving HOME/instance-4452292-1721841276.opb
0.03/0.29	c reading problem ... 
0.03/0.30	c using VERIPB proof format
0.03/0.30	c  no objective function found
1.87/1.26	c ... done. Wall clock time 0.963s.
1.87/1.26	c declared #vars     57855
1.87/1.26	c #constraints  1571
1.87/1.26	c constraints type 
1.87/1.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 919
1.87/1.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 607
1.87/1.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
1.87/1.26	c 1571 constraints processed.
134.88/122.77	c cleaning 2502 clauses out of 5004 with flag 10051/5004
349.22/307.03	c cleaning 4250 clauses out of 8500 with flag 22048/11002
623.51/557.36	c cleaning 5667 clauses out of 11333 with flag 36215/18085
903.10/798.79	c cleaning 6826 clauses out of 13652 with flag 52190/26071
1324.75/1131.51	c cleaning 7906 clauses out of 15811 with flag 70165/35056
1921.85/1626.44	c cleaning 8925 clauses out of 17851 with flag 90064/45002
2738.45/2135.07	c cleaning 9961 clauses out of 19924 with flag 112082/56000

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: 63968 MiB (62333 MiB free)
  memory of node 1: 64473 MiB (62563 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452292-1721841276/watcher-4452292-1721841276 -o /tmp/evaluation-result-4452292-1721841276/solver-4452292-1721841276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721841276-251682 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4452292-1721841276 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452292-1721841276.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=251747, runsolver pid=251744

[startup+0.100095 s]*
/proc/loadavg: 1.09 1.10 1.46 1/288 251770
/proc/meminfo: memFree=127807400/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=18175400 memory=39512 CPUtime=0.01 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 4925 0 12 0 0 1 0 0 20 0 7 0 20650504 18611609600 9878 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16784588 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4543850 9878 3801 1 0 544770 0
[pid=251747/tid=251760] ppid=251744 vsize=18175400 memory=4026561586 CPUtime=0.01 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) D 251744 251747 251672 0 -1 4194368 4360 0 12 0 0 1 0 0 20 0 7 0 20650505 18611609600 9878 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16784588 0 0 0 -1 0 0 0 6 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 39512 KiB

[startup+0.205085 s]*
/proc/loadavg: 1.09 1.10 1.46 10/332 251814
/proc/meminfo: memFree=127768100/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=18975048 memory=54448 CPUtime=0.03 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 6011 0 23 0 2 1 0 0 20 0 18 0 20650504 19430449152 13612 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4743762 13612 5161 1 0 548392 0
[pid=251747/tid=251760] ppid=251744 vsize=18975048 memory=8737651120394928259 CPUtime=0.03 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 5215 0 22 0 2 1 0 0 20 0 18 0 20650505 19430449152 13612 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=18975048 memory=1840492 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20650522 19430449152 13612 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20650523 19430449152 13612 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54448 KiB

[startup+0.305778 s]*
/proc/loadavg: 1.09 1.10 1.46 11/332 251816
/proc/meminfo: memFree=127719988/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=18975048 memory=69848 CPUtime=0.21 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 7387 0 23 0 18 3 0 0 20 0 18 0 20650504 19430449152 17462 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4743762 17462 5698 1 0 549509 0
[pid=251747/tid=251760] ppid=251744 vsize=18975048 memory=-8888244652572648124 CPUtime=0.13 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 5848 0 22 0 11 2 0 0 20 0 18 0 20650505 19430449152 17462 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=18975048 memory=1468807285061878361 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 20650522 19430449152 17462 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20650523 19430449152 17462 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69848 KiB

[startup+0.708179 s]
/proc/loadavg: 1.09 1.10 1.46 13/334 251818
/proc/meminfo: memFree=127529636/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19041612 memory=185576 CPUtime=0.97 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 9994 0 23 0 92 5 0 0 20 0 19 0 20650504 19498610688 46394 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4760403 46394 5790 1 0 551252 0
[pid=251747/tid=251760] ppid=251744 vsize=19041612 memory=75456 CPUtime=0.49 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 5931 0 22 0 46 3 0 0 20 0 19 0 20650505 19498610688 46394 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19041612 memory=12936 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 20650522 19498610688 46394 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19041612 memory=5552 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20650523 19498610688 46394 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 185576 KiB

[startup+1.50022 s]
/proc/loadavg: 1.09 1.10 1.46 9/339 251823
/proc/meminfo: memFree=127219460/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=457960 CPUtime=2.45 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 13652 0 24 0 235 10 0 0 20 0 20 0 20650504 19566772224 114490 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 114490 5859 1 0 1233690 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=0 CPUtime=1.08 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 6141 0 22 0 102 6 0 0 20 0 20 0 20650505 19566772224 114490 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 114490 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 114490 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 457960 KiB

[startup+3.10586 s]
/proc/loadavg: 2.05 1.29 1.52 6/340 251824
/proc/meminfo: memFree=125796568/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=528716 CPUtime=5.08 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 15003 0 24 0 496 12 0 0 20 0 20 0 20650504 19566772224 132179 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 132179 5859 1 0 1234238 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=0 CPUtime=2.57 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 6153 0 22 0 250 7 0 0 20 0 20 0 20650505 19566772224 132179 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 132179 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=495780 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 132179 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=32540 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 132179 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 528716 KiB

[startup+6.30029 s]
/proc/loadavg: 2.05 1.29 1.52 5/340 251824
/proc/meminfo: memFree=122133784/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=1172884 CPUtime=8.48 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 15650 0 24 0 822 26 0 0 20 0 20 0 20650504 19566772224 293221 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 293221 5859 1 0 1543415 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=0 CPUtime=5.57 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 6390 0 22 0 541 16 0 0 20 0 20 0 20650505 19566772224 293221 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 293221 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 293221 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=75456 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 293221 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1172884 KiB

[startup+12.7003 s]
/proc/loadavg: 2.35 1.38 1.55 5/340 251825
/proc/meminfo: memFree=116877772/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=2055472 CPUtime=15.42 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 21870 0 24 0 1494 48 0 0 20 0 20 0 20650504 19566772224 513868 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 513868 5859 1 0 1660403 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=11.57 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 7505 0 22 0 1125 32 0 0 20 0 20 0 20650505 19566772224 513868 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=1680648 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 513868 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 513868 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 513868 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 15.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2055472 KiB

[startup+25.5003 s]
/proc/loadavg: 2.75 1.50 1.59 5/340 251827
/proc/meminfo: memFree=112619348/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=2596420 CPUtime=29.06 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 26523 0 24 0 2837 69 0 0 20 0 20 0 20650504 19566772224 649105 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 649105 5859 1 0 1660418 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=0 CPUtime=23.5 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 8604 0 22 0 2307 43 0 0 20 0 20 0 20650505 19566772224 649105 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 16 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=2469360 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 649105 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=75456 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 649105 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 649105 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2596420 KiB

[startup+51.1059 s]
/proc/loadavg: 3.36 1.75 1.67 5/342 251833
/proc/meminfo: memFree=104725132/131524600 swapFree=131057052/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=3786388 CPUtime=55.41 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 31834 0 24 0 5426 115 0 0 20 0 20 0 20650504 19566772224 946597 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 946597 5859 1 0 1660420 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=0 CPUtime=47.18 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 10440 0 22 0 4653 65 0 0 20 0 20 0 20650505 19566772224 946597 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 63 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 946597 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=27508 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 946597 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=16120 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 946597 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 55.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3786388 KiB


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

/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 457714 0 25 0 334367 1728 0 0 20 0 20 0 20650504 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072792 5910 1 0 4083746 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=31192 CPUtime=2272.71 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) R 251744 251747 251672 0 -1 4194368 93111 0 22 0 225983 1288 0 0 20 0 20 0 20650505 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 3125 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 849 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3360.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291168 KiB

[startup+2622.3 s]
/proc/loadavg: 5.68 5.27 4.89 7/346 253357
/proc/meminfo: memFree=577388/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291168 CPUtime=3458.07 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 459528 0 25 0 344054 1753 0 0 20 0 20 0 20650504 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072792 5910 1 0 4083746 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=16291168 CPUtime=2329.62 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94031 0 22 0 231661 1301 0 0 20 0 20 0 20650505 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 849 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072792 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3458.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291168 KiB

[startup+2682.3 s]
/proc/loadavg: 5.12 5.19 4.89 6/346 253536
/proc/meminfo: memFree=535064/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3559.74 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 486135 0 25 0 354210 1764 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=16291168 CPUtime=2347.05 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94638 0 22 0 233400 1305 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=16291168 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=16291216 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3559.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2705 s]*
/proc/loadavg: 5.16 5.19 4.90 8/346 253540
/proc/meminfo: memFree=483084/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3600 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 487123 0 25 0 358231 1769 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=2351.86 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94769 0 22 0 233880 1306 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=2696 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=1404222122299264374 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2707.07 s]
# the end of solver process 251747 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3586.3 s, system=17.7383 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2705.6 s]
/proc/loadavg: 5.16 5.19 4.90 8/346 253540
/proc/meminfo: memFree=483084/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3601.19 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 487129 0 25 0 358350 1769 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=16291216 CPUtime=2351.86 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94769 0 22 0 233880 1306 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=25588 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=16291216 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=13900 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3601.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB

[startup+2706.4 s]
/proc/loadavg: 5.16 5.19 4.90 7/346 253540
/proc/meminfo: memFree=691176/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3602.78 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 487133 0 25 0 358509 1769 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=198340509722 CPUtime=2351.86 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94769 0 22 0 233880 1306 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=1990449 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=1991035 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=-7661869289978593193 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3602.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB

[startup+2706.8 s]
/proc/loadavg: 5.16 5.19 4.90 7/346 253540
/proc/meminfo: memFree=691176/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3603.57 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 487133 0 25 0 358588 1769 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=1991387 CPUtime=2351.86 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94769 0 22 0 233880 1306 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=1991973 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=3762530118233489495 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3603.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB

[startup+2707 s]*
/proc/loadavg: 5.31 5.22 4.91 7/346 253540
/proc/meminfo: memFree=671892/131524600 swapFree=131056028/131071996
[pid=251747] ppid=251744 vsize=19108176 memory=16291216 CPUtime=3603.98 cores=0,2
/proc/251747/stat : 251747 (java) S 251744 251747 251672 0 -1 1077936128 487133 0 25 0 358629 1769 0 0 20 0 20 0 20650504 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
/proc/251747/statm: 4777044 4072804 5910 1 0 4083997 0
[pid=251747/tid=251760] ppid=251744 vsize=19108176 memory=-8888244652572648124 CPUtime=2351.86 cores=0,2
/proc/251747/task/251760/stat : 251760 (java) S 251744 251747 251672 0 -1 1077936192 94769 0 22 0 233880 1306 0 0 20 0 20 0 20650505 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3156 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251780] ppid=251744 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/251747/task/251780/stat : 251780 (Finalizer) S 251744 251747 251672 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 20650522 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251813] ppid=251744 vsize=19108176 memory=2696 CPUtime=0 cores=0,2
/proc/251747/task/251813/stat : 251813 (Common-Cleaner) S 251744 251747 251672 0 -1 1077936192 900 0 0 0 0 0 0 0 20 0 20 0 20650523 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
[pid=251747/tid=251824] ppid=251744 vsize=19108176 memory=4932 CPUtime=0 cores=0,2
/proc/251747/task/251824/stat : 251824 (Timer-0) S 251744 251747 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20650633 19566772224 4072804 134679101440 94818899779584 94818899783280 140733257198528 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94818899791096 94818899791888 94818922405888 140733257200555 140733257200737 140733257200737 140733257207752 0
Current children cumulated CPU time: 3603.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16291216 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2707.07
CPU time (s): 3604.04
CPU user time (s): 3586.3
CPU system time (s): 17.7383
CPU usage (%): 133.134
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16291296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3586.3
system time used= 17.7383
maximum resident set size= 16291664
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 487138
page faults= 25
swaps= 0
block input operations= 11152
block output operations= 36716816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103494
involuntary context switches= 67378


# summary of solver processes directly reported to runsolver:
#   pid: 251747
#   total CPU time (s): 3604.04
#   total CPU user time (s): 3586.3
#   total CPU system time (s): 17.7383

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.2737 second user time and 13.6371 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-24 19:14:36
IDJOB=4452292
IDBENCH=164221
IDSOLVER=3079
FILE ID=nodeC015/4452292-1721841276
RUNJOBID= nodeC015-1721841276-251682
SLURM_JOB_ID= 7891558
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-neos-948346.0.s.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452292-1721841276/watcher-4452292-1721841276 -o /tmp/evaluation-result-4452292-1721841276/solver-4452292-1721841276 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721841276-251682 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452292-1721841276 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452292-1721841276.opb

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

MD5SUM BENCH= fa44fc9c0c30a6a8030f0b23aafff6c8
RANDOM SEED=1771454284

nodeC015.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3638.826
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 2983.985
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3640.799
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3413.772
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3633.585
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3622.083
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
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		: 3621.718
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
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		: 3438.383
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127920892 kB
MemAvailable:   129610788 kB
Buffers:          264544 kB
Cached:          2084484 kB
SwapCached:          308 kB
Active:          1298804 kB
Inactive:        1372708 kB
Active(anon):       3916 kB
Inactive(anon):   371560 kB
Active(file):    1294888 kB
Inactive(file):  1001148 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057052 kB
Dirty:             10712 kB
Writeback:            32 kB
AnonPages:        321972 kB
Mapped:            95416 kB
Shmem:             52652 kB
KReclaimable:     455268 kB
Slab:             579800 kB
SReclaimable:     455268 kB
SUnreclaim:       124532 kB
KernelStack:        4100 kB
PageTables:        10152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     825736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC015 at 2024-07-24 19:59:43