Trace number 4450441

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.6602 14.6537

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity3pyramidP0032.opb
MD5SUM19d3f2d8496913a7267fdcac0d205e84
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.019835
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1683
Total number of constraints562
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)34
Number of constraints which are nor clauses,nor cardinality constraints528
Minimum length of a constraint3
Maximum length of a constraint9
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4450441-1721421025.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.33/0.22	c ... done. Wall clock time 0.066s.
0.33/0.22	c declared #vars     1683
0.33/0.22	c #constraints  562
0.33/0.22	c constraints type 
0.33/0.22	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 562
0.33/0.22	c 562 constraints processed.
3.83/2.06	c cleaning 2499 clauses out of 5000 with flag 0/5000
7.73/5.39	c cleaning 4243 clauses out of 8502 with flag 0/11001
17.58/14.60	c starts		: 17
17.58/14.60	c conflicts		: 17439
17.58/14.60	c decisions		: 34459
17.58/14.60	c propagations		: 156758
17.58/14.60	c inspects		: 4069639
17.58/14.60	c shortcuts		: 0
17.58/14.60	c learnt literals	: 0
17.58/14.60	c learnt binary clauses	: 0
17.58/14.60	c learnt ternary clauses	: 19
17.58/14.60	c learnt constraints	: 17438
17.58/14.60	c ignored constraints	: 0
17.58/14.60	c root simplifications	: 0
17.58/14.60	c removed literals (reason simplification)	: 0
17.58/14.60	c reason swapping (by a shorter reason)	: 0
17.58/14.60	c Calls to reduceDB	: 2
17.58/14.60	c Number of update (reduction) of LBD	: 15340
17.58/14.60	c Imported unit clauses	: 0
17.58/14.60	c No decision after first conflict	: false
17.58/14.60	c number of reductions to clauses (during analyze)	: 0
17.58/14.60	c number of learned constraints concerned by reduction	: 0
17.58/14.60	c number of learning phase by resolution	: 0
17.58/14.61	c number of learning phase by cutting planes	: 0
17.58/14.61	c number of rounding to 1 operations	: 0
17.58/14.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
17.58/14.61	c number of reductions of the coefficients by power 2 	: 0
17.58/14.61	c number of right shift for reduction by power 2 	: 0
17.58/14.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
17.58/14.61	c number of ending skipping 	: 0
17.58/14.61	c number of internal skipping 	: 0
17.58/14.61	c number of derivation steps 	: 84826
17.58/14.61	c number of skipped derivation steps 	: 0
17.58/14.61	c number of remaining unassigned 	: 109087
17.58/14.61	c number of remaining assigned 	: 1849779
17.58/14.61	c number of falsified literals weakened from reason	: 0
17.58/14.61	c number of falsified literals weakened from conflict	: 0
17.58/14.61	c time for arithmetic operations	: 3977900910
17.58/14.61	c minimum degree of deleted constraints	: 1
17.58/14.61	c maximum degree of deleted constraints	: 5599280157184605482144017824923299108555122221264451112858472575974058105080544164895701881629101412750397107550343678157526468404900747112232716471224320201792
17.58/14.61	c number of deleted constraints	: 6742
17.58/14.63	c speed (assignments/second)	: 10897.323600973235
17.58/14.63	c non guided choices	: 122
17.58/14.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
17.58/14.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10695
17.58/14.64	s UNSATISFIABLE
17.58/14.64	c Total wall clock time (in seconds): 14.491

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: 63968 MiB (59715 MiB free)
  memory of node 1: 64473 MiB (62947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450441-1721421025/watcher-4450441-1721421025 -o /tmp/evaluation-result-4450441-1721421025/solver-4450441-1721421025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046941 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450441-1721421025.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
Current StackSize limit: 8192 KiB

solver pid=1046991, runsolver pid=1046983

[startup+0.101378 s]*
/proc/loadavg: 3.70 4.04 4.08 13/328 1047071
/proc/meminfo: memFree=125434140/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=18975048 memory=65372 CPUtime=0.14 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 7223 0 0 0 12 2 0 0 20 0 18 0 194264899 19430449152 16343 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4743762 16343 5689 1 0 549374 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 1078198336 5774 0 0 0 7 1 0 0 20 0 18 0 194264900 19430449152 16343 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194264902 19430449152 16343 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 16343 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65372 KiB

[startup+0.20848 s]*
/proc/loadavg: 3.70 4.04 4.08 14/329 1047072
/proc/meminfo: memFree=125309828/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=18975048 memory=81844 CPUtime=0.33 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 7651 0 0 0 31 2 0 0 20 0 18 0 194264899 19430449152 20461 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4743762 20461 5871 1 0 549720 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 6047 0 0 0 17 1 0 0 20 0 18 0 194264900 19430449152 20461 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=18975048 memory=1905144 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194264902 19430449152 20461 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 20461 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81844 KiB

[startup+0.309482 s]*
/proc/loadavg: 3.70 4.04 4.08 15/332 1047075
/proc/meminfo: memFree=125164264/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19041612 memory=89428 CPUtime=0.51 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 8143 0 0 0 49 2 0 0 20 0 19 0 194264899 19498610688 22357 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4760403 22357 5871 1 0 550304 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19041612 memory=-7307756127898528615 CPUtime=0.25 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 6112 0 0 0 23 2 0 0 20 0 19 0 194264900 19498610688 22357 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194264902 19498610688 22357 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194264903 19498610688 22357 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194264922 19498610688 22357 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89428 KiB

[startup+0.708482 s]
/proc/loadavg: 3.70 4.04 4.08 12/335 1047078
/proc/meminfo: memFree=124611892/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108980 memory=174772 CPUtime=1.27 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 12061 0 0 0 122 5 0 0 20 0 20 0 194264899 19567595520 43693 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777245 43693 5887 1 0 552875 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108980 memory=13124 CPUtime=0.59 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 6166 0 0 0 56 3 0 0 20 0 20 0 194264900 19567595520 43693 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108980 memory=13124 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19567595520 43693 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108980 memory=7742779923949736534 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19567595520 43693 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108980 memory=100 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19567595520 43693 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108980 KiB
Current children cumulated memory: 174772 KiB

[startup+1.50148 s]
/proc/loadavg: 3.70 4.04 4.08 7/314 1047097
/proc/meminfo: memFree=123992564/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=369216 CPUtime=2.83 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 25974 0 0 0 273 10 0 0 20 0 20 0 194264899 19566772224 92304 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 92304 5903 1 0 556799 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=13124 CPUtime=1.34 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 6513 0 0 0 128 6 0 0 20 0 20 0 194264900 19566772224 92304 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=100 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 92304 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 92304 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 92304 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 369216 KiB

[startup+3.10648 s]
/proc/loadavg: 3.70 4.04 4.08 6/336 1047148
/proc/meminfo: memFree=120599660/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1385244 CPUtime=5.47 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 29360 0 0 0 516 31 0 0 20 0 20 0 194264899 19566772224 346311 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 346311 5903 1 0 711420 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=0 CPUtime=2.89 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 7973 0 0 0 264 25 0 0 20 0 20 0 194264900 19566772224 346311 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 346311 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 346311 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=14364 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 346311 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1385244 KiB

[startup+6.30028 s]
/proc/loadavg: 3.72 4.04 4.08 7/336 1047148
/proc/meminfo: memFree=118628460/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1616840 CPUtime=8.77 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 29664 0 0 0 841 36 0 0 20 0 20 0 194264899 19566772224 404210 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 404210 5903 1 0 711433 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=13124 CPUtime=5.99 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8152 0 0 0 569 30 0 0 20 0 20 0 194264900 19566772224 404210 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 404210 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 404210 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 404210 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 8.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1616840 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117821000/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1727540 CPUtime=15.63 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 30446 0 0 0 1524 39 0 0 20 0 20 0 194264899 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 431885 5903 1 0 711436 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=1616904 CPUtime=12.29 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8610 0 0 0 1198 31 0 0 20 0 20 0 194264900 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=1727504 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1727540 KiB

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

# cumulated CPU time of all completed processes:  user=17.2414 s, system=0.418784 s

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

[startup+12.8004 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117821000/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1727540 CPUtime=15.73 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 30446 0 0 0 1534 39 0 0 20 0 20 0 194264899 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 431885 5903 1 0 711436 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=50160 CPUtime=12.39 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8610 0 0 0 1208 31 0 0 20 0 20 0 194264900 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=-7379813721936388958 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=1904767 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=29676 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1727540 KiB

[startup+13.6003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117820860/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1727540 CPUtime=16.54 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 30573 0 0 0 1614 40 0 0 20 0 20 0 194264899 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 431885 5903 1 0 711436 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=14364 CPUtime=13.18 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8737 0 0 0 1287 31 0 0 20 0 20 0 194264900 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=29676 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=50160 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 431885 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 16.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1727540 KiB

[startup+14.4003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117808540/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1762404 CPUtime=17.38 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 30704 0 0 0 1698 40 0 0 20 0 20 0 194264899 19566772224 440601 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 440601 5903 1 0 711436 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=1616904 CPUtime=13.94 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8846 0 0 0 1363 31 0 0 20 0 20 0 194264900 19566772224 440601 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=19760 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 440601 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=39396 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 440601 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=2160 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 440601 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 17.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1762404 KiB

[startup+14.6003 s]
/proc/loadavg: 3.90 4.07 4.09 5/334 1047150
/proc/meminfo: memFree=117808540/131524600 swapFree=131071216/131071996
[pid=1046991] ppid=1046983 vsize=19108176 memory=1762408 CPUtime=17.58 cores=4,6
/proc/1046991/stat : 1046991 (java) S 1046983 1046991 1046930 0 -1 1077936128 30788 0 0 0 1718 40 0 0 20 0 20 0 194264899 19566772224 440602 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
/proc/1046991/statm: 4777044 440602 5903 1 0 711436 0
[pid=1046991/tid=1046999] ppid=1046983 vsize=19108176 memory=50160 CPUtime=14.14 cores=4,6
/proc/1046991/task/1046999/stat : 1046999 (java) R 1046983 1046991 1046930 0 -1 4194368 8938 0 0 0 1383 31 0 0 20 0 20 0 194264900 19566772224 440602 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047035] ppid=1046983 vsize=19108176 memory=13124 CPUtime=0 cores=4,6
/proc/1046991/task/1047035/stat : 1047035 (Finalizer) S 1046983 1046991 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264902 19566772224 440602 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047060] ppid=1046983 vsize=19108176 memory=5628 CPUtime=0 cores=4,6
/proc/1046991/task/1047060/stat : 1047060 (Common-Cleaner) S 1046983 1046991 1046930 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 440602 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
[pid=1046991/tid=1047074] ppid=1046983 vsize=19108176 memory=29676 CPUtime=0 cores=4,6
/proc/1046991/task/1047074/stat : 1047074 (Timer-0) S 1046983 1046991 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264922 19566772224 440602 134679101440 94619961982976 94619961986672 140733416881760 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94619961994488 94619961995280 94619968843776 140733416887283 140733416887391 140733416887391 140733416894408 0
Current children cumulated CPU time: 17.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1762408 KiB

Child status: 20

Real time (s): 14.6537
CPU time (s): 17.6602
CPU user time (s): 17.2414
CPU system time (s): 0.418784
CPU usage (%): 120.517
Max. virtual memory (cumulated for all children) (KiB): 19108980
Max. memory (cumulated for all children) (KiB): 1762408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2414
system time used= 0.418784
maximum resident set size= 1764200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31845
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1620
involuntary context switches= 513


# summary of solver processes directly reported to runsolver:
#   pid: 1046991
#   total CPU time (s): 17.6602
#   total CPU user time (s): 17.2414
#   total CPU system time (s): 0.418784

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.036207 second user time and 0.112662 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 22:30:37
IDJOB=4450441
IDBENCH=160451
IDSOLVER=3052
FILE ID=nodeC018/4450441-1721421025
RUNJOBID= nodeC018-1721421037-1046941
SLURM_JOB_ID= 7545491
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity3pyramidP0032.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450441-1721421025/watcher-4450441-1721421025 -o /tmp/evaluation-result-4450441-1721421025/solver-4450441-1721421025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046941 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450441-1721421025.opb

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

MD5SUM BENCH= 19d3f2d8496913a7267fdcac0d205e84
RANDOM SEED=1921584300

nodeC018.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		: 3314.732
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.52
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		: 3444.338
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3574.836
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.52
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		: 3623.768
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3620.273
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.52
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		: 3566.246
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125610596 kB
MemAvailable:   129734888 kB
Buffers:          538204 kB
Cached:          4386532 kB
SwapCached:          148 kB
Active:          1101292 kB
Inactive:        4157988 kB
Active(anon):       1448 kB
Inactive(anon):   378888 kB
Active(file):    1099844 kB
Inactive(file):  3779100 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              2216 kB
Writeback:             0 kB
AnonPages:        334768 kB
Mapped:           108940 kB
Shmem:             45784 kB
KReclaimable:     170340 kB
Slab:             273968 kB
SReclaimable:     170340 kB
SUnreclaim:       103628 kB
KernelStack:        3920 kB
PageTables:         9916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     746444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-19 22:30:52