Trace number 4456149

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 Partial RoundingSAT 2024 2024-07-12OPTIMUM 56.4628 52.4746

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
MD5SUMd5b7dd3f19481dcab9106ea158e7abe4
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.207005
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 4944
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 4943
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1217
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.22/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.35	c See www.sat4j.org for details.
0.22/0.37	c version CUSTOM.v20240707
0.22/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.39	c java.vm.version	22.0.1+8-16
0.22/0.39	c java.vm.vendor	Oracle Corporation
0.22/0.39	c sun.arch.data.model	64
0.22/0.39	c java.version		22.0.1
0.22/0.39	c os.name		Linux
0.22/0.39	c os.version		4.18.0-301.1.el8.x86_64
0.22/0.39	c os.arch		amd64
0.22/0.40	c Free memory 		2113181440
0.22/0.40	c Max memory 		16282288128
0.22/0.40	c Total memory 		2122317824
0.22/0.42	c Number of processors 	2
0.53/0.58	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.58	 - never skip resolution steps
0.53/0.58	 - Auto-division on coefficients is disabled
0.53/0.58	 - No postprocessing
0.53/0.58	 - Conflict is considered as is when resolving
0.53/0.58	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.58	 - Weaken first using unassigned literals
0.53/0.58	 - Bump strategy: ALWAYS_ONE
0.53/0.58	 - Bumper: ASSIGNED
0.53/0.58	--- Begin Solver configuration ---
0.53/0.58	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.58	Learn all clauses as in MiniSAT
0.53/0.58	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.58	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.58	No reason simplification
0.53/0.58	Armin Biere (Picosat) restarts strategy
0.53/0.58	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.58	timeout=2147483s
0.53/0.58	DB Simplification allowed=false
0.53/0.58	Listener: none
0.53/0.58	--- End Solver configuration ---
0.53/0.59	c Pseudo Boolean Optimization by upper bound
0.53/0.59	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.59	c  - never skip resolution steps
0.53/0.59	c  - Auto-division on coefficients is disabled
0.53/0.59	c  - No postprocessing
0.53/0.59	c  - Conflict is considered as is when resolving
0.53/0.59	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.53/0.59	c  - Weaken first using unassigned literals
0.53/0.59	c  - Bump strategy: ALWAYS_ONE
0.53/0.59	c  - Bumper: ASSIGNED
0.53/0.59	c --- Begin Solver configuration ---
0.53/0.59	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.53/0.59	c Learn all clauses as in MiniSAT
0.53/0.59	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.59	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.59	c No reason simplification
0.53/0.59	c Armin Biere (Picosat) restarts strategy
0.53/0.59	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.53/0.59	c timeout=2147483s
0.53/0.59	c DB Simplification allowed=false
0.53/0.59	c Listener: none
0.53/0.59	c --- End Solver configuration ---
0.53/0.59	c solving HOME/instance-4456149-1721718431.wbo
0.53/0.59	c reading problem ... 
0.69/0.69	c ... done. Wall clock time 0.093s.
0.69/0.69	c declared #vars     169
0.69/0.69	c internal #vars     270
0.69/0.69	c #constraints  102
0.69/0.69	c constraints type 
0.69/0.69	c org.sat4j.specs.Constr$1 => 1
0.69/0.69	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 71
0.69/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.69/0.69	c 102 constraints processed.
0.85/0.72	c objective function length is 101 literals
1.24/0.99	c SATISFIABLE
1.24/0.99	c OPTIMIZING...
1.24/0.99	c Got one! Elapsed wall clock time (in seconds):0.398
1.24/0.99	o 3421
2.21/1.42	c Got one! Elapsed wall clock time (in seconds):0.834
2.21/1.43	o 3392
3.02/1.80	c Got one! Elapsed wall clock time (in seconds):1.21
3.02/1.80	o 3390
3.62/2.15	c Got one! Elapsed wall clock time (in seconds):1.556
3.62/2.15	o 3389
4.99/2.80	c Got one! Elapsed wall clock time (in seconds):2.212
4.99/2.80	o 3375
7.21/4.17	c Got one! Elapsed wall clock time (in seconds):3.583
7.21/4.17	o 3374
8.30/5.02	c Got one! Elapsed wall clock time (in seconds):4.429
8.30/5.02	o 3372
9.77/6.22	c Got one! Elapsed wall clock time (in seconds):5.631
9.77/6.22	o 3371
12.71/9.17	c Got one! Elapsed wall clock time (in seconds):8.576
12.71/9.17	o 3370
16.64/13.03	c Got one! Elapsed wall clock time (in seconds):12.445
16.64/13.03	o 3366
18.33/14.74	c Got one! Elapsed wall clock time (in seconds):14.154
18.33/14.74	o 3360
21.19/17.34	c Got one! Elapsed wall clock time (in seconds):16.745
21.19/17.34	o 3357
25.20/21.39	c Got one! Elapsed wall clock time (in seconds):20.806
25.20/21.39	o 3346
32.91/29.08	c Got one! Elapsed wall clock time (in seconds):28.491
32.91/29.08	o 3343
46.76/42.92	c Got one! Elapsed wall clock time (in seconds):42.335
46.76/42.92	o 3340
50.67/46.85	c Got one! Elapsed wall clock time (in seconds):46.261
50.67/46.85	o 3339
55.35/51.55	c Got one! Elapsed wall clock time (in seconds):50.963
55.35/51.55	o 3338
55.87/52.10	c Got one! Elapsed wall clock time (in seconds):51.515
55.87/52.10	o 1
56.37/52.43	c starts		: 35
56.37/52.43	c conflicts		: 3238
56.37/52.43	c decisions		: 19117
56.37/52.43	c propagations		: 102832
56.37/52.43	c inspects		: 15651100
56.37/52.43	c shortcuts		: 0
56.37/52.43	c learnt literals	: 0
56.37/52.43	c learnt binary clauses	: 0
56.37/52.43	c learnt ternary clauses	: 0
56.37/52.43	c learnt constraints	: 3238
56.37/52.43	c ignored constraints	: 0
56.37/52.43	c root simplifications	: 0
56.37/52.43	c removed literals (reason simplification)	: 0
56.37/52.43	c reason swapping (by a shorter reason)	: 0
56.37/52.43	c Calls to reduceDB	: 0
56.37/52.43	c Number of update (reduction) of LBD	: 0
56.37/52.44	c Imported unit clauses	: 0
56.37/52.44	c No decision after first conflict	: false
56.37/52.44	c number of reductions to clauses (during analyze)	: 0
56.37/52.44	c number of learned constraints concerned by reduction	: 0
56.37/52.44	c number of learning phase by resolution	: 0
56.37/52.44	c number of learning phase by cutting planes	: 0
56.37/52.44	c number of rounding to 1 operations	: 11388
56.37/52.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.37/52.44	c number of reductions of the coefficients by power 2 	: 0
56.37/52.44	c number of right shift for reduction by power 2 	: 0
56.37/52.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.37/52.44	c number of ending skipping 	: 0
56.37/52.44	c number of internal skipping 	: 0
56.37/52.44	c number of derivation steps 	: 20637
56.37/52.44	c number of skipped derivation steps 	: 0
56.37/52.44	c number of remaining unassigned 	: 3161
56.37/52.44	c number of remaining assigned 	: 472774
56.37/52.44	c number of falsified literals weakened from reason	: 0
56.37/52.44	c number of falsified literals weakened from conflict	: 0
56.37/52.44	c time for arithmetic operations	: 51063786
56.37/52.44	c minimum degree of deleted constraints	: null
56.37/52.44	c maximum degree of deleted constraints	: null
56.37/52.44	c number of deleted constraints	: 0
56.37/52.44	c speed (assignments/second)	: 1988.4750744479252
56.37/52.44	c non guided choices	: 524
56.37/52.44	s OPTIMUM FOUND
56.37/52.44	c Found 18 solution(s)
56.37/52.44	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
56.37/52.46	c objective function=1
56.37/52.46	c Total wall clock time (in seconds): 51.87

Verifier Data

OK	1

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: 64096 MiB (61673 MiB free)
  memory of node 1: 64473 MiB (62627 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456149-1721718431/watcher-4456149-1721718431 -o /tmp/evaluation-result-4456149-1721718431/solver-4456149-1721718431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77611 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456149-1721718431.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=77667, runsolver pid=77657
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.10 1.21 1.58 2/248 77680
/proc/meminfo: memFree=127233312/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=16995924 memory=27216 CPUtime=0.04 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 1848 0 91 0 1 3 0 0 20 0 5 0 7832946 17403826176 6804 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16784588 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4248981 6804 3838 1 0 540786 0
[pid=77667/tid=77677] ppid=77657 vsize=16995924 memory=4026531971 CPUtime=0.01 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 1399 0 58 0 0 1 0 0 20 0 5 0 7832951 17403826176 6935 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 3 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 16995924 KiB
Current children cumulated memory: 27216 KiB

[startup+0.216839 s]*
/proc/loadavg: 1.10 1.21 1.58 17/288 77720
/proc/meminfo: memFree=127130168/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=18727664 memory=48076 CPUtime=0.08 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 5874 0 114 0 3 5 0 0 20 0 15 0 7832946 19177127936 12019 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4681916 12019 4663 1 0 549551 0
[pid=77667/tid=77677] ppid=77657 vsize=18727664 memory=7885630755128410243 CPUtime=0.07 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) S 77657 77667 77597 0 -1 1077936192 5235 0 81 0 3 4 0 0 20 0 15 0 7832951 19177127936 12019 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=18727664 memory=1652 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 15 0 7832968 19177127936 12019 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77734] ppid=77657 vsize=18727664 memory=3544395815948961836 CPUtime=0 cores=5,7
/proc/77667/task/77734/stat : 77734 (java) R 77657 77667 77597 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 15 0 7832970 19177127936 12019 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18727664 KiB
Current children cumulated memory: 48076 KiB

[startup+0.31793 s]*
/proc/loadavg: 1.10 1.21 1.58 10/312 77744
/proc/meminfo: memFree=127104008/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=18993908 memory=57340 CPUtime=0.22 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 6768 0 118 0 16 6 0 0 20 0 18 0 7832946 19449761792 14335 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4748477 14335 5795 1 0 550972 0
[pid=77667/tid=77677] ppid=77657 vsize=18993908 memory=-6000919489886315880 CPUtime=0.14 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 5591 0 81 0 10 4 0 0 20 0 18 0 7832951 19449761792 14335 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=18993908 memory=-4421386521933735008 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 14335 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7832971 19449761792 14335 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57340 KiB

[startup+0.703545 s]
/proc/loadavg: 1.10 1.21 1.58 16/312 77744
/proc/meminfo: memFree=127064456/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=18993908 memory=74048 CPUtime=0.85 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 7770 0 118 0 77 8 0 0 20 0 18 0 7832946 19449761792 18512 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4748477 18512 5945 1 0 551807 0
[pid=77667/tid=77677] ppid=77657 vsize=18993908 memory=31252 CPUtime=0.47 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 6189 0 81 0 42 5 0 0 20 0 18 0 7832951 19449761792 18512 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=18993908 memory=12312 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 7832968 19449761792 18512 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=18993908 memory=5668 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 7832971 19449761792 18512 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 74048 KiB

[startup+1.50354 s]
/proc/loadavg: 1.10 1.21 1.58 16/316 77748
/proc/meminfo: memFree=126896988/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19060472 memory=161976 CPUtime=2.42 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 19009 0 118 0 230 12 0 0 20 0 19 0 7832946 19517923328 40494 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4765118 40494 6074 1 0 556993 0
[pid=77667/tid=77677] ppid=77657 vsize=19060472 memory=5668 CPUtime=1.19 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 6693 0 81 0 112 7 0 0 20 0 19 0 7832951 19517923328 40494 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 7832968 19517923328 40494 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19060472 memory=12312 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 7832971 19517923328 40494 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 7833019 19517923328 40494 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 161976 KiB

[startup+3.10653 s]
/proc/loadavg: 1.89 1.37 1.63 14/320 77752
/proc/meminfo: memFree=126564592/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=187404 CPUtime=5.57 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 23236 0 118 0 544 13 0 0 20 0 20 0 7832946 19586084864 46851 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 46851 6112 1 0 557655 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=0 CPUtime=2.71 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 7239 0 81 0 264 7 0 0 20 0 20 0 7832951 19586084864 46851 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 46851 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 46851 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=31252 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 46851 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 187404 KiB

[startup+6.30026 s]
/proc/loadavg: 1.89 1.37 1.63 8/320 77754
/proc/meminfo: memFree=125357124/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=609896 CPUtime=9.87 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 27008 0 118 0 965 22 0 0 20 0 20 0 7832946 19586084864 152474 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 152474 6112 1 0 559936 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=0 CPUtime=5.87 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 7643 0 81 0 572 15 0 0 20 0 20 0 7832951 19586084864 152474 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=12312 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 152474 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=11540 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 152474 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=31252 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 152474 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 9.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 609896 KiB

[startup+12.7005 s]
/proc/loadavg: 2.37 1.49 1.66 6/320 77754
/proc/meminfo: memFree=124379976/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=730992 CPUtime=16.33 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 29502 0 118 0 1606 27 0 0 20 0 20 0 7832946 19586084864 182748 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 182748 6113 1 0 559936 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=730992 CPUtime=12.18 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 8839 0 81 0 1199 19 0 0 20 0 20 0 7832951 19586084864 182748 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 182748 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=11540 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 182748 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 182748 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 16.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 730992 KiB

[startup+25.5005 s]
/proc/loadavg: 2.84 1.62 1.70 6/320 77757
/proc/meminfo: memFree=122926136/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=1343420 CPUtime=29.4 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 38579 0 118 0 2898 42 0 0 20 0 20 0 7832946 19586084864 335855 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 335855 6113 1 0 559936 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=1269680 CPUtime=24.8 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 11621 0 81 0 2448 32 0 0 20 0 20 0 7832951 19586084864 335855 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=1343420 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 335855 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=1343420 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 335855 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=819072 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 335855 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 29.4 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1343420 KiB

[startup+51.1146 s]
/proc/loadavg: 3.39 1.85 1.78 7/320 77760
/proc/meminfo: memFree=121212428/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=1361876 CPUtime=54.97 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 45097 0 118 0 5452 45 0 0 20 0 20 0 7832946 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 340469 6113 1 0 559952 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=1355728 CPUtime=49.93 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 14527 0 81 0 4960 33 0 0 20 0 20 0 7832951 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=1355728 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=1355728 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=18024 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 54.97 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1361876 KiB

[startup+52.4745 s]
# the end of solver process 77667 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=55.9879 s, system=0.474942 s

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

[startup+51.2006 s]
/proc/loadavg: 3.39 1.85 1.78 7/320 77760
/proc/meminfo: memFree=121212428/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=1361876 CPUtime=55.05 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 45102 0 118 0 5460 45 0 0 20 0 20 0 7832946 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 340469 6113 1 0 559952 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=11540 CPUtime=50.01 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 14532 0 81 0 4968 33 0 0 20 0 20 0 7832951 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=33 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=1355716 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=31252 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 55.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1361876 KiB

[startup+52.0004 s]*
/proc/loadavg: 3.44 1.88 1.79 8/320 77760
/proc/meminfo: memFree=121212380/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=1361876 CPUtime=55.87 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 45169 0 118 0 5541 46 0 0 20 0 20 0 7832946 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 340469 6113 1 0 559952 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=-6000919489886315880 CPUtime=50.82 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 14599 0 81 0 5049 33 0 0 20 0 20 0 7832951 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=-4421386521933735008 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=1354268 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=-6000919489886315880 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 340469 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 55.87 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1361876 KiB

[startup+52.4004 s]
/proc/loadavg: 3.44 1.88 1.79 8/320 77760
/proc/meminfo: memFree=121212380/131655788 swapFree=131071996/131071996
[pid=77667] ppid=77657 vsize=19127036 memory=1361888 CPUtime=56.37 cores=5,7
/proc/77667/stat : 77667 (java) S 77657 77667 77597 0 -1 1077936128 46167 0 118 0 5591 46 0 0 20 0 20 0 7832946 19586084864 340472 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 0 0 16800975 0 0 0 17 5 0 0 2 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
/proc/77667/statm: 4781759 340472 6113 1 0 559952 0
[pid=77667/tid=77677] ppid=77657 vsize=19127036 memory=-6000919477001413992 CPUtime=51.21 cores=5,7
/proc/77667/task/77677/stat : 77677 (java) R 77657 77667 77597 0 -1 4194368 14638 0 81 0 5088 33 0 0 20 0 20 0 7832951 19586084864 340472 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77715] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77715/stat : 77715 (Finalizer) S 77657 77667 77597 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 7832968 19586084864 340472 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77744] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77744/stat : 77744 (Common-Cleaner) S 77657 77667 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 7832971 19586084864 340472 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
[pid=77667/tid=77745] ppid=77657 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/77667/task/77745/stat : 77745 (Timer-0) S 77657 77667 77597 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 7833019 19586084864 340472 134679101440 94538020040704 94538020044400 140725973801824 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94538020052216 94538020053008 94538048942080 140725973804019 140725973804132 140725973804132 140725973811144 0
Current children cumulated CPU time: 56.37 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1361888 KiB

Child status: 30

Real time (s): 52.4746
CPU time (s): 56.4628
CPU user time (s): 55.9879
CPU system time (s): 0.474942
CPU usage (%): 107.6
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 1361888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.9879
system time used= 0.474942
maximum resident set size= 1363436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47771
page faults= 119
swaps= 0
block input operations= 17744
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2946
involuntary context switches= 889


# summary of solver processes directly reported to runsolver:
#   pid: 77667
#   total CPU time (s): 56.4628
#   total CPU user time (s): 55.9879
#   total CPU system time (s): 0.474942

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.317916 second user time and 0.623651 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 09:07:11
IDJOB=4456149
IDBENCH=143232
IDSOLVER=3035
FILE ID=nodeC011/4456149-1721718431
RUNJOBID= nodeC011-1721718431-77611
SLURM_JOB_ID= 7770416
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111224255--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456149-1721718431/watcher-4456149-1721718431 -o /tmp/evaluation-result-4456149-1721718431/solver-4456149-1721718431 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77611 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456149-1721718431.wbo

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

MD5SUM BENCH= d5b7dd3f19481dcab9106ea158e7abe4
RANDOM SEED=1442873935

nodeC011.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		: 1197.332
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	: 6984.36
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		: 1197.326
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.35
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.331
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	: 6984.36
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.322
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.35
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		: 1290.481
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	: 6984.36
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		: 1197.326
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.35
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		: 1278.304
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	: 6984.36
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		: 1227.953
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127285740 kB
MemAvailable:   130034644 kB
Buffers:          134216 kB
Cached:          3416004 kB
SwapCached:            0 kB
Active:           828880 kB
Inactive:        2996620 kB
Active(anon):       1352 kB
Inactive(anon):   303424 kB
Active(file):     827528 kB
Inactive(file):  2693196 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2728 kB
Writeback:             4 kB
AnonPages:        275308 kB
Mapped:            98180 kB
Shmem:             29504 kB
KReclaimable:     136756 kB
Slab:             229356 kB
SReclaimable:     136756 kB
SUnreclaim:        92600 kB
KernelStack:        3640 kB
PageTables:         9588 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     591348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17536 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-23 09:08:04