Trace number 4444721

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 Cutting Planes 2024 2024-07-12UNSAT 17.3153 12.5692

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111212272.opb
MD5SUMdad4f0ebbfbb9f11b46c98e2823cbff1
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 benchmark0.07691
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1210
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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.12	c java.vm.vendor	Oracle Corporation
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		22.0.1
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.12	c Free memory 		2115194816
0.12/0.12	c Max memory 		16282288128
0.12/0.12	c Total memory 		2122317824
0.12/0.13	c Number of processors 	2
0.30/0.25	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.25	 - never skip resolution steps
0.30/0.25	 - Auto-division on coefficients is disabled
0.30/0.25	 - No postprocessing
0.30/0.25	 - Conflict is considered as is when resolving
0.30/0.25	 - Use constraints as they come during conflict analysis
0.30/0.25	 - Weaken first using unassigned literals
0.30/0.25	 - Bump strategy: ALWAYS_ONE
0.30/0.25	 - Bumper: EFFECTIVE
0.30/0.25	--- Begin Solver configuration ---
0.30/0.25	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.25	Learn all clauses as in MiniSAT
0.30/0.25	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.25	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.25	No reason simplification
0.30/0.25	Dynamic restart strategy considering the size of the coefficients
0.30/0.25	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.25	timeout=2147483s
0.30/0.25	DB Simplification allowed=false
0.30/0.25	Listener: none
0.30/0.25	--- End Solver configuration ---
0.30/0.25	c Pseudo Boolean Optimization by upper bound
0.30/0.25	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.30/0.25	c  - never skip resolution steps
0.30/0.25	c  - Auto-division on coefficients is disabled
0.30/0.25	c  - No postprocessing
0.30/0.25	c  - Conflict is considered as is when resolving
0.30/0.25	c  - Use constraints as they come during conflict analysis
0.30/0.25	c  - Weaken first using unassigned literals
0.30/0.25	c  - Bump strategy: ALWAYS_ONE
0.30/0.25	c  - Bumper: EFFECTIVE
0.30/0.25	c --- Begin Solver configuration ---
0.30/0.25	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.30/0.25	c Learn all clauses as in MiniSAT
0.30/0.25	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.25	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.30/0.25	c No reason simplification
0.30/0.25	c Dynamic restart strategy considering the size of the coefficients
0.30/0.25	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.30/0.25	c timeout=2147483s
0.30/0.25	c DB Simplification allowed=false
0.30/0.25	c Listener: none
0.30/0.25	c --- End Solver configuration ---
0.30/0.26	c solving HOME/instance-4444721-1721318552.opb
0.30/0.26	c reading problem ... 
0.30/0.26	c  no objective function found
0.47/0.32	c ... done. Wall clock time 0.068s.
0.47/0.32	c declared #vars     169
0.47/0.32	c #constraints  101
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.47/0.32	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.47/0.32	c 101 constraints processed.
17.25/12.51	c starts		: 18
17.25/12.52	c conflicts		: 1012
17.25/12.52	c decisions		: 1394
17.25/12.52	c propagations		: 33187
17.25/12.52	c inspects		: 909854
17.25/12.52	c shortcuts		: 0
17.25/12.52	c learnt literals	: 0
17.25/12.52	c learnt binary clauses	: 0
17.25/12.52	c learnt ternary clauses	: 0
17.25/12.52	c learnt constraints	: 1011
17.25/12.52	c ignored constraints	: 0
17.25/12.52	c root simplifications	: 0
17.25/12.52	c removed literals (reason simplification)	: 0
17.25/12.52	c reason swapping (by a shorter reason)	: 0
17.25/12.52	c Calls to reduceDB	: 0
17.25/12.52	c Number of update (reduction) of LBD	: 1909
17.25/12.52	c Imported unit clauses	: 0
17.25/12.52	c No decision after first conflict	: false
17.25/12.52	c number of reductions to clauses (during analyze)	: 0
17.25/12.52	c number of learned constraints concerned by reduction	: 0
17.25/12.52	c number of learning phase by resolution	: 0
17.25/12.52	c number of learning phase by cutting planes	: 0
17.25/12.52	c number of rounding to 1 operations	: 0
17.25/12.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
17.25/12.52	c number of reductions of the coefficients by power 2 	: 0
17.25/12.52	c number of right shift for reduction by power 2 	: 0
17.25/12.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
17.25/12.52	c number of ending skipping 	: 0
17.25/12.52	c number of internal skipping 	: 0
17.25/12.52	c number of derivation steps 	: 7434
17.25/12.52	c number of skipped derivation steps 	: 0
17.25/12.52	c number of remaining unassigned 	: 11213
17.25/12.52	c number of remaining assigned 	: 149853
17.25/12.52	c number of falsified literals weakened from reason	: 0
17.25/12.52	c number of falsified literals weakened from conflict	: 0
17.25/12.52	c time for arithmetic operations	: 5360816645
17.25/12.52	c minimum degree of deleted constraints	: null
17.25/12.52	c maximum degree of deleted constraints	: null
17.25/12.52	c number of deleted constraints	: 0
17.25/12.52	c speed (assignments/second)	: 2722.4774405250205
17.25/12.52	c non guided choices	: 44
17.25/12.52	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1011
17.25/12.52	s UNSATISFIABLE
17.25/12.52	c Total wall clock time (in seconds): 12.271

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (60294 MiB free)
  memory of node 1: 64510 MiB (58495 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444721-1721318552/watcher-4444721-1721318552 -o /tmp/evaluation-result-4444721-1721318552/solver-4444721-1721318552 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955704 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444721-1721318552.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100527 s]*
/proc/loadavg: 4.93 3.31 3.27 7/319 956561
/proc/meminfo: memFree=121604824/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=18975048 memory=56552 CPUtime=0.12 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 6741 0 0 0 10 2 0 0 20 0 18 0 184011649 19430449152 14138 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4743762 14138 5534 1 0 551009 0
[pid=956543/tid=956545] ppid=956540 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 5618 0 0 0 6 2 0 0 20 0 18 0 184011650 19430449152 14138 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011652 19430449152 14138 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011653 19430449152 14138 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56552 KiB

[startup+0.210477 s]*
/proc/loadavg: 4.93 3.31 3.27 8/319 956561
/proc/meminfo: memFree=121597508/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=18975048 memory=64264 CPUtime=0.3 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 7467 0 0 0 27 3 0 0 20 0 18 0 184011649 19430449152 16066 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4743762 16066 5686 1 0 551599 0
[pid=956543/tid=956545] ppid=956540 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 1077936192 5918 0 0 0 16 2 0 0 20 0 18 0 184011650 19430449152 16066 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011652 19430449152 16066 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011653 19430449152 16066 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64264 KiB

[startup+0.309626 s]*
/proc/loadavg: 4.93 3.31 3.27 5/319 956561
/proc/meminfo: memFree=121592016/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=18975048 memory=69604 CPUtime=0.47 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 7768 0 0 0 44 3 0 0 20 0 18 0 184011649 19430449152 17401 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4743762 17401 5699 1 0 551793 0
[pid=956543/tid=956545] ppid=956540 vsize=18975048 memory=-9176477206272320188 CPUtime=0.25 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) S 956540 956543 955693 0 -1 1077936192 6077 0 0 0 23 2 0 0 20 0 18 0 184011650 19430449152 17401 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011652 19430449152 17401 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184011653 19430449152 17401 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69604 KiB

[startup+0.700513 s]
/proc/loadavg: 4.93 3.31 3.27 7/320 956562
/proc/meminfo: memFree=121577544/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19041612 memory=123780 CPUtime=1.2 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 11464 0 0 0 115 5 0 0 20 0 19 0 184011649 19498610688 30945 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4760403 30945 5800 1 0 553592 0
[pid=956543/tid=956545] ppid=956540 vsize=19041612 memory=5512 CPUtime=0.62 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 6186 0 0 0 59 3 0 0 20 0 19 0 184011650 19498610688 30945 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184011652 19498610688 30945 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184011653 19498610688 30945 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184011682 19498610688 30945 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 123780 KiB

[startup+1.50026 s]
/proc/loadavg: 4.93 3.31 3.27 6/321 956563
/proc/meminfo: memFree=121486728/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=190308 CPUtime=2.78 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 22552 0 0 0 271 7 0 0 20 0 20 0 184011649 19566772224 47577 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 47577 5832 1 0 558441 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=11992 CPUtime=1.38 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 6572 0 0 0 134 4 0 0 20 0 20 0 184011650 19566772224 47577 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 47577 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 47577 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=279813629846800 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 47577 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190308 KiB

[startup+3.10651 s]
/proc/loadavg: 5.18 3.38 3.30 6/321 956563
/proc/meminfo: memFree=121087408/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=620888 CPUtime=5.94 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 27923 0 0 0 578 16 0 0 20 0 20 0 184011649 19566772224 155222 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 155222 5863 1 0 666634 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=0 CPUtime=2.91 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 7806 0 0 0 281 10 0 0 20 0 20 0 184011650 19566772224 155222 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 155222 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 155222 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 155222 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 620888 KiB

[startup+6.30051 s]
/proc/loadavg: 5.18 3.38 3.30 5/322 956564
/proc/meminfo: memFree=120022684/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1615228 CPUtime=10.82 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32472 0 0 0 1047 35 0 0 20 0 20 0 184011649 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 403807 5863 1 0 668911 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=11992 CPUtime=6.06 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8407 0 0 0 577 29 0 0 20 0 20 0 184011650 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=197108 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 10.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615228 KiB

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

# cumulated CPU time of all completed processes:  user=16.9322 s, system=0.383098 s

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

[startup+6.40052 s]
/proc/loadavg: 5.18 3.38 3.30 5/322 956564
/proc/meminfo: memFree=120022684/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1615228 CPUtime=10.95 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32474 0 0 0 1060 35 0 0 20 0 20 0 184011649 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 403807 5863 1 0 668911 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=0 CPUtime=6.16 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8407 0 0 0 587 29 0 0 20 0 20 0 184011650 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=224194199869 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=43480 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 403807 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 10.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1615228 KiB

[startup+9.60041 s]
/proc/loadavg: 5.17 3.41 3.31 5/322 956564
/proc/meminfo: memFree=119991852/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1623420 CPUtime=14.32 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32535 0 0 0 1396 36 0 0 20 0 20 0 184011649 19566772224 405855 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 405855 5863 1 0 668913 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=855700 CPUtime=9.32 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8435 0 0 0 903 29 0 0 20 0 20 0 184011650 19566772224 405855 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 405855 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=1615228 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 405855 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 405855 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 14.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1623420 KiB

[startup+11.2004 s]
/proc/loadavg: 5.17 3.41 3.31 5/322 956566
/proc/meminfo: memFree=119979396/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1629776 CPUtime=15.95 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32805 0 0 0 1559 36 0 0 20 0 20 0 184011649 19566772224 407444 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 407444 5863 1 0 668913 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=11600 CPUtime=10.88 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8691 0 0 0 1059 29 0 0 20 0 20 0 184011650 19566772224 407444 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=43480 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 407444 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 407444 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 407444 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 15.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1629776 KiB

[startup+12.0004 s]*
/proc/loadavg: 5.15 3.44 3.32 5/322 956566
/proc/meminfo: memFree=119977236/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1631824 CPUtime=16.76 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32816 0 0 0 1640 36 0 0 20 0 20 0 184011649 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 407956 5863 1 0 668913 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=-9176477206272320188 CPUtime=11.64 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8699 0 0 0 1135 29 0 0 20 0 20 0 184011650 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=6944656575208382560 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=-7462831940235309634 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 16.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1631824 KiB

[startup+12.4004 s]
/proc/loadavg: 5.15 3.44 3.32 5/322 956566
/proc/meminfo: memFree=119977236/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19108176 memory=1631824 CPUtime=17.15 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 32936 0 0 0 1679 36 0 0 20 0 20 0 184011649 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4777044 407956 5863 1 0 668913 0
[pid=956543/tid=956545] ppid=956540 vsize=19108176 memory=-9176477206272320188 CPUtime=12.03 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) R 956540 956543 955693 0 -1 4194368 8819 0 0 0 1174 29 0 0 20 0 20 0 184011650 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956562] ppid=956540 vsize=19108176 memory=19104 CPUtime=0 cores=4,6
/proc/956543/task/956562/stat : 956562 (Timer-0) S 956540 956543 955693 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184011682 19566772224 407956 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 17.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1631824 KiB

[startup+12.5042 s]
/proc/loadavg: 5.15 3.44 3.32 5/322 956566
/proc/meminfo: memFree=119977236/131655788 swapFree=131071996/131071996
[pid=956543] ppid=956540 vsize=19241304 memory=1632128 CPUtime=17.25 cores=4,6
/proc/956543/stat : 956543 (java) S 956540 956543 955693 0 -1 1077936128 33951 0 0 0 1689 36 0 0 20 0 20 0 184011649 19703095296 408032 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
/proc/956543/statm: 4810326 408032 5862 1 0 669531 0
[pid=956543/tid=956545] ppid=956540 vsize=19241304 memory=11992 CPUtime=12.13 cores=4,6
/proc/956543/task/956545/stat : 956545 (java) S 956540 956543 955693 0 -1 1077936192 9579 0 0 0 1184 29 0 0 20 0 20 0 184011650 19703095296 408032 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956554] ppid=956540 vsize=19241304 memory=11600 CPUtime=0 cores=4,6
/proc/956543/task/956554/stat : 956554 (Finalizer) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011652 19703095296 408032 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
[pid=956543/tid=956561] ppid=956540 vsize=19241304 memory=0 CPUtime=0 cores=4,6
/proc/956543/task/956561/stat : 956561 (Common-Cleaner) S 956540 956543 955693 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184011653 19703095296 408032 134679101440 94106109480960 94106109484656 140733912646592 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106109492472 94106109493264 94106138460160 140733912654836 140733912654944 140733912654944 140733912661960 0
Current children cumulated CPU time: 17.25 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1632128 KiB

Child status: 20

Real time (s): 12.5692
CPU time (s): 17.3153
CPU user time (s): 16.9322
CPU system time (s): 0.383098
CPU usage (%): 137.76
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1632128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9322
system time used= 0.383098
maximum resident set size= 1633804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34325
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= 1416
involuntary context switches= 423


# summary of solver processes directly reported to runsolver:
#   pid: 956543
#   total CPU time (s): 17.3153
#   total CPU user time (s): 16.9322
#   total CPU system time (s): 0.383098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.07892 second user time and 0.131191 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-18 18:02:44
IDJOB=4444721
IDBENCH=148034
IDSOLVER=3052
FILE ID=nodeC008/4444721-1721318552
RUNJOBID= nodeC008-1721318349-955704
SLURM_JOB_ID= 7542675
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111212272.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4444721-1721318552/watcher-4444721-1721318552 -o /tmp/evaluation-result-4444721-1721318552/solver-4444721-1721318552 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721318349-955704 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4444721-1721318552.opb

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

MD5SUM BENCH= dad4f0ebbfbb9f11b46c98e2823cbff1
RANDOM SEED=1284148003

nodeC008.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		: 3568.304
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.91
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		: 3521.939
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        121641104 kB
MemAvailable:   122507544 kB
Buffers:          518396 kB
Cached:          1185772 kB
SwapCached:            0 kB
Active:          1014088 kB
Inactive:        8440208 kB
Active(anon):       1476 kB
Inactive(anon):  7786080 kB
Active(file):    1012612 kB
Inactive(file):   654128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1056 kB
Writeback:            44 kB
AnonPages:       7749580 kB
Mapped:           125844 kB
Shmem:             37704 kB
KReclaimable:      79460 kB
Slab:             179264 kB
SReclaimable:      79460 kB
SUnreclaim:        99804 kB
KernelStack:        4864 kB
PageTables:        25272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12015804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7464960 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-18 18:02:57