Trace number 4456491

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 Default 2024-07-07? (TO) 3600.36 3590.67

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/warehouse/
normalized-capmq1_wcsp.wbo
MD5SUMf2e6d50712d8e4dd21820824b9e97e2e
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark3438412
Best CPU time to get the best result obtained on this benchmark3600.3
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables90600
Total number of constraints180900
Number of soft constraints180300
Number of constraints which are clauses180300
Number of constraints which are cardinality constraints (but not clauses)600
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint300
Top cost 167360670
Min constraint cost 1
Max constraint cost 167360670
Sum of constraints costs 15063769612171
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 301
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.13/0.12	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2113181440
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.19	--- Begin Solver configuration ---
0.13/0.19	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.19	Learn all clauses as in MiniSAT
0.13/0.19	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.19	No reason simplification
0.13/0.19	Glucose 2.1 dynamic restart strategy
0.13/0.19	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.13/0.19	timeout=2147483s
0.13/0.19	DB Simplification allowed=false
0.13/0.19	Listener: none
0.13/0.19	--- End Solver configuration ---
0.13/0.19	c Pseudo Boolean Optimization by upper bound
0.13/0.19	c --- Begin Solver configuration ---
0.13/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.19	c Learn all clauses as in MiniSAT
0.13/0.19	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.19	c No reason simplification
0.13/0.19	c Glucose 2.1 dynamic restart strategy
0.13/0.19	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.13/0.19	c timeout=2147483s
0.13/0.19	c DB Simplification allowed=false
0.13/0.19	c Listener: none
0.13/0.19	c --- End Solver configuration ---
0.13/0.19	c solving HOME/instance-4456491-1721724390.wbo
0.13/0.19	c reading problem ... 
3.13/1.74	c ... done. Wall clock time 1.544s.
3.13/1.74	c declared #vars     90600
3.13/1.74	c internal #vars     270900
3.13/1.74	c #constraints  181501
3.13/1.74	c constraints type 
3.13/1.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 90900
3.13/1.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 300
3.13/1.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
3.13/1.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 90300
3.13/1.74	c 181501 constraints processed.
3.13/1.76	c objective function length is 180300 literals
4.53/2.47	c SATISFIABLE
4.53/2.47	c OPTIMIZING...
4.53/2.47	c Got one! Elapsed wall clock time (in seconds):2.283
4.53/2.48	o 4230469
66.75/63.22	c cleaning 2500 clauses out of 5000 with flag 10000/5000
142.68/138.89	c cleaning 4247 clauses out of 8501 with flag 22002/11001
233.52/229.24	c cleaning 5625 clauses out of 11253 with flag 36000/18000
338.06/333.47	c cleaning 6814 clauses out of 13628 with flag 52000/26000
455.59/450.88	c cleaning 7902 clauses out of 15814 with flag 70000/35000
589.61/584.79	c cleaning 8953 clauses out of 17913 with flag 90002/45001
725.64/720.72	c cleaning 9979 clauses out of 19959 with flag 112000/56000
870.03/864.96	c cleaning 10989 clauses out of 21980 with flag 136000/68000
1035.10/1030.08	c cleaning 11991 clauses out of 23991 with flag 162000/81000
1217.91/1212.74	c cleaning 13000 clauses out of 26000 with flag 190000/95000
1415.04/1409.93	c cleaning 13998 clauses out of 28000 with flag 220000/110000
1626.17/1621.10	c cleaning 14999 clauses out of 30002 with flag 252000/126000
1853.28/1846.35	c cleaning 16002 clauses out of 32003 with flag 286000/143000
2090.87/2083.87	c cleaning 17001 clauses out of 34001 with flag 322000/161000
2343.36/2336.29	c cleaning 17994 clauses out of 36001 with flag 360002/180001
2614.42/2607.12	c cleaning 19004 clauses out of 38007 with flag 400002/200001
2900.19/2890.52	c cleaning 19998 clauses out of 40002 with flag 442000/221000
3195.70/3186.15	c cleaning 21002 clauses out of 42004 with flag 486000/243000
3504.81/3495.12	c cleaning 21999 clauses out of 44003 with flag 532002/266001
3600.04/3590.54	c starts		: 2
3600.04/3590.56	c conflicts		: 273113
3600.04/3590.56	c decisions		: 508788
3600.04/3590.56	c propagations		: 10706935001
3600.04/3590.56	c inspects		: 10742871671
3600.04/3590.56	c shortcuts		: 0
3600.04/3590.56	c learnt literals	: 0
3600.04/3590.56	c learnt binary clauses	: 0
3600.04/3590.56	c learnt ternary clauses	: 0
3600.04/3590.56	c learnt constraints	: 273113
3600.04/3590.56	c ignored constraints	: 0
3600.04/3590.56	c root simplifications	: 0
3600.04/3590.57	c removed literals (reason simplification)	: 0
3600.04/3590.57	c reason swapping (by a shorter reason)	: 0
3600.04/3590.57	c Calls to reduceDB	: 19
3600.04/3590.57	c Number of update (reduction) of LBD	: 0
3600.04/3590.57	c Imported unit clauses	: 0
3600.04/3590.57	c No decision after first conflict	: false
3600.04/3590.57	c number of reductions to clauses (during analyze)	: 0
3600.04/3590.57	c number of learned constraints concerned by reduction	: 0
3600.04/3590.57	c number of learning phase by resolution	: 0
3600.04/3590.57	c number of learning phase by cutting planes	: 0
3600.04/3590.57	c number of rounding to 1 operations	: 0
3600.04/3590.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3590.57	c number of reductions of the coefficients by power 2 	: 0
3600.04/3590.57	c number of right shift for reduction by power 2 	: 0
3600.04/3590.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3590.57	c number of ending skipping 	: 0
3600.04/3590.57	c number of internal skipping 	: 0
3600.04/3590.57	c number of derivation steps 	: 0
3600.04/3590.57	c number of skipped derivation steps 	: 0
3600.04/3590.57	c number of remaining unassigned 	: 0
3600.04/3590.57	c number of remaining assigned 	: 0
3600.04/3590.57	c number of falsified literals weakened from reason	: 0
3600.04/3590.57	c number of falsified literals weakened from conflict	: 0
3600.04/3590.57	c time for arithmetic operations	: 0
3600.04/3590.58	c minimum degree of deleted constraints	: null
3600.04/3590.58	c maximum degree of deleted constraints	: null
3600.04/3590.59	c number of deleted constraints	: 0
3600.04/3590.60	c speed (assignments/second)	: 2983499.395745053
3600.04/3590.60	c non guided choices	: 0
3600.25/3590.64	c timeout
3600.25/3590.64	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.25/3590.64		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.25/3590.64		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.25/3590.64		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.25/3590.64		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.25/3590.64		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.25/3590.64		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.25/3590.64		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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: 64059 MiB (56050 MiB free)
  memory of node 1: 64510 MiB (60901 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456491-1721724390/watcher-4456491-1721724390 -o /tmp/evaluation-result-4456491-1721724390/solver-4456491-1721724390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78918 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456491-1721724390.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=83285, runsolver pid=83282

[startup+0.104257 s]*
/proc/loadavg: 4.04 4.17 4.18 5/319 83303
/proc/meminfo: memFree=119721076/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=18975048 memory=58720 CPUtime=0.13 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 6719 0 0 0 11 2 0 0 20 0 18 0 8428740 19430449152 14680 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4743762 14680 5563 1 0 550999 0
[pid=83285/tid=83287] ppid=83282 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 5635 0 0 0 6 1 0 0 20 0 18 0 8428741 19430449152 14680 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8428743 19430449152 14680 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8428744 19430449152 14680 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58720 KiB

[startup+0.221559 s]*
/proc/loadavg: 4.04 4.17 4.18 7/319 83303
/proc/meminfo: memFree=119709832/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=18975048 memory=70848 CPUtime=0.35 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 7434 0 0 0 32 3 0 0 20 0 18 0 8428740 19430449152 17712 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4743762 17712 5833 1 0 551590 0
[pid=83285/tid=83287] ppid=83282 vsize=18975048 memory=664970838410264707 CPUtime=0.19 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 5942 0 0 0 17 2 0 0 20 0 18 0 8428741 19430449152 17712 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=18975048 memory=673 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8428743 19430449152 17712 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8428744 19430449152 17712 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70848 KiB

[startup+0.323558 s]*
/proc/loadavg: 4.04 4.17 4.18 8/319 83303
/proc/meminfo: memFree=119670524/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=18975048 memory=118432 CPUtime=0.53 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 7574 0 0 0 49 4 0 0 20 0 18 0 8428740 19430449152 29608 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4743762 29608 5833 1 0 551662 0
[pid=83285/tid=83287] ppid=83282 vsize=18975048 memory=-6000919498426181991 CPUtime=0.28 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 5981 0 0 0 25 3 0 0 20 0 18 0 8428741 19430449152 29608 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8428743 19430449152 29608 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 8428744 19430449152 29608 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 118432 KiB

[startup+0.704552 s]
/proc/loadavg: 4.04 4.17 4.18 7/320 83304
/proc/meminfo: memFree=119611260/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19041612 memory=182840 CPUtime=1.19 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 9461 0 0 0 113 6 0 0 20 0 19 0 8428740 19498610688 45710 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4760403 45710 5833 1 0 552993 0
[pid=83285/tid=83287] ppid=83282 vsize=19041612 memory=5572 CPUtime=0.56 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 6009 0 0 0 52 4 0 0 20 0 19 0 8428741 19498610688 45710 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19041612 memory=12412 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8428743 19498610688 45710 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8428744 19498610688 45710 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 182840 KiB

[startup+1.50955 s]
/proc/loadavg: 4.04 4.17 4.18 6/320 83304
/proc/meminfo: memFree=119582680/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19041612 memory=461892 CPUtime=2.76 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 17535 0 0 0 262 14 0 0 20 0 19 0 8428740 19498610688 115473 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4760403 115473 5865 1 0 1097032 0
[pid=83285/tid=83287] ppid=83282 vsize=19041612 memory=12412 CPUtime=1.23 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) S 83282 83285 78906 0 -1 1077936192 6140 0 0 0 116 7 0 0 20 0 19 0 8428741 19498610688 115473 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8428743 19498610688 115473 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 8428744 19498610688 115473 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 461892 KiB

[startup+3.10555 s]
/proc/loadavg: 4.04 4.17 4.18 6/321 83305
/proc/meminfo: memFree=119285464/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=494232 CPUtime=5.92 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 20013 0 0 0 577 15 0 0 20 0 20 0 8428740 19566772224 123558 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 123558 5918 1 0 1098065 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=198340509722 CPUtime=2.77 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 6302 0 0 0 270 7 0 0 20 0 20 0 8428741 19566772224 123558 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 123558 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 123558 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=490680 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 123558 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 494232 KiB

[startup+6.30047 s]
/proc/loadavg: 4.04 4.17 4.17 5/321 83307
/proc/meminfo: memFree=119297636/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=481912 CPUtime=9.64 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 23189 0 0 0 948 16 0 0 20 0 20 0 8428740 19566772224 120478 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 120478 5918 1 0 1098084 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=0 CPUtime=5.97 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 6695 0 0 0 589 8 0 0 20 0 20 0 8428741 19566772224 120478 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 120478 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=493220 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 120478 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=481900 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 120478 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 9.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 481912 KiB

[startup+12.7004 s]
/proc/loadavg: 4.04 4.17 4.17 5/321 83307
/proc/meminfo: memFree=119297608/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=481932 CPUtime=16.05 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 23822 0 0 0 1589 16 0 0 20 0 20 0 8428740 19566772224 120483 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 120483 5918 1 0 1098084 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=481928 CPUtime=12.35 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 6969 0 0 0 1227 8 0 0 20 0 20 0 8428741 19566772224 120483 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 120483 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=6010450984657576293 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 120483 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 120483 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 481932 KiB

[startup+25.5005 s]
/proc/loadavg: 4.10 4.18 4.18 5/321 83308
/proc/meminfo: memFree=119198800/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=580684 CPUtime=28.99 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 26919 0 0 0 2880 19 0 0 20 0 20 0 8428740 19566772224 145171 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 145171 5918 1 0 1098085 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=6010450984657576293 CPUtime=24.97 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 7451 0 0 0 2489 8 0 0 20 0 20 0 8428741 19566772224 145171 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 145171 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=5460 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 145171 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=-6000919498426181991 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 145171 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 28.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 580684 KiB

[startup+51.1132 s]
/proc/loadavg: 4.07 4.16 4.17 5/321 83313
/proc/meminfo: memFree=119198464/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=580720 CPUtime=54.59 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 28337 0 0 0 5438 21 0 0 20 0 20 0 8428740 19566772224 145180 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 145180 5918 1 0 1098085 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=580720 CPUtime=50.53 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 8426 0 0 0 5045 8 0 0 20 0 20 0 8428741 19566772224 145180 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 145180 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 145180 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 145180 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 54.59 s

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

[startup+3282.3 s]
/proc/loadavg: 4.10 4.24 4.27 6/322 85291
/proc/meminfo: memFree=80957956/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2666692 CPUtime=3291.86 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 156747 0 0 0 328915 271 0 0 20 0 20 0 8428740 19566772224 666673 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 666673 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=2666692 CPUtime=3268.15 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 48946 0 0 0 326799 16 0 0 20 0 20 0 8428741 19566772224 666673 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 666673 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2658700 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 3992 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 666673 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 666673 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3291.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666692 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.25 4.27 5/322 85302
/proc/meminfo: memFree=80953160/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2666788 CPUtime=3351.77 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 157390 0 0 0 334903 274 0 0 20 0 20 0 8428740 19566772224 666697 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 666697 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=11908 CPUtime=3328.01 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 49399 0 0 0 332785 16 0 0 20 0 20 0 8428741 19566772224 666697 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 666697 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2666788 CPUtime=0 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4109 0 0 0 0 0 0 0 20 0 20 0 8428744 19566772224 666697 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=2666788 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 666697 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3351.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2666788 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.24 4.27 5/320 85312
/proc/meminfo: memFree=80688172/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2679080 CPUtime=3411.91 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 159176 0 0 0 340914 277 0 0 20 0 20 0 8428740 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 669770 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=2666788 CPUtime=3387.65 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 49793 0 0 0 338749 16 0 0 20 0 20 0 8428741 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=5572 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=12412 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4109 0 0 0 1 0 0 0 20 0 20 0 8428744 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=2679080 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3411.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2679080 KiB

[startup+3462.3 s]
/proc/loadavg: 4.39 4.27 4.28 5/320 85322
/proc/meminfo: memFree=80687720/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2679080 CPUtime=3471.81 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 159229 0 0 0 346902 279 0 0 20 0 20 0 8428740 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 669770 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=2666788 CPUtime=3447.5 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 49841 0 0 0 344734 16 0 0 20 0 20 0 8428741 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=21536 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2679080 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4109 0 0 0 1 0 0 0 20 0 20 0 8428744 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 669770 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3471.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2679080 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.28 4.28 5/320 85333
/proc/meminfo: memFree=80615476/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2750760 CPUtime=3531.95 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 160029 0 0 0 352912 283 0 0 20 0 20 0 8428740 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 687690 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=11908 CPUtime=3507.12 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 50467 0 0 0 350696 16 0 0 20 0 20 0 8428741 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=31916 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2750760 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4109 0 0 0 1 0 0 0 20 0 20 0 8428744 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=11908 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3531.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2750760 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.27 4.27 6/321 85348
/proc/meminfo: memFree=80612792/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2750760 CPUtime=3591.86 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 160182 0 0 0 358900 286 0 0 20 0 20 0 8428740 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 687690 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=2750760 CPUtime=3566.97 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 50612 0 0 0 356681 16 0 0 20 0 20 0 8428741 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=31916 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2750760 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4110 0 0 0 1 0 0 0 20 0 20 0 8428744 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=2750760 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3591.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2750760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.5 s]
/proc/loadavg: 4.23 4.27 4.27 5/321 85349
/proc/meminfo: memFree=80612744/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19108176 memory=2750760 CPUtime=3600.04 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 160192 0 0 0 359718 286 0 0 20 0 20 0 8428740 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4777044 687690 5962 1 0 1101760 0
[pid=83285/tid=83287] ppid=83282 vsize=19108176 memory=31916 CPUtime=3575.15 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 50622 0 0 0 357499 16 0 0 20 0 20 0 8428741 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19108176 memory=2679080 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8428743 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19108176 memory=2750760 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4110 0 0 0 1 0 0 0 20 0 20 0 8428744 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83305] ppid=83282 vsize=19108176 memory=2750760 CPUtime=0 cores=1,3
/proc/83285/task/83305/stat : 83305 (Timer-0) S 83282 83285 78906 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8428928 19566772224 687690 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2750760 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.47 s, system=2.88772 s

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

[startup+3590.61 s]
/proc/loadavg: 4.23 4.27 4.27 5/321 85349
/proc/meminfo: memFree=80612744/131655788 swapFree=131071996/131071996
[pid=83285] ppid=83282 vsize=19307868 memory=2751444 CPUtime=3600.25 cores=1,3
/proc/83285/stat : 83285 (java) S 83282 83285 78906 0 -1 1077936128 162052 0 0 0 359738 287 0 0 20 0 21 0 8428740 19771256832 687861 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
/proc/83285/statm: 4826967 687861 5961 1 0 1102666 0
[pid=83285/tid=83287] ppid=83282 vsize=19307868 memory=16092 CPUtime=3575.25 cores=1,3
/proc/83285/task/83287/stat : 83287 (java) R 83282 83285 78906 0 -1 4194368 50749 0 0 0 357509 16 0 0 20 0 21 0 8428741 19771256832 687861 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83296] ppid=83282 vsize=19307868 memory=2164 CPUtime=0 cores=1,3
/proc/83285/task/83296/stat : 83296 (Finalizer) S 83282 83285 78906 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 8428743 19771256832 687861 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
[pid=83285/tid=83303] ppid=83282 vsize=19307868 memory=1904 CPUtime=0.01 cores=1,3
/proc/83285/task/83303/stat : 83303 (Common-Cleaner) S 83282 83285 78906 0 -1 1077936192 4110 0 0 0 1 0 0 0 20 0 21 0 8428744 19771256832 687861 134679101440 94840262062080 94840262065776 140721644163872 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94840262073592 94840262074384 94840288505856 140721644168198 140721644168288 140721644168288 140721644175304 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2751444 KiB

Child status: 143

Real time (s): 3590.67
CPU time (s): 3600.36
CPU user time (s): 3597.47
CPU system time (s): 2.88772
CPU usage (%): 100.27
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2751444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.47
system time used= 2.88772
maximum resident set size= 2751480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162156
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2912
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123121
involuntary context switches= 2028


# summary of solver processes directly reported to runsolver:
#   pid: 83285
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3597.47
#   total CPU system time (s): 2.88772

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.2623 second user time and 35.0749 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-23 10:46:30
IDJOB=4456491
IDBENCH=144017
IDSOLVER=3037
FILE ID=nodeC012/4456491-1721724390
RUNJOBID= nodeC012-1721717814-78918
SLURM_JOB_ID= 7770388
Free space on /tmp= 723668 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/warehouse/normalized-capmq1_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456491-1721724390/watcher-4456491-1721724390 -o /tmp/evaluation-result-4456491-1721724390/solver-4456491-1721724390 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721717814-78918 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4456491-1721724390.wbo

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

MD5SUM BENCH= f2e6d50712d8e4dd21820824b9e97e2e
RANDOM SEED=144857574

nodeC012.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	: 0xb00001f
cpu MHz		: 3662.625
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 invpcid_single pti 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	: 6983.47
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		: 3491.736
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 invpcid_single pti 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	: 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.207
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 invpcid_single pti 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	: 6983.47
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.171
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 invpcid_single pti 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	: 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		: 3659.861
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 invpcid_single pti 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	: 6983.47
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		: 3641.203
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 invpcid_single pti 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	: 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		: 1197.305
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 invpcid_single pti 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	: 6983.47
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.294
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 invpcid_single pti 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	: 6983.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119759140 kB
MemAvailable:   123240172 kB
Buffers:          146672 kB
Cached:          4127344 kB
SwapCached:            0 kB
Active:           982436 kB
Inactive:       10338124 kB
Active(anon):       1456 kB
Inactive(anon):  7074268 kB
Active(file):     980980 kB
Inactive(file):  3263856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7372 kB
Writeback:            36 kB
AnonPages:       7046256 kB
Mapped:           119732 kB
Shmem:             29512 kB
KReclaimable:     152456 kB
Slab:             248492 kB
SReclaimable:     152456 kB
SUnreclaim:        96036 kB
KernelStack:        4944 kB
PageTables:        23900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   25590108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6764544 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:      271176 kB
DirectMap2M:    22702080 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC012 at 2024-07-23 11:46:21