Trace number 4424288

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 453.143 445.512

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM6e5ad560d764b7fb98c12fb74c689226
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.399093
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
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.14/0.39	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.39	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.39	c See www.sat4j.org for details.
0.14/0.42	c version CUSTOM.v20240707
0.25/0.44	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.44	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.44	c java.vm.version	22.0.1+8-16
0.25/0.44	c java.vm.vendor	Oracle Corporation
0.25/0.44	c sun.arch.data.model	64
0.25/0.44	c java.version		22.0.1
0.25/0.44	c os.name		Linux
0.25/0.44	c os.version		4.18.0-301.1.el8.x86_64
0.25/0.44	c os.arch		amd64
0.25/0.45	c Free memory 		2113181440
0.25/0.46	c Max memory 		16282288128
0.25/0.46	c Total memory 		2122317824
0.25/0.46	c Number of processors 	2
0.57/0.65	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.65	 - never skip resolution steps
0.57/0.65	 - Auto-division on coefficients is disabled
0.57/0.65	 - No postprocessing
0.57/0.65	 - Conflict is considered as is when resolving
0.57/0.65	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.65	 - Weaken first using unassigned literals
0.57/0.65	 - Bump strategy: ALWAYS_ONE
0.57/0.65	 - Bumper: ASSIGNED
0.57/0.65	--- Begin Solver configuration ---
0.57/0.65	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.65	Learn all clauses as in MiniSAT
0.57/0.65	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.65	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.65	No reason simplification
0.57/0.65	Armin Biere (Picosat) restarts strategy
0.57/0.65	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.65	timeout=2147483s
0.57/0.65	DB Simplification allowed=false
0.57/0.65	Listener: none
0.57/0.65	--- End Solver configuration ---
0.57/0.65	c Pseudo Boolean Optimization by upper bound
0.57/0.65	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.57/0.65	c  - never skip resolution steps
0.57/0.65	c  - Auto-division on coefficients is disabled
0.57/0.65	c  - No postprocessing
0.57/0.65	c  - Conflict is considered as is when resolving
0.57/0.65	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.57/0.65	c  - Weaken first using unassigned literals
0.57/0.65	c  - Bump strategy: ALWAYS_ONE
0.57/0.65	c  - Bumper: ASSIGNED
0.57/0.65	c --- Begin Solver configuration ---
0.57/0.65	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.57/0.65	c Learn all clauses as in MiniSAT
0.57/0.65	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.57/0.65	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.57/0.65	c No reason simplification
0.57/0.65	c Armin Biere (Picosat) restarts strategy
0.57/0.65	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.57/0.65	c timeout=2147483s
0.57/0.65	c DB Simplification allowed=false
0.57/0.65	c Listener: none
0.57/0.65	c --- End Solver configuration ---
0.57/0.65	c solving HOME/instance-4424288-1720874152.wbo
0.57/0.65	c reading problem ... 
0.74/0.73	c ... done. Wall clock time 0.079s.
0.74/0.73	c declared #vars     169
0.74/0.73	c internal #vars     233
0.74/0.73	c #constraints  102
0.74/0.73	c constraints type 
0.74/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.74/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.74/0.73	c org.sat4j.specs.Constr$1 => 1
0.74/0.73	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 47
0.74/0.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.74/0.73	c 102 constraints processed.
0.74/0.76	c objective function length is 64 literals
1.54/1.13	c SATISFIABLE
1.54/1.13	c OPTIMIZING...
1.54/1.13	c Got one! Elapsed wall clock time (in seconds):0.472
1.54/1.13	o 1707
2.48/1.67	c Got one! Elapsed wall clock time (in seconds):1.023
2.48/1.67	o 1692
3.48/2.14	c Got one! Elapsed wall clock time (in seconds):1.486
3.48/2.14	o 1688
3.87/2.36	c Got one! Elapsed wall clock time (in seconds):1.708
3.87/2.36	o 1677
4.66/2.79	c Got one! Elapsed wall clock time (in seconds):2.142
4.66/2.79	o 1676
6.42/3.69	c Got one! Elapsed wall clock time (in seconds):3.042
6.42/3.69	o 1669
7.47/4.23	c Got one! Elapsed wall clock time (in seconds):3.583
7.47/4.23	o 1664
8.27/4.88	c Got one! Elapsed wall clock time (in seconds):4.232
8.27/4.88	o 1663
10.50/6.88	c Got one! Elapsed wall clock time (in seconds):6.235
10.50/6.88	o 1661
14.60/10.92	c Got one! Elapsed wall clock time (in seconds):10.276
14.60/10.92	o 1658
16.22/12.60	c Got one! Elapsed wall clock time (in seconds):11.951
16.22/12.60	o 1643
19.10/15.13	c Got one! Elapsed wall clock time (in seconds):14.486
19.10/15.13	o 1642
23.03/19.04	c Got one! Elapsed wall clock time (in seconds):18.399
23.03/19.04	o 1638
30.04/26.05	c Got one! Elapsed wall clock time (in seconds):25.4
30.04/26.05	o 1637
40.41/36.46	c Got one! Elapsed wall clock time (in seconds):35.812
40.41/36.46	o 1635
43.22/39.24	c Got one! Elapsed wall clock time (in seconds):38.598
43.22/39.24	o 1632
47.21/43.29	c Got one! Elapsed wall clock time (in seconds):42.64
47.21/43.29	o 1631
55.20/51.23	c Got one! Elapsed wall clock time (in seconds):50.581
55.20/51.23	o 1630
64.99/61.06	c Got one! Elapsed wall clock time (in seconds):60.418
64.99/61.06	o 1629
85.09/80.21	c Got one! Elapsed wall clock time (in seconds):79.568
85.09/80.21	o 1628
113.48/107.78	c Got one! Elapsed wall clock time (in seconds):107.138
113.48/107.78	o 1627
117.68/111.96	c Got one! Elapsed wall clock time (in seconds):111.313
117.68/111.96	o 1623
125.28/119.57	c Got one! Elapsed wall clock time (in seconds):118.919
125.28/119.57	o 1617
136.57/130.87	c Got one! Elapsed wall clock time (in seconds):130.227
136.57/130.87	o 1613
152.14/145.80	c Got one! Elapsed wall clock time (in seconds):145.153
152.14/145.80	o 1612
179.01/172.76	c Got one! Elapsed wall clock time (in seconds):172.114
179.01/172.76	o 1611
223.77/217.55	c Got one! Elapsed wall clock time (in seconds):216.902
223.77/217.55	o 1609
304.89/297.53	c Got one! Elapsed wall clock time (in seconds):296.89
304.89/297.53	o 1608
313.07/305.71	c Got one! Elapsed wall clock time (in seconds):305.066
313.07/305.71	o 1604
324.79/317.44	c Got one! Elapsed wall clock time (in seconds):316.794
324.79/317.44	o 1602
340.63/333.20	c Got one! Elapsed wall clock time (in seconds):332.558
340.63/333.20	o 1600
369.62/362.20	c Got one! Elapsed wall clock time (in seconds):361.554
369.62/362.20	o 1597
407.86/400.48	c Got one! Elapsed wall clock time (in seconds):399.834
407.86/400.48	o 1585
442.58/435.13	c Got one! Elapsed wall clock time (in seconds):434.488
442.58/435.13	o 4
451.36/443.98	c Got one! Elapsed wall clock time (in seconds):443.339
451.36/443.98	o 2
453.02/445.46	c starts		: 68
453.02/445.48	c conflicts		: 10041
453.02/445.48	c decisions		: 41504
453.02/445.48	c propagations		: 296422
453.02/445.48	c inspects		: 117985130
453.02/445.48	c shortcuts		: 0
453.02/445.48	c learnt literals	: 0
453.02/445.48	c learnt binary clauses	: 0
453.02/445.48	c learnt ternary clauses	: 0
453.02/445.48	c learnt constraints	: 10041
453.02/445.48	c ignored constraints	: 0
453.02/445.48	c root simplifications	: 0
453.02/445.48	c removed literals (reason simplification)	: 0
453.02/445.48	c reason swapping (by a shorter reason)	: 0
453.02/445.48	c Calls to reduceDB	: 0
453.02/445.48	c Number of update (reduction) of LBD	: 0
453.02/445.48	c Imported unit clauses	: 0
453.02/445.48	c No decision after first conflict	: false
453.02/445.48	c number of reductions to clauses (during analyze)	: 0
453.02/445.48	c number of learned constraints concerned by reduction	: 0
453.02/445.48	c number of learning phase by resolution	: 0
453.02/445.48	c number of learning phase by cutting planes	: 0
453.02/445.48	c number of rounding to 1 operations	: 51268
453.02/445.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
453.02/445.48	c number of reductions of the coefficients by power 2 	: 0
453.02/445.48	c number of right shift for reduction by power 2 	: 0
453.02/445.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
453.02/445.48	c number of ending skipping 	: 0
453.02/445.48	c number of internal skipping 	: 0
453.02/445.48	c number of derivation steps 	: 78313
453.02/445.48	c number of skipped derivation steps 	: 0
453.02/445.48	c number of remaining unassigned 	: 11215
453.02/445.48	c number of remaining assigned 	: 2149697
453.02/445.48	c number of falsified literals weakened from reason	: 0
453.02/445.48	c number of falsified literals weakened from conflict	: 0
453.02/445.48	c time for arithmetic operations	: 186590566
453.02/445.48	c minimum degree of deleted constraints	: null
453.02/445.48	c maximum degree of deleted constraints	: null
453.02/445.48	c number of deleted constraints	: 0
453.02/445.48	c speed (assignments/second)	: 666.545240311751
453.02/445.48	c non guided choices	: 635
453.02/445.48	s OPTIMUM FOUND
453.02/445.48	c Found 35 solution(s)
453.02/445.48	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 
453.02/445.48	c objective function=2
453.02/445.48	c Total wall clock time (in seconds): 444.839

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424288-1720874152/watcher-4424288-1720874152 -o /tmp/evaluation-result-4424288-1720874152/solver-4424288-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1720874163-696899 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424288-1720874152.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
Current StackSize limit: 8192 KiB

solver pid=696982, runsolver pid=696973

[startup+0.100138 s]*
/proc/loadavg: 0.14 0.09 0.09 1/272 696989
/proc/meminfo: memFree=130071948/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=18175400 memory=33088 CPUtime=0.03 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 3384 0 2 0 1 2 0 0 20 0 7 0 139574545 18611609600 8272 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16784588 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4543850 8272 3765 1 0 544764 0
[pid=696982/tid=696984] ppid=696973 vsize=18175400 memory=4026561586 CPUtime=0.02 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) D 696973 696982 696886 0 -1 4194368 2819 0 2 0 1 1 0 0 20 0 7 0 139574547 18611609600 8272 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 33088 KiB

[startup+0.214214 s]*
/proc/loadavg: 0.14 0.09 0.09 1/272 696989
/proc/meminfo: memFree=130036428/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=18175400 memory=41580 CPUtime=0.04 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 5240 0 17 0 1 3 0 0 20 0 7 0 139574545 18611609600 10448 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16784588 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4543850 10448 4110 1 0 546867 0
[pid=696982/tid=696984] ppid=696973 vsize=18175412 memory=8737651120394928259 CPUtime=0.03 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 4689 0 17 0 1 2 0 0 20 0 7 0 139574547 18611621888 10395 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16784588 0 0 0 -1 5 0 0 11 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 0.04 s
Current children cumulated vsize: 18175400 KiB
Current children cumulated memory: 41580 KiB

[startup+0.314126 s]*
/proc/loadavg: 0.14 0.09 0.09 10/316 697033
/proc/meminfo: memFree=129991036/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=18975048 memory=55164 CPUtime=0.14 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 6446 0 38 0 9 5 0 0 20 0 18 0 139574545 19430449152 13791 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4743762 13791 5511 1 0 550757 0
[pid=696982/tid=696984] ppid=696973 vsize=18975048 memory=-8959455601114981052 CPUtime=0.09 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 5322 0 31 0 5 4 0 0 20 0 18 0 139574547 19430449152 13791 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574572 19430449152 13791 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139574573 19430449152 13791 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55164 KiB

[startup+0.700675 s]
/proc/loadavg: 0.14 0.09 0.09 9/316 697033
/proc/meminfo: memFree=129948672/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=18975048 memory=69580 CPUtime=0.74 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 7786 0 39 0 67 7 0 0 20 0 18 0 139574545 19430449152 17395 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4743762 17395 5761 1 0 551752 0
[pid=696982/tid=696984] ppid=696973 vsize=18975048 memory=0 CPUtime=0.42 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 6095 0 32 0 36 6 0 0 20 0 18 0 139574547 19430449152 17395 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=18975048 memory=2620 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 139574572 19430449152 17395 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=18975048 memory=4993 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 139574573 19430449152 17395 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69580 KiB

[startup+1.50067 s]
/proc/loadavg: 0.14 0.09 0.09 13/320 697037
/proc/meminfo: memFree=129841744/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19041612 memory=140340 CPUtime=2.29 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 19880 0 39 0 217 12 0 0 20 0 19 0 139574545 19498610688 35085 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4760403 35085 5805 1 0 556765 0
[pid=696982/tid=696984] ppid=696973 vsize=19041612 memory=0 CPUtime=1.17 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 7106 0 32 0 109 8 0 0 20 0 19 0 139574547 19498610688 35085 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139574572 19498610688 35085 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19041612 memory=2620 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 139574573 19498610688 35085 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 139574622 19498610688 35085 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140340 KiB

[startup+3.10666 s]
/proc/loadavg: 0.14 0.09 0.09 11/322 697171
/proc/meminfo: memFree=129583736/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=201264 CPUtime=5.45 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 23467 0 39 0 531 14 0 0 20 0 20 0 139574545 19566772224 50316 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 50316 5843 1 0 557467 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=0 CPUtime=2.68 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 7842 0 32 0 259 9 0 0 20 0 20 0 139574547 19566772224 50316 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 50316 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=2620 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 50316 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 50316 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 5.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201264 KiB

[startup+6.30048 s]
/proc/loadavg: 0.93 0.26 0.15 7/323 697305
/proc/meminfo: memFree=126973712/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=544184 CPUtime=10 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 27542 0 39 0 978 22 0 0 20 0 20 0 139574545 19566772224 136046 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 136046 5843 1 0 560047 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=181780 CPUtime=5.85 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 8197 0 32 0 570 15 0 0 20 0 20 0 139574547 19566772224 136558 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=470456 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 136558 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=35256 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 136558 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 136558 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 10 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 544184 KiB

[startup+12.7004 s]
/proc/loadavg: 1.26 0.34 0.17 5/324 697308
/proc/meminfo: memFree=124710328/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=661180 CPUtime=16.42 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 31575 0 39 0 1617 25 0 0 20 0 20 0 139574545 19566772224 165295 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 165295 5844 1 0 560047 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=0 CPUtime=12.13 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 9887 0 32 0 1195 18 0 0 20 0 20 0 139574547 19566772224 165295 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=719 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 165295 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=661168 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 165295 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=-8959181818424697532 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 165295 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 16.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 661180 KiB

[startup+25.5005 s]
/proc/loadavg: 2.32 0.62 0.27 7/324 697510
/proc/meminfo: memFree=121278524/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1294152 CPUtime=29.53 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 40098 0 39 0 2910 43 0 0 20 0 20 0 139574545 19566772224 323538 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 323538 5844 1 0 560047 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=719 CPUtime=24.74 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 12699 0 32 0 2443 31 0 0 20 0 20 0 139574547 19566772224 323538 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=339020 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 323538 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=558520 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 323538 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 323538 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1294152 KiB

[startup+51.1138 s]
/proc/loadavg: 3.29 0.99 0.40 5/324 697783
/proc/meminfo: memFree=122334572/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1774224 CPUtime=55.11 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 46270 0 39 0 5454 57 0 0 20 0 20 0 139574545 19566772224 443556 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 443556 5844 1 0 666563 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=558520 CPUtime=49.87 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 15843 0 32 0 4945 42 0 0 20 0 20 0 139574547 19566772224 443556 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=1351532 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 443556 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=1351532 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 443556 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=1351532 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 443556 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 55.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1774224 KiB

[startup+102.301 s]
/proc/loadavg: 3.86 1.50 0.61 5/324 697791
/proc/meminfo: memFree=120302556/131655788 swapFree=131071996/131071996

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

/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 466236 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 409.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1864944 KiB

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

# cumulated CPU time of all completed processes:  user=452.17 s, system=0.973566 s

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

[startup+409.6 s]
/proc/loadavg: 4.25 3.27 1.64 5/321 697851
/proc/meminfo: memFree=117015384/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1866992 CPUtime=417.06 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 97093 0 39 0 41614 92 0 0 20 0 20 0 139574545 19566772224 466748 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 466748 5860 1 0 666579 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=1846420 CPUtime=403.66 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 33273 0 32 0 40321 45 0 0 20 0 20 0 139574547 19566772224 466748 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 466748 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 261 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 466748 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=35256 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 466748 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 417.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1866992 KiB

[startup+422.4 s]
/proc/loadavg: 4.21 3.30 1.67 5/321 697852
/proc/meminfo: memFree=117013344/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1869196 CPUtime=429.89 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 97320 0 39 0 42896 93 0 0 20 0 20 0 139574545 19566772224 467299 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467299 5860 1 0 666593 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=11648 CPUtime=416.41 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 33427 0 32 0 41595 46 0 0 20 0 20 0 139574547 19566772224 467299 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=1864944 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467299 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=5424 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467299 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467299 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 429.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1869196 KiB

[startup+435.2 s]
/proc/loadavg: 4.16 3.33 1.71 5/321 697854
/proc/meminfo: memFree=117011064/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871244 CPUtime=442.67 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 97569 0 39 0 44173 94 0 0 20 0 20 0 139574545 19566772224 467811 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467811 5860 1 0 666593 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=1860816 CPUtime=429.05 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 33668 0 32 0 42859 46 0 0 20 0 20 0 139574547 19566772224 467811 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=1864936 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467811 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=11648 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467811 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=1866992 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467811 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 442.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871244 KiB

[startup+441.6 s]
/proc/loadavg: 4.23 3.36 1.73 5/321 697855
/proc/meminfo: memFree=117011040/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871296 CPUtime=449.07 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 98287 0 39 0 44812 95 0 0 20 0 20 0 139574545 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467824 5860 1 0 666593 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=1871244 CPUtime=435.44 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 34226 0 32 0 43498 46 0 0 20 0 20 0 139574547 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=5424 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=5424 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 449.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871296 KiB

[startup+443.2 s]
/proc/loadavg: 4.23 3.36 1.73 5/321 697855
/proc/meminfo: memFree=117011044/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871296 CPUtime=450.66 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 98395 0 39 0 44971 95 0 0 20 0 20 0 139574545 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467824 5860 1 0 666593 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=-8959455601114981052 CPUtime=437.03 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 34327 0 32 0 43657 46 0 0 20 0 20 0 139574547 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=1940 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=35256 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=11948 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467824 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 450.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871296 KiB

[startup+444.8 s]
/proc/loadavg: 4.21 3.37 1.74 5/321 697855
/proc/meminfo: memFree=117011044/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871336 CPUtime=452.41 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 101248 0 39 0 45146 95 0 0 20 0 20 0 139574545 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467834 5860 1 0 666609 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=5424 CPUtime=438.63 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 35034 0 32 0 43817 46 0 0 20 0 20 0 139574547 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=2620 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=2208 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=1871296 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 452.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871336 KiB

[startup+445.2 s]
/proc/loadavg: 4.21 3.37 1.74 5/321 697855
/proc/meminfo: memFree=117011036/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871336 CPUtime=452.81 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 101250 0 39 0 45186 95 0 0 20 0 20 0 139574545 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467834 5860 1 0 666609 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=1812 CPUtime=439.03 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 35034 0 32 0 43857 46 0 0 20 0 20 0 139574547 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=1871336 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=32604 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=19040 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 452.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871336 KiB

[startup+445.4 s]
/proc/loadavg: 4.21 3.37 1.74 5/321 697855
/proc/meminfo: memFree=117011036/131655788 swapFree=131071996/131071996
[pid=696982] ppid=696973 vsize=19108176 memory=1871336 CPUtime=453.02 cores=5,7
/proc/696982/stat : 696982 (java) S 696973 696982 696886 0 -1 1077936128 101250 0 39 0 45206 96 0 0 20 0 20 0 139574545 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 0 0 16800975 0 0 0 17 5 0 0 1 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
/proc/696982/statm: 4777044 467834 5860 1 0 666609 0
[pid=696982/tid=696984] ppid=696973 vsize=19108176 memory=7140 CPUtime=439.23 cores=5,7
/proc/696982/task/696984/stat : 696984 (java) R 696973 696982 696886 0 -1 4194368 35034 0 32 0 43877 46 0 0 20 0 20 0 139574547 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697001] ppid=696973 vsize=19108176 memory=28284 CPUtime=0 cores=5,7
/proc/696982/task/697001/stat : 697001 (Finalizer) S 696973 696982 696886 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139574572 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697033] ppid=696973 vsize=19108176 memory=32608 CPUtime=0 cores=5,7
/proc/696982/task/697033/stat : 697033 (Common-Cleaner) S 696973 696982 696886 0 -1 1077936192 296 0 0 0 0 0 0 0 20 0 20 0 139574573 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
[pid=696982/tid=697035] ppid=696973 vsize=19108176 memory=33164 CPUtime=0 cores=5,7
/proc/696982/task/697035/stat : 697035 (Timer-0) S 696973 696982 696886 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139574622 19566772224 467834 134679101440 93855880273920 93855880277616 140730083426576 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93855880285432 93855880286224 93855893958656 140730083431382 140730083431495 140730083431495 140730083438536 0
Current children cumulated CPU time: 453.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1871336 KiB

Child status: 30

Real time (s): 445.512
CPU time (s): 453.143
CPU user time (s): 452.17
CPU system time (s): 0.973566
CPU usage (%): 101.713
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1871336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 452.17
system time used= 0.973566
maximum resident set size= 1872748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 103519
page faults= 39
swaps= 0
block input operations= 9840
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15853
involuntary context switches= 1733


# summary of solver processes directly reported to runsolver:
#   pid: 696982
#   total CPU time (s): 453.143
#   total CPU user time (s): 452.17
#   total CPU system time (s): 0.973566

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.40698 second user time and 4.87597 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-13 14:36:04
IDJOB=4424288
IDBENCH=143730
IDSOLVER=3035
FILE ID=nodeC010/4424288-1720874152
RUNJOBID= nodeC010-1720874163-696899
SLURM_JOB_ID= 7483758
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= 6e5ad560d764b7fb98c12fb74c689226
RANDOM SEED=450756964

nodeC010.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.211
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.51
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.214
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.31
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.181
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.51
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.188
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.204
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.51
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.182
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.31
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.186
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.51
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.183
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130151892 kB
MemAvailable:   129972328 kB
Buffers:          313672 kB
Cached:           356996 kB
SwapCached:            0 kB
Active:           442292 kB
Inactive:         567296 kB
Active(anon):       1448 kB
Inactive(anon):   375236 kB
Active(file):     440844 kB
Inactive(file):   192060 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4032 kB
Writeback:             0 kB
AnonPages:        338808 kB
Mapped:           107380 kB
Shmem:             37704 kB
KReclaimable:      55128 kB
Slab:             143544 kB
SReclaimable:      55128 kB
SUnreclaim:        88416 kB
KernelStack:        4032 kB
PageTables:        10256 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     659712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45600 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      162632 kB
DirectMap2M:     9179136 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC010 at 2024-07-13 14:43:30