Trace number 4444274

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-07UNSAT 12.3499 10.7931

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900566157.opb
MD5SUM6d3b7da8b2ee0899aea130eb0a9711be
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.18796
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 801
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4444274-1721317820.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.07s.
0.13/0.20	c declared #vars     231
0.13/0.20	c #constraints  2707
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.13/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.13/0.20	c 2707 constraints processed.
0.90/0.57	c cleaning 2493 clauses out of 5000 with flag 24688/5000
1.66/0.90	c cleaning 4252 clauses out of 8507 with flag 62523/11000
1.97/1.27	c cleaning 5625 clauses out of 11255 with flag 110760/18000
2.81/1.75	c cleaning 6816 clauses out of 13631 with flag 165057/26002
3.53/2.36	c cleaning 7898 clauses out of 15814 with flag 231243/35001
4.48/3.05	c cleaning 8955 clauses out of 17914 with flag 306233/45000
5.27/3.83	c cleaning 9973 clauses out of 19960 with flag 383462/56001
6.27/4.84	c cleaning 10993 clauses out of 21986 with flag 478681/68000
7.27/5.88	c cleaning 11996 clauses out of 23993 with flag 574096/81001
8.57/7.12	c cleaning 12999 clauses out of 26000 with flag 674536/95004
9.86/8.45	c cleaning 13998 clauses out of 27997 with flag 775567/110000
11.46/10.05	c cleaning 14998 clauses out of 30001 with flag 887472/126002
12.25/10.73	c starts		: 597
12.25/10.75	c conflicts		: 137516
12.25/10.75	c decisions		: 205705
12.25/10.75	c propagations		: 5991159
12.25/10.75	c inspects		: 165230348
12.25/10.75	c shortcuts		: 0
12.25/10.75	c learnt literals	: 20
12.25/10.75	c learnt binary clauses	: 43
12.25/10.75	c learnt ternary clauses	: 162
12.25/10.75	c learnt constraints	: 137495
12.25/10.75	c ignored constraints	: 0
12.25/10.75	c root simplifications	: 0
12.25/10.75	c removed literals (reason simplification)	: 0
12.25/10.75	c reason swapping (by a shorter reason)	: 0
12.25/10.75	c Calls to reduceDB	: 12
12.25/10.75	c Number of update (reduction) of LBD	: 62390
12.25/10.75	c Imported unit clauses	: 0
12.25/10.75	c No decision after first conflict	: false
12.25/10.75	c number of reductions to clauses (during analyze)	: 0
12.25/10.75	c number of learned constraints concerned by reduction	: 0
12.25/10.75	c number of learning phase by resolution	: 0
12.25/10.75	c number of learning phase by cutting planes	: 0
12.25/10.75	c number of rounding to 1 operations	: 0
12.25/10.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.25/10.75	c number of reductions of the coefficients by power 2 	: 0
12.25/10.75	c number of right shift for reduction by power 2 	: 0
12.25/10.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.25/10.75	c number of ending skipping 	: 0
12.25/10.75	c number of internal skipping 	: 0
12.25/10.75	c number of derivation steps 	: 0
12.25/10.75	c number of skipped derivation steps 	: 0
12.25/10.75	c number of remaining unassigned 	: 0
12.25/10.75	c number of remaining assigned 	: 0
12.25/10.75	c number of falsified literals weakened from reason	: 0
12.25/10.75	c number of falsified literals weakened from conflict	: 0
12.25/10.75	c time for arithmetic operations	: 0
12.25/10.75	c minimum degree of deleted constraints	: null
12.25/10.75	c maximum degree of deleted constraints	: null
12.25/10.75	c number of deleted constraints	: 0
12.25/10.75	c speed (assignments/second)	: 567774.7346474602
12.25/10.75	c non guided choices	: 169
12.25/10.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 26456
12.25/10.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 43
12.25/10.77	s UNSATISFIABLE
12.25/10.77	c Total wall clock time (in seconds): 10.646

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61203 MiB free)
  memory of node 1: 64510 MiB (62584 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444274-1721317820/watcher-4444274-1721317820 -o /tmp/evaluation-result-4444274-1721317820/solver-4444274-1721317820 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980850 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4444274-1721317820.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=981438, runsolver pid=981435

[startup+0.100583 s]*
/proc/loadavg: 2.76 1.76 2.11 8/332 981456
/proc/meminfo: memFree=126715036/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=18975048 memory=64812 CPUtime=0.13 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 7071 0 0 0 12 1 0 0 20 0 18 0 183950288 19430449152 16203 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4743762 16203 5732 1 0 549300 0
[pid=981438/tid=981440] ppid=981435 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 1077936192 5654 0 0 0 7 1 0 0 20 0 18 0 183950288 19430449152 16203 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183950291 19430449152 16203 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 183950291 19430449152 16203 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64812 KiB

[startup+0.211276 s]*
/proc/loadavg: 2.76 1.76 2.11 9/333 981457
/proc/meminfo: memFree=126665972/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=72868 CPUtime=0.33 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 7532 0 0 0 31 2 0 0 20 0 19 0 183950288 19498610688 18217 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 18217 5833 1 0 549892 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 5878 0 0 0 16 1 0 0 20 0 19 0 183950288 19498610688 18217 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=15945 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 18217 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 18217 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (java) R 981435 981438 980838 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 18217 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72868 KiB

[startup+0.306277 s]*
/proc/loadavg: 2.76 1.76 2.11 6/333 981457
/proc/meminfo: memFree=126649376/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=80888 CPUtime=0.51 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 10066 0 0 0 49 2 0 0 20 0 19 0 183950288 19498610688 20222 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 20222 5833 1 0 551379 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=-8816471831995523772 CPUtime=0.26 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 5908 0 0 0 25 1 0 0 20 0 19 0 183950288 19498610688 20222 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 20222 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 20222 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 20222 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80888 KiB

[startup+0.700292 s]
/proc/loadavg: 2.76 1.76 2.11 6/333 981457
/proc/meminfo: memFree=126642568/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=90940 CPUtime=1.27 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 12225 0 0 0 125 2 0 0 20 0 19 0 183950288 19498610688 22735 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 22735 5849 1 0 552716 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=44056 CPUtime=0.63 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 5970 0 0 0 62 1 0 0 20 0 19 0 183950288 19498610688 22735 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 22735 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=2228 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 22735 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=1848 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 22735 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90940 KiB

[startup+1.50029 s]
/proc/loadavg: 2.76 1.76 2.11 5/333 981457
/proc/meminfo: memFree=126636756/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=107564 CPUtime=2.49 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 21783 0 0 0 245 4 0 0 20 0 19 0 183950288 19498610688 26891 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 26891 5849 1 0 555380 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=13120 CPUtime=1.42 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 6725 0 0 0 141 1 0 0 20 0 19 0 183950288 19498610688 26891 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 26891 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=2228 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 26891 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=1848 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 26891 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 107564 KiB

[startup+3.10628 s]
/proc/loadavg: 2.76 1.76 2.11 6/333 981457
/proc/meminfo: memFree=126611056/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=119304 CPUtime=4.58 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 22995 0 0 0 454 4 0 0 20 0 19 0 183950288 19498610688 29826 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 29826 5849 1 0 555454 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=0 CPUtime=3.01 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 7029 0 0 0 299 2 0 0 20 0 19 0 183950288 19498610688 29826 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=-8816471831995523772 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 29826 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 29826 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=2228 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 29826 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119304 KiB

[startup+6.30026 s]
/proc/loadavg: 2.86 1.80 2.12 5/333 981457
/proc/meminfo: memFree=126433556/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=122092 CPUtime=7.77 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 25015 0 0 0 772 5 0 0 20 0 19 0 183950288 19498610688 30523 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 30523 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=2228 CPUtime=6.18 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 7774 0 0 0 616 2 0 0 20 0 19 0 183950288 19498610688 30523 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 30523 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 30523 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 30523 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 7.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 122092 KiB

[startup+10.7931 s]
# the end of solver process 981438 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=12.2842 s, system=0.06563 s

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

[startup+6.40031 s]
/proc/loadavg: 2.86 1.80 2.12 5/333 981457
/proc/meminfo: memFree=126433556/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=124140 CPUtime=7.87 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 25043 0 0 0 782 5 0 0 20 0 19 0 183950288 19498610688 31035 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 31035 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=224194199869 CPUtime=6.28 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 7802 0 0 0 626 2 0 0 20 0 19 0 183950288 19498610688 31035 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=11392 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 31035 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=44056 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 31035 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=-8816471831995523772 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 31035 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 124140 KiB

[startup+8.00025 s]*
/proc/loadavg: 2.86 1.80 2.12 5/333 981459
/proc/meminfo: memFree=126363392/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=130316 CPUtime=9.47 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 25552 0 0 0 942 5 0 0 20 0 19 0 183950288 19498610688 32579 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 32579 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=-8816471831995523772 CPUtime=7.88 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 8189 0 0 0 786 2 0 0 20 0 19 0 183950288 19498610688 32579 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=4281946443809831268 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 32579 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=-4266093328290194108 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 32579 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=-7395679540068234793 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 32579 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 130316 KiB

[startup+9.60025 s]
/proc/loadavg: 2.86 1.80 2.12 5/333 981459
/proc/meminfo: memFree=126357276/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=138508 CPUtime=11.06 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 25722 0 0 0 1101 5 0 0 20 0 19 0 183950288 19498610688 34627 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 34627 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=11392 CPUtime=9.47 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 8343 0 0 0 945 2 0 0 20 0 19 0 183950288 19498610688 34627 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 34627 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 34627 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=-6237260304836290922 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 34627 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 11.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138508 KiB

[startup+10.4002 s]
/proc/loadavg: 2.95 1.83 2.13 5/333 981459
/proc/meminfo: memFree=126352940/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=142664 CPUtime=11.94 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 28285 0 0 0 1188 6 0 0 20 0 19 0 183950288 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 35666 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=16216 CPUtime=10.28 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 8594 0 0 0 1025 3 0 0 20 0 19 0 183950288 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=2228 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=1848 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=136460 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 11.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142664 KiB

[startup+10.6002 s]
/proc/loadavg: 2.95 1.83 2.13 5/333 981459
/proc/meminfo: memFree=126352940/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=142664 CPUtime=12.14 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 28286 0 0 0 1208 6 0 0 20 0 19 0 183950288 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 35666 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=8184634344033056275 CPUtime=10.47 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 8595 0 0 0 1044 3 0 0 20 0 19 0 183950288 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=-3705176732362986910 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=7245577299922993209 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=44056 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 35666 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 12.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142664 KiB

[startup+10.7003 s]
/proc/loadavg: 2.95 1.83 2.13 5/333 981459
/proc/meminfo: memFree=126352940/131524600 swapFree=131071996/131071996
[pid=981438] ppid=981435 vsize=19041612 memory=144712 CPUtime=12.25 cores=1,3
/proc/981438/stat : 981438 (java) S 981435 981438 980838 0 -1 1077936128 28296 0 0 0 1219 6 0 0 20 0 19 0 183950288 19498610688 36178 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
/proc/981438/statm: 4760403 36178 5857 1 0 555486 0
[pid=981438/tid=981440] ppid=981435 vsize=19041612 memory=2228 CPUtime=10.57 cores=1,3
/proc/981438/task/981440/stat : 981440 (java) R 981435 981438 980838 0 -1 4194368 8598 0 0 0 1054 3 0 0 20 0 19 0 183950288 19498610688 36178 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981449] ppid=981435 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/981438/task/981449/stat : 981449 (Finalizer) S 981435 981438 980838 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 36178 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981456] ppid=981435 vsize=19041612 memory=-7091624348563251104 CPUtime=0 cores=1,3
/proc/981438/task/981456/stat : 981456 (Common-Cleaner) S 981435 981438 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 183950291 19498610688 36178 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
[pid=981438/tid=981457] ppid=981435 vsize=19041612 memory=132364 CPUtime=0 cores=1,3
/proc/981438/task/981457/stat : 981457 (Timer-0) S 981435 981438 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183950308 19498610688 36178 134679101440 94831503220736 94831503224432 140721424392048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94831503232248 94831503233040 94831533780992 140721424397318 140721424397408 140721424397408 140721424404424 0
Current children cumulated CPU time: 12.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144712 KiB

Child status: 20

Real time (s): 10.7931
CPU time (s): 12.3499
CPU user time (s): 12.2842
CPU system time (s): 0.06563
CPU usage (%): 114.423
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 144712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.2842
system time used= 0.06563
maximum resident set size= 148396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30310
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= 821
involuntary context switches= 178


# summary of solver processes directly reported to runsolver:
#   pid: 981438
#   total CPU time (s): 12.3499
#   total CPU user time (s): 12.2842
#   total CPU system time (s): 0.06563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.039565 second user time and 0.07191 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-18 17:50:33
IDJOB=4444274
IDBENCH=147938
IDSOLVER=3058
FILE ID=nodeC031/4444274-1721317820
RUNJOBID= nodeC031-1721317800-980850
SLURM_JOB_ID= 7542669
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900566157.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444274-1721317820/watcher-4444274-1721317820 -o /tmp/evaluation-result-4444274-1721317820/solver-4444274-1721317820 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980850 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4444274-1721317820.opb

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

MD5SUM BENCH= 6d3b7da8b2ee0899aea130eb0a9711be
RANDOM SEED=739107648

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.738
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3650.954
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.799
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3664.351
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3666.752
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3615.389
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.779
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3680.479
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126759004 kB
MemAvailable:   127856356 kB
Buffers:          468444 kB
Cached:          1461428 kB
SwapCached:            0 kB
Active:           963480 kB
Inactive:        3181076 kB
Active(anon):       1536 kB
Inactive(anon):  2250856 kB
Active(file):     961944 kB
Inactive(file):   930220 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             33064 kB
Writeback:             0 kB
AnonPages:       2212920 kB
Mapped:           126480 kB
Shmem:             37720 kB
KReclaimable:      89668 kB
Slab:             200776 kB
SReclaimable:      89668 kB
SUnreclaim:       111108 kB
KernelStack:        5072 kB
PageTables:        14520 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11890020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69376 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1923072 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC031 at 2024-07-18 17:50:44