Trace number 4424838

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPTIMUM 8.60989 5.19831

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-33-100-0.wbo
MD5SUM3fe609e3abfc3ea6e01c0dbccbf479ce
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.10188
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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.13/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.13	c See www.sat4j.org for details.
0.13/0.14	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.15	c Free memory 		2113181440
0.13/0.15	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.13/0.20	--- Begin Solver configuration ---
0.13/0.20	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.20	Learn all clauses as in MiniSAT
0.13/0.20	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	No reason simplification
0.13/0.20	Glucose 2.1 dynamic restart strategy
0.13/0.20	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.20	timeout=2147483s
0.13/0.20	DB Simplification allowed=false
0.13/0.20	Listener: none
0.13/0.20	--- End Solver configuration ---
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Glucose 2.1 dynamic restart strategy
0.13/0.20	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4424838-1720881489.wbo
0.13/0.20	c reading problem ... 
0.32/0.25	c ... done. Wall clock time 0.051s.
0.32/0.25	c declared #vars     169
0.32/0.25	c internal #vars     233
0.32/0.25	c #constraints  102
0.32/0.25	c constraints type 
0.32/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.32/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 41
0.32/0.25	c org.sat4j.specs.Constr$1 => 1
0.32/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.32/0.25	c 102 constraints processed.
0.32/0.27	c objective function length is 64 literals
0.50/0.41	c SATISFIABLE
0.50/0.41	c OPTIMIZING...
0.50/0.41	c Got one! Elapsed wall clock time (in seconds):0.218
0.50/0.41	o 514
0.50/0.42	c Got one! Elapsed wall clock time (in seconds):0.229
0.50/0.42	o 505
0.50/0.44	c Got one! Elapsed wall clock time (in seconds):0.246
0.71/0.45	o 500
0.71/0.45	c Got one! Elapsed wall clock time (in seconds):0.254
0.71/0.45	o 345
1.45/0.85	c cleaning 3141 clauses out of 6291 with flag 15190/6291
1.45/0.89	c Got one! Elapsed wall clock time (in seconds):0.693
1.45/0.89	o 305
1.82/1.09	c Got one! Elapsed wall clock time (in seconds):0.888
1.82/1.09	o 302
1.82/1.10	c Got one! Elapsed wall clock time (in seconds):0.91
1.82/1.10	o 295
2.02/1.12	c Got one! Elapsed wall clock time (in seconds):0.923
2.02/1.12	o 286
2.02/1.14	c Got one! Elapsed wall clock time (in seconds):0.95
2.02/1.14	o 284
2.02/1.17	c Got one! Elapsed wall clock time (in seconds):0.966
2.02/1.17	o 219
2.39/1.33	c cleaning 5215 clauses out of 10449 with flag 11186/13590
2.59/1.49	c Got one! Elapsed wall clock time (in seconds):1.294
2.59/1.49	o 215
2.79/1.51	c Got one! Elapsed wall clock time (in seconds):1.318
2.79/1.51	o 209
2.99/1.62	c cleaning 5660 clauses out of 11335 with flag 7420/19691
3.19/1.73	c Got one! Elapsed wall clock time (in seconds):1.532
3.19/1.73	o 206
3.19/1.73	c Got one! Elapsed wall clock time (in seconds):1.536
3.19/1.73	o 200
3.19/1.79	c cleaning 5524 clauses out of 11066 with flag 7705/25082
3.19/1.79	c Got one! Elapsed wall clock time (in seconds):1.6
3.19/1.79	o 197
3.38/1.80	c Got one! Elapsed wall clock time (in seconds):1.605
3.38/1.80	o 193
3.38/1.80	c Got one! Elapsed wall clock time (in seconds):1.607
3.38/1.80	o 192
3.38/1.83	c Got one! Elapsed wall clock time (in seconds):1.628
3.38/1.83	o 179
3.38/1.88	c Got one! Elapsed wall clock time (in seconds):1.679
3.38/1.88	o 153
3.58/1.93	c Got one! Elapsed wall clock time (in seconds):1.732
3.58/1.93	o 146
3.58/1.96	c Got one! Elapsed wall clock time (in seconds):1.767
3.58/1.96	o 139
3.74/2.03	c cleaning 6948 clauses out of 13907 with flag 7265/33447
3.87/2.19	c cleaning 6470 clauses out of 12959 with flag 27920/39447
4.06/2.22	c Got one! Elapsed wall clock time (in seconds):2.026
4.06/2.22	o 137
4.06/2.27	c Got one! Elapsed wall clock time (in seconds):2.081
4.06/2.27	o 123
4.06/2.29	c Got one! Elapsed wall clock time (in seconds):2.098
4.06/2.29	o 121
4.06/2.30	c Got one! Elapsed wall clock time (in seconds):2.109
4.26/2.31	o 116
4.26/2.32	c Got one! Elapsed wall clock time (in seconds):2.131
4.26/2.32	o 91
4.26/2.40	c cleaning 6936 clauses out of 13872 with flag 8112/46830
4.63/2.55	c cleaning 6460 clauses out of 12936 with flag 33214/52830
4.73/2.63	c Got one! Elapsed wall clock time (in seconds):2.441
4.73/2.63	o 90
4.73/2.67	c cleaning 5869 clauses out of 11775 with flag 6000/58129
4.83/2.74	c Got one! Elapsed wall clock time (in seconds):2.55
4.83/2.74	o 86
4.83/2.77	c Got one! Elapsed wall clock time (in seconds):2.578
4.83/2.77	o 84
4.83/2.78	c Got one! Elapsed wall clock time (in seconds):2.58
4.83/2.78	o 83
4.83/2.78	c Got one! Elapsed wall clock time (in seconds):2.584
4.83/2.78	o 81
4.94/2.83	c cleaning 5996 clauses out of 11994 with flag 8879/64217
4.94/2.88	c Got one! Elapsed wall clock time (in seconds):2.675
4.94/2.88	o 76
5.05/2.98	c cleaning 5804 clauses out of 11619 with flag 23245/69838
5.25/3.11	c Got one! Elapsed wall clock time (in seconds):2.92
5.25/3.11	o 68
5.34/3.25	c cleaning 8080 clauses out of 16164 with flag 24769/80187
5.45/3.39	c cleaning 7037 clauses out of 14081 with flag 53430/86184
5.45/3.40	c Got one! Elapsed wall clock time (in seconds):3.203
5.45/3.40	o 49
5.55/3.41	c Got one! Elapsed wall clock time (in seconds):3.22
5.55/3.41	o 45
5.55/3.42	c Got one! Elapsed wall clock time (in seconds):3.225
5.55/3.42	o 43
5.55/3.42	c Got one! Elapsed wall clock time (in seconds):3.232
5.55/3.42	o 28
5.55/3.43	c Got one! Elapsed wall clock time (in seconds):3.236
5.55/3.43	o 26
5.66/3.50	c Got one! Elapsed wall clock time (in seconds):3.307
5.66/3.50	o 12
5.66/3.56	c cleaning 6859 clauses out of 13717 with flag 8347/92857
5.87/3.73	c cleaning 6428 clauses out of 12859 with flag 33990/98858
6.18/3.92	c cleaning 6713 clauses out of 13428 with flag 61489/105856
6.18/3.99	c Got one! Elapsed wall clock time (in seconds):3.797
6.18/3.99	o 10
6.38/4.08	c cleaning 6013 clauses out of 12032 with flag 12143/111175
6.69/4.27	c cleaning 6009 clauses out of 12020 with flag 35672/117176
7.08/4.50	c cleaning 6500 clauses out of 13011 with flag 62983/124176
7.69/4.76	c cleaning 7253 clauses out of 14511 with flag 94428/132176
8.29/5.05	c cleaning 8119 clauses out of 16258 with flag 131127/141176
8.48/5.15	c starts		: 100
8.48/5.16	c conflicts		: 144986
8.48/5.16	c decisions		: 232469
8.48/5.16	c propagations		: 3509000
8.48/5.16	c inspects		: 31679344
8.48/5.16	c shortcuts		: 0
8.48/5.16	c learnt literals	: 17
8.48/5.16	c learnt binary clauses	: 9
8.48/5.16	c learnt ternary clauses	: 341
8.48/5.16	c learnt constraints	: 144968
8.48/5.16	c ignored constraints	: 0
8.48/5.16	c root simplifications	: 0
8.48/5.16	c removed literals (reason simplification)	: 0
8.48/5.16	c reason swapping (by a shorter reason)	: 0
8.48/5.16	c Calls to reduceDB	: 21
8.48/5.16	c Number of update (reduction) of LBD	: 39875
8.48/5.16	c Imported unit clauses	: 0
8.48/5.16	c No decision after first conflict	: false
8.48/5.16	c number of reductions to clauses (during analyze)	: 0
8.48/5.16	c number of learned constraints concerned by reduction	: 0
8.48/5.16	c number of learning phase by resolution	: 0
8.48/5.16	c number of learning phase by cutting planes	: 0
8.48/5.16	c number of rounding to 1 operations	: 0
8.48/5.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.48/5.16	c number of reductions of the coefficients by power 2 	: 0
8.48/5.16	c number of right shift for reduction by power 2 	: 0
8.48/5.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.48/5.16	c number of ending skipping 	: 0
8.48/5.16	c number of internal skipping 	: 0
8.48/5.16	c number of derivation steps 	: 0
8.48/5.16	c number of skipped derivation steps 	: 0
8.48/5.16	c number of remaining unassigned 	: 0
8.48/5.16	c number of remaining assigned 	: 0
8.48/5.16	c number of falsified literals weakened from reason	: 0
8.48/5.16	c number of falsified literals weakened from conflict	: 0
8.48/5.16	c time for arithmetic operations	: 0
8.48/5.16	c minimum degree of deleted constraints	: null
8.48/5.16	c maximum degree of deleted constraints	: null
8.48/5.16	c number of deleted constraints	: 0
8.48/5.16	c speed (assignments/second)	: 718762.8021302745
8.48/5.16	c non guided choices	: 1718
8.48/5.16	s OPTIMUM FOUND
8.48/5.16	c Found 40 solution(s)
8.48/5.16	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 
8.48/5.16	c objective function=10
8.48/5.16	c Total wall clock time (in seconds): 4.964

Verifier Data

OK	10

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424838-1720881489/watcher-4424838-1720881489 -o /tmp/evaluation-result-4424838-1720881489/solver-4424838-1720881489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424838-1720881489.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=703556, runsolver pid=703553

[startup+0.10671 s]*
/proc/loadavg: 4.16 4.27 4.25 5/316 703574
/proc/meminfo: memFree=112001572/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=18975048 memory=56596 CPUtime=0.13 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 6618 0 0 0 11 2 0 0 20 0 18 0 140305635 19430449152 14149 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4743762 14149 5641 1 0 550925 0
[pid=703556/tid=703558] ppid=703553 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 5527 0 0 0 7 1 0 0 20 0 18 0 140305635 19430449152 14149 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140305638 19430449152 14149 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140305639 19430449152 14149 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56596 KiB

[startup+0.219704 s]*
/proc/loadavg: 4.16 4.27 4.25 7/316 703574
/proc/meminfo: memFree=111991764/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=18975048 memory=65776 CPUtime=0.32 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 7418 0 0 0 30 2 0 0 20 0 18 0 140305635 19430449152 16444 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4743762 16444 5662 1 0 551591 0
[pid=703556/tid=703558] ppid=703553 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 5961 0 0 0 18 1 0 0 20 0 18 0 140305635 19430449152 16444 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140305638 19430449152 16444 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140305639 19430449152 16444 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65776 KiB

[startup+0.313594 s]*
/proc/loadavg: 4.16 4.27 4.25 8/317 703575
/proc/meminfo: memFree=111989052/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=69448 CPUtime=0.5 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 7604 0 0 0 48 2 0 0 20 0 19 0 140305635 19498610688 17362 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 17362 5849 1 0 551961 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=-8960022962150744764 CPUtime=0.29 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 6065 0 0 0 28 1 0 0 20 0 19 0 140305635 19498610688 17362 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 17362 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 17362 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 17362 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69448 KiB

[startup+0.700696 s]
/proc/loadavg: 4.16 4.27 4.25 7/317 703575
/proc/meminfo: memFree=111987232/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=77536 CPUtime=1.21 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 10714 0 0 0 118 3 0 0 20 0 19 0 140305635 19498610688 19384 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 19384 5880 1 0 553518 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=12724 CPUtime=0.66 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 6155 0 0 0 65 1 0 0 20 0 19 0 140305635 19498610688 19384 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 19384 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 19384 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=26396 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 19384 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77536 KiB

[startup+1.50069 s]
/proc/loadavg: 4.16 4.27 4.25 7/317 703575
/proc/meminfo: memFree=111972928/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=92136 CPUtime=2.79 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 16710 0 0 0 275 4 0 0 20 0 19 0 140305635 19498610688 23034 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 23034 5880 1 0 554942 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=12724 CPUtime=1.44 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 6876 0 0 0 143 1 0 0 20 0 19 0 140305635 19498610688 23034 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 23034 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 23034 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 23034 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92136 KiB

[startup+3.10569 s]
/proc/loadavg: 4.16 4.27 4.25 6/317 703576
/proc/meminfo: memFree=111936168/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=121796 CPUtime=5.25 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 19808 0 0 0 520 5 0 0 20 0 19 0 140305635 19498610688 30449 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 30449 5880 1 0 556020 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=0 CPUtime=3.01 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7302 0 0 0 300 1 0 0 20 0 19 0 140305635 19498610688 30449 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 30449 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=96744 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 30449 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 30449 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 121796 KiB

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

# cumulated CPU time of all completed processes:  user=8.52769 s, system=0.082198 s

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

[startup+3.2007 s]
/proc/loadavg: 4.16 4.27 4.25 6/317 703576
/proc/meminfo: memFree=111936168/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=123844 CPUtime=5.34 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 19811 0 0 0 529 5 0 0 20 0 19 0 140305635 19498610688 30961 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 30961 5880 1 0 556020 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=0 CPUtime=3.1 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7305 0 0 0 309 1 0 0 20 0 19 0 140305635 19498610688 30961 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 30961 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=2560 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 30961 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=2288 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 30961 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 5.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123844 KiB

[startup+4.00569 s]*
/proc/loadavg: 4.16 4.27 4.25 5/317 703576
/proc/meminfo: memFree=111919532/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=136460 CPUtime=6.38 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 20293 0 0 0 633 5 0 0 20 0 19 0 140305635 19498610688 34115 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 34115 5880 1 0 556023 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=-8960022962150744764 CPUtime=3.91 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7713 0 0 0 389 2 0 0 20 0 19 0 140305635 19498610688 34115 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=20403 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 34115 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=3904677159104675920 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 34115 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=-8960022962150744764 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 34115 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 6.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 136460 KiB

[startup+4.80069 s]
/proc/loadavg: 4.16 4.27 4.25 5/317 703576
/proc/meminfo: memFree=111919532/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=154828 CPUtime=7.89 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 24189 0 0 0 782 7 0 0 20 0 19 0 140305635 19498610688 38707 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 38707 5880 1 0 558631 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=12724 CPUtime=4.7 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7799 0 0 0 468 2 0 0 20 0 19 0 140305635 19498610688 38707 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=5620 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 38707 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=130092 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 38707 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 38707 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 7.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154828 KiB

[startup+5.0007 s]*
/proc/loadavg: 4.22 4.28 4.25 8/317 703576
/proc/meminfo: memFree=111897080/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=159180 CPUtime=8.29 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 24248 0 0 0 822 7 0 0 20 0 19 0 140305635 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 39795 5880 1 0 558631 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=-8960022962150744764 CPUtime=4.89 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7802 0 0 0 487 2 0 0 20 0 19 0 140305635 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=35492 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159180 KiB

[startup+5.10569 s]
/proc/loadavg: 4.22 4.28 4.25 8/317 703576
/proc/meminfo: memFree=111897080/131655788 swapFree=131071996/131071996
[pid=703556] ppid=703553 vsize=19041612 memory=159180 CPUtime=8.48 cores=0,2
/proc/703556/stat : 703556 (java) S 703553 703556 697515 0 -1 1077936128 24258 0 0 0 841 7 0 0 20 0 19 0 140305635 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
/proc/703556/statm: 4760403 39795 5880 1 0 558631 0
[pid=703556/tid=703558] ppid=703553 vsize=19041612 memory=12724 CPUtime=4.99 cores=0,2
/proc/703556/task/703558/stat : 703558 (java) R 703553 703556 697515 0 -1 4194368 7802 0 0 0 497 2 0 0 20 0 19 0 140305635 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703567] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703567/stat : 703567 (Finalizer) S 703553 703556 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305638 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703574] ppid=703553 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703556/task/703574/stat : 703574 (Common-Cleaner) S 703553 703556 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140305639 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
[pid=703556/tid=703575] ppid=703553 vsize=19041612 memory=151196 CPUtime=0 cores=0,2
/proc/703556/task/703575/stat : 703575 (Timer-0) S 703553 703556 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305662 19498610688 39795 134679101440 94319048159232 94319048162928 140729895184000 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94319048170744 94319048171536 94319073636352 140729895191533 140729895191623 140729895191623 140729895198664 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159180 KiB

Child status: 30

Real time (s): 5.19831
CPU time (s): 8.60989
CPU user time (s): 8.52769
CPU system time (s): 0.082198
CPU usage (%): 165.629
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 159180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.52769
system time used= 0.082198
maximum resident set size= 162920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25517
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 645
involuntary context switches= 332


# summary of solver processes directly reported to runsolver:
#   pid: 703556
#   total CPU time (s): 8.60989
#   total CPU user time (s): 8.52769
#   total CPU system time (s): 0.082198

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030736 second user time and 0.092457 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 16:38:22
IDJOB=4424838
IDBENCH=143664
IDSOLVER=3037
FILE ID=nodeC007/4424838-1720881489
RUNJOBID= nodeC007-1720877762-699779
SLURM_JOB_ID= 7483755
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110970444--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424838-1720881489/watcher-4424838-1720881489 -o /tmp/evaluation-result-4424838-1720881489/solver-4424838-1720881489 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424838-1720881489.wbo

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

MD5SUM BENCH= 3fe609e3abfc3ea6e01c0dbccbf479ce
RANDOM SEED=1599583828

nodeC007.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		: 3491.651
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.25
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		: 3568.438
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.30
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.138
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.25
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.314
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.30
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		: 3557.036
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.25
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		: 3515.979
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.30
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.313
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.25
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.246
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        112037548 kB
MemAvailable:   111940444 kB
Buffers:          323024 kB
Cached:           428796 kB
SwapCached:            0 kB
Active:           477164 kB
Inactive:       18607760 kB
Active(anon):       1444 kB
Inactive(anon): 18369032 kB
Active(file):     475720 kB
Inactive(file):   238728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               708 kB
Writeback:             0 kB
AnonPages:      18332796 kB
Mapped:           121728 kB
Shmem:             37704 kB
KReclaimable:      56956 kB
Slab:             146580 kB
SReclaimable:      56956 kB
SUnreclaim:        89624 kB
KernelStack:        4792 kB
PageTables:        46044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22163744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17909760 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:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC007 at 2024-07-13 16:38:28