Trace number 4424722

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-12? 29.1017 26.3335

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-22_wcsp.wbo
MD5SUMaae80251a5a7b6924749ae451d053245
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark6270
Best CPU time to get the best result obtained on this benchmark1815.89
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1810
Total number of constraints164594
Number of soft constraints164495
Number of constraints which are clauses164495
Number of constraints which are cardinality constraints (but not clauses)99
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint22
Top cost 252932
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 28915211
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 23
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.15	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.19	c java.vm.version	22.0.1+8-16
0.13/0.19	c java.vm.vendor	Oracle Corporation
0.13/0.19	c sun.arch.data.model	64
0.13/0.19	c java.version		22.0.1
0.13/0.19	c os.name		Linux
0.13/0.19	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.19	c os.arch		amd64
0.13/0.21	c Free memory 		2113181440
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2122317824
0.13/0.22	c Number of processors 	2
0.47/0.38	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	 - never skip resolution steps
0.47/0.38	 - Auto-division on coefficients is disabled
0.47/0.38	 - No postprocessing
0.47/0.38	 - Conflict is considered as is when resolving
0.47/0.38	 - Use constraints as they come during conflict analysis
0.47/0.38	 - Weaken first using unassigned literals
0.47/0.38	 - Bump strategy: ALWAYS_ONE
0.47/0.38	 - Bumper: EFFECTIVE
0.47/0.38	--- Begin Solver configuration ---
0.47/0.38	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.38	Learn all clauses as in MiniSAT
0.47/0.38	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	No reason simplification
0.47/0.38	Dynamic restart strategy considering the size of the coefficients
0.47/0.38	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.38	timeout=2147483s
0.47/0.38	DB Simplification allowed=false
0.47/0.38	Listener: none
0.47/0.38	--- End Solver configuration ---
0.47/0.38	c Pseudo Boolean Optimization by upper bound
0.47/0.38	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.38	c  - never skip resolution steps
0.47/0.38	c  - Auto-division on coefficients is disabled
0.47/0.38	c  - No postprocessing
0.47/0.38	c  - Conflict is considered as is when resolving
0.47/0.38	c  - Use constraints as they come during conflict analysis
0.47/0.38	c  - Weaken first using unassigned literals
0.47/0.38	c  - Bump strategy: ALWAYS_ONE
0.47/0.38	c  - Bumper: EFFECTIVE
0.47/0.38	c --- Begin Solver configuration ---
0.47/0.38	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.38	c Learn all clauses as in MiniSAT
0.47/0.38	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.38	c No reason simplification
0.47/0.38	c Dynamic restart strategy considering the size of the coefficients
0.47/0.38	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.38	c timeout=2147483s
0.47/0.38	c DB Simplification allowed=false
0.47/0.38	c Listener: none
0.47/0.38	c --- End Solver configuration ---
0.47/0.38	c solving HOME/instance-4424722-1720884921.wbo
0.47/0.38	c reading problem ... 
28.04/25.78	c ... done. Wall clock time 25.394s.
28.04/25.78	c declared #vars     1810
28.04/25.79	c internal #vars     166305
28.04/25.79	c #constraints  164694
28.04/25.79	c constraints type 
28.04/25.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 69
28.04/25.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 99
28.04/25.79	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
28.04/25.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 164525
28.04/25.79	c 164694 constraints processed.
28.04/25.80	c objective function length is 164495 literals
28.87/26.28	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 165706 out of bounds for length 1811
28.87/26.28		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
28.87/26.28		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
28.87/26.28		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
28.87/26.28		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
28.87/26.28		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
28.87/26.28		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
28.87/26.28		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
28.87/26.28		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
28.87/26.28		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
28.87/26.28		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
28.87/26.28		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
28.87/26.28		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
28.87/26.28		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
28.87/26.28		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
28.87/26.28		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
28.87/26.28	c starts		: 1
28.87/26.28	c conflicts		: 1
28.87/26.29	c decisions		: 165706
28.87/26.29	c propagations		: 165783
28.87/26.29	c inspects		: 165178
28.87/26.29	c shortcuts		: 0
28.87/26.29	c learnt literals	: 0
28.87/26.29	c learnt binary clauses	: 0
28.87/26.29	c learnt ternary clauses	: 0
28.87/26.29	c learnt constraints	: 0
28.87/26.29	c ignored constraints	: 0
28.87/26.29	c root simplifications	: 0
28.87/26.29	c removed literals (reason simplification)	: 0
28.87/26.29	c reason swapping (by a shorter reason)	: 0
28.87/26.29	c Calls to reduceDB	: 0
28.87/26.29	c Number of update (reduction) of LBD	: 0
28.87/26.29	c Imported unit clauses	: 0
28.87/26.29	c No decision after first conflict	: true
28.87/26.29	c number of reductions to clauses (during analyze)	: 0
28.87/26.29	c number of learned constraints concerned by reduction	: 0
28.87/26.29	c number of learning phase by resolution	: 0
28.87/26.29	c number of learning phase by cutting planes	: 0
28.87/26.29	c number of rounding to 1 operations	: 0
28.87/26.29	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
28.87/26.29	c number of reductions of the coefficients by power 2 	: 0
28.87/26.29	c number of right shift for reduction by power 2 	: 0
28.87/26.29	c number of reductions of the coefficients by GCD over coefficients 	: 0
28.87/26.29	c number of ending skipping 	: 0
28.87/26.29	c number of internal skipping 	: 0
28.87/26.29	c number of derivation steps 	: 4
28.87/26.29	c number of skipped derivation steps 	: 0
28.87/26.29	c number of remaining unassigned 	: 0
28.87/26.29	c number of remaining assigned 	: 0
28.87/26.29	c number of falsified literals weakened from reason	: 0
28.87/26.29	c number of falsified literals weakened from conflict	: 0
28.87/26.29	c time for arithmetic operations	: 0
28.87/26.29	c minimum degree of deleted constraints	: null
28.87/26.29	c maximum degree of deleted constraints	: null
28.87/26.29	c number of deleted constraints	: 0
28.87/26.29	c speed (assignments/second)	: 642569.7674418604
28.87/26.29	c non guided choices	: 1211
28.87/26.29	s UNKNOWN
28.87/26.29	c Total wall clock time (in seconds): 25.912

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424722-1720884921/watcher-4424722-1720884921 -o /tmp/evaluation-result-4424722-1720884921/solver-4424722-1720884921 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424722-1720884921.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=703877, runsolver pid=703874
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 2.81 3.76 4.07 10/312 703895
/proc/meminfo: memFree=127916328/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=18975048 memory=55532 CPUtime=0.13 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 6442 0 0 0 10 3 0 0 20 0 18 0 140648215 19430449152 13883 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4743762 13883 5592 1 0 550799 0
[pid=703877/tid=703879] ppid=703874 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 5386 0 0 0 7 2 0 0 20 0 18 0 140648215 19430449152 13883 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140648220 19430449152 13883 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 140648221 19430449152 13883 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55532 KiB

[startup+0.211473 s]*
/proc/loadavg: 2.81 3.76 4.07 7/312 703895
/proc/meminfo: memFree=127454924/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=18975048 memory=62536 CPUtime=0.3 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 7144 0 0 0 26 4 0 0 20 0 18 0 140648215 19430449152 15634 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4743762 15634 5600 1 0 551373 0
[pid=703877/tid=703879] ppid=703874 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 5701 0 0 0 17 3 0 0 20 0 18 0 140648215 19430449152 15634 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140648220 19430449152 15634 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 140648221 19430449152 15634 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62536 KiB

[startup+0.31148 s]*
/proc/loadavg: 2.81 3.76 4.07 10/312 703895
/proc/meminfo: memFree=126730672/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=18975048 memory=66408 CPUtime=0.47 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 7426 0 0 0 43 4 0 0 20 0 18 0 140648215 19430449152 16602 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4743762 16602 5753 1 0 551578 0
[pid=703877/tid=703879] ppid=703874 vsize=18975048 memory=-8887399119624512188 CPUtime=0.3 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 5884 0 0 0 27 3 0 0 20 0 18 0 140648215 19430449152 16602 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140648220 19430449152 16602 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 140648221 19430449152 16602 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66408 KiB

[startup+0.703672 s]
/proc/loadavg: 2.81 3.76 4.07 12/312 703895
/proc/meminfo: memFree=124936956/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=164756 CPUtime=1.18 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 9434 0 0 0 110 8 0 0 20 0 19 0 140648215 19498610688 41189 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 41189 5843 1 0 553092 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=5616 CPUtime=0.62 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 6092 0 0 0 56 6 0 0 20 0 19 0 140648215 19498610688 41189 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 41189 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 41189 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164756 KiB

[startup+1.51066 s]
/proc/loadavg: 2.81 3.76 4.07 8/313 703896
/proc/meminfo: memFree=120303072/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=1501080 CPUtime=2.69 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 18052 0 0 0 231 38 0 0 20 0 19 0 140648215 19498610688 375270 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 375270 5843 1 0 1307606 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=11884 CPUtime=1.33 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 6755 0 0 0 99 34 0 0 20 0 19 0 140648215 19498610688 375270 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 375270 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 375270 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1501080 KiB

[startup+3.11266 s]
/proc/loadavg: 2.81 3.76 4.07 9/314 703899
/proc/meminfo: memFree=116560448/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=4082512 CPUtime=4.83 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 24256 0 0 0 395 88 0 0 20 0 19 0 140648215 19498610688 1020628 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 1020628 5843 1 0 1311470 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=0 CPUtime=2.85 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) S 703874 703877 703685 0 -1 1077936192 7999 0 0 0 203 82 0 0 20 0 19 0 140648215 19498610688 1020628 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 1020628 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=2495780 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 1020628 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4082512 KiB

[startup+6.30065 s]
/proc/loadavg: 3.07 3.80 4.08 7/314 703966
/proc/meminfo: memFree=115772404/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=4071916 CPUtime=8.19 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 24607 0 0 0 730 89 0 0 20 0 19 0 140648215 19498610688 1017979 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 1017979 5843 1 0 1311473 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=0 CPUtime=5.84 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 8295 0 0 0 502 82 0 0 20 0 19 0 140648215 19498610688 1017979 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 1017979 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=-8887399119624512188 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 1017979 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4071916 KiB

[startup+12.7005 s]
/proc/loadavg: 3.14 3.80 4.08 5/314 703966
/proc/meminfo: memFree=113088084/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=5679964 CPUtime=14.76 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 27120 0 0 0 1353 123 0 0 20 0 19 0 140648215 19498610688 1419991 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 1419991 5843 1 0 1956952 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=-8887399119624512188 CPUtime=11.51 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 9702 0 0 0 1036 115 0 0 20 0 19 0 140648215 19498610688 1419991 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 1419991 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 1419991 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5679964 KiB

[startup+25.5005 s]
/proc/loadavg: 3.47 3.85 4.09 5/314 704103
/proc/meminfo: memFree=109008152/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=8001568 CPUtime=27.73 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 30762 0 0 0 2602 171 0 0 20 0 19 0 140648215 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 2000392 5843 1 0 2299552 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=-8887399119624512188 CPUtime=23.32 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 12471 0 0 0 2172 160 0 0 20 0 19 0 140648215 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=7997472 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 27.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8001568 KiB

[startup+26.3334 s]
# the end of solver process 703877 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=27.3659 s, system=1.73574 s

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

[startup+25.6028 s]
/proc/loadavg: 3.47 3.85 4.09 5/314 704103
/proc/meminfo: memFree=109008152/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=8001568 CPUtime=27.84 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 30777 0 0 0 2613 171 0 0 20 0 19 0 140648215 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 2000392 5843 1 0 2299557 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=11580 CPUtime=23.42 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 12481 0 0 0 2182 160 0 0 20 0 19 0 140648215 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=894 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=7991328 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 2000392 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 27.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8001568 KiB

[startup+26.0007 s]*
/proc/loadavg: 3.47 3.85 4.09 7/314 704103
/proc/meminfo: memFree=109007764/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19041612 memory=8004276 CPUtime=28.51 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 30958 0 0 0 2680 171 0 0 20 0 19 0 140648215 19498610688 2001069 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4760403 2001069 5881 1 0 2299678 0
[pid=703877/tid=703879] ppid=703874 vsize=19041612 memory=-8527119941232927420 CPUtime=23.67 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 12603 0 0 0 2207 160 0 0 20 0 19 0 140648215 19498610688 2001134 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19041612 memory=2116 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140648220 19498610688 2001134 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19041612 memory=3312 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 140648221 19498610688 2001134 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 28.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 8004276 KiB

[startup+26.2007 s]
/proc/loadavg: 3.47 3.85 4.09 7/314 704103
/proc/meminfo: memFree=109007764/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19108176 memory=8005332 CPUtime=28.87 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 31229 0 0 0 2716 171 0 0 20 0 20 0 140648215 19566772224 2001333 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4777044 2001333 5881 1 0 2300162 0
[pid=703877/tid=703879] ppid=703874 vsize=19108176 memory=18632 CPUtime=23.83 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) R 703874 703877 703685 0 -1 4194368 12617 0 0 0 2223 160 0 0 20 0 20 0 140648215 19566772224 2001333 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19108176 memory=20312 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140648220 19566772224 2001333 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19108176 memory=-8887399119624512188 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 140648221 19566772224 2001333 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 28.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8005332 KiB

[startup+26.3007 s]
/proc/loadavg: 3.47 3.85 4.09 7/314 704103
/proc/meminfo: memFree=109007764/131655788 swapFree=131071996/131071996
[pid=703877] ppid=703874 vsize=19241304 memory=8006136 CPUtime=29.06 cores=1,3
/proc/703877/stat : 703877 (java) S 703874 703877 703685 0 -1 1077936128 31377 0 0 0 2735 171 0 0 20 0 14 0 140648215 19703095296 2001534 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
/proc/703877/statm: 4810326 2001534 5881 1 0 2300802 0
[pid=703877/tid=703879] ppid=703874 vsize=19241304 memory=-8887399119624512188 CPUtime=23.91 cores=1,3
/proc/703877/task/703879/stat : 703879 (java) S 703874 703877 703685 0 -1 1077936192 12633 0 0 0 2231 160 0 0 20 0 14 0 140648215 19703095296 2001534 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703888] ppid=703874 vsize=19241304 memory=7997472 CPUtime=0 cores=1,3
/proc/703877/task/703888/stat : 703888 (Finalizer) S 703874 703877 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 14 0 140648220 19703095296 2001534 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
[pid=703877/tid=703895] ppid=703874 vsize=19241304 memory=8002152 CPUtime=0 cores=1,3
/proc/703877/task/703895/stat : 703895 (Common-Cleaner) S 703874 703877 703685 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 14 0 140648221 19703095296 2001534 134679101440 94143730663424 94143730667120 140730788260720 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94143730674936 94143730675728 94143756705792 140730788262889 140730788262997 140730788262997 140730788270024 0
Current children cumulated CPU time: 29.06 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 8006136 KiB

Child status: 1

Real time (s): 26.3335
CPU time (s): 29.1017
CPU user time (s): 27.3659
CPU system time (s): 1.73574
CPU usage (%): 110.512
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 8006136

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.3659
system time used= 1.73574
maximum resident set size= 8007256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31390
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= 2679
involuntary context switches= 464


# summary of solver processes directly reported to runsolver:
#   pid: 703877
#   total CPU time (s): 29.1017
#   total CPU user time (s): 27.3659
#   total CPU system time (s): 1.73574

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.148347 second user time and 0.280298 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-13 17:35:33
IDJOB=4424722
IDBENCH=143863
IDSOLVER=3036
FILE ID=nodeC003/4424722-1720884921
RUNJOBID= nodeC003-1720884932-703697
SLURM_JOB_ID= 7485786
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-22_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424722-1720884921/watcher-4424722-1720884921 -o /tmp/evaluation-result-4424722-1720884921/solver-4424722-1720884921 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424722-1720884921.wbo

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

MD5SUM BENCH= aae80251a5a7b6924749ae451d053245
RANDOM SEED=1716394869

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        128211920 kB
MemAvailable:   128143976 kB
Buffers:          328412 kB
Cached:           452860 kB
SwapCached:            0 kB
Active:           482516 kB
Inactive:        2458692 kB
Active(anon):       1444 kB
Inactive(anon):  2196176 kB
Active(file):     481072 kB
Inactive(file):   262516 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             15216 kB
Writeback:             0 kB
AnonPages:       2159932 kB
Mapped:           121784 kB
Shmem:             37704 kB
KReclaimable:      57000 kB
Slab:             146444 kB
SReclaimable:      57000 kB
SUnreclaim:        89444 kB
KernelStack:        4724 kB
PageTables:        13844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7365052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1759232 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:      205640 kB
DirectMap2M:     8087552 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC003 at 2024-07-13 17:36:00