Trace number 4424626

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? 57.0108 54.0497

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
celar/normalized-celar7-sub1_wcsp.wbo
MD5SUMdaf2f1ed087a94b78160429ad112bf14
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark212742
Best CPU time to get the best result obtained on this benchmark3600.31
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables616
Total number of constraints249748
Number of soft constraints249734
Number of constraints which are clauses249734
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 39275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 19104596930
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.11	c java.vm.version	22.0.1+8-16
0.13/0.11	c java.vm.vendor	Oracle Corporation
0.13/0.11	c sun.arch.data.model	64
0.13/0.11	c java.version		22.0.1
0.13/0.11	c os.name		Linux
0.13/0.11	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.11	c os.arch		amd64
0.13/0.12	c Free memory 		2113181440
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2122317824
0.13/0.12	c Number of processors 	2
0.13/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	 - never skip resolution steps
0.13/0.20	 - Auto-division on coefficients is disabled
0.13/0.20	 - No postprocessing
0.13/0.20	 - Conflict is considered as is when resolving
0.13/0.20	 - Use constraints as they come during conflict analysis
0.13/0.20	 - Weaken first using unassigned literals
0.13/0.20	 - Bump strategy: ALWAYS_ONE
0.13/0.20	 - Bumper: EFFECTIVE
0.13/0.20	--- Begin Solver configuration ---
0.13/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.20	Learn all clauses as in MiniSAT
0.13/0.20	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	No reason simplification
0.13/0.20	Dynamic restart strategy considering the size of the coefficients
0.13/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.20	timeout=2147483s
0.13/0.20	DB Simplification allowed=false
0.13/0.20	Listener: none
0.13/0.20	--- End Solver configuration ---
0.13/0.20	c Pseudo Boolean Optimization by upper bound
0.13/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.20	c  - never skip resolution steps
0.13/0.20	c  - Auto-division on coefficients is disabled
0.13/0.20	c  - No postprocessing
0.13/0.20	c  - Conflict is considered as is when resolving
0.13/0.20	c  - Use constraints as they come during conflict analysis
0.13/0.20	c  - Weaken first using unassigned literals
0.13/0.20	c  - Bump strategy: ALWAYS_ONE
0.13/0.20	c  - Bumper: EFFECTIVE
0.13/0.20	c --- Begin Solver configuration ---
0.13/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.20	c Learn all clauses as in MiniSAT
0.13/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.20	c No reason simplification
0.13/0.20	c Dynamic restart strategy considering the size of the coefficients
0.13/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.20	c timeout=2147483s
0.13/0.20	c DB Simplification allowed=false
0.13/0.20	c Listener: none
0.13/0.20	c --- End Solver configuration ---
0.13/0.20	c solving HOME/instance-4424626-1720885190.wbo
0.13/0.20	c reading problem ... 
56.17/53.62	c ... done. Wall clock time 53.415s.
56.17/53.62	c declared #vars     616
56.17/53.62	c internal #vars     250350
56.17/53.62	c #constraints  249763
56.17/53.62	c constraints type 
56.17/53.62	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
56.17/53.62	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
56.17/53.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 249748
56.17/53.62	c 249763 constraints processed.
56.17/53.63	c objective function length is 249734 literals
56.76/53.98	Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: Index 250290 out of bounds for length 617
56.76/53.98		at org.sat4j.pb.lcds.AbstractLBDComputerStrategy.computeLBD(AbstractLBDComputerStrategy.java:32)
56.76/53.98		at org.sat4j.pb.lcds.PBGlucoseLCDS.computeLBD(PBGlucoseLCDS.java:98)
56.76/53.98		at org.sat4j.minisat.core.GlucoseLCDS.onClauseLearning(GlucoseLCDS.java:116)
56.76/53.98		at org.sat4j.minisat.core.Glucose2LCDS.onClauseLearning(Glucose2LCDS.java:35)
56.76/53.98		at org.sat4j.pb.core.PBSolverCP.analyzeCP(PBSolverCP.java:231)
56.76/53.98		at org.sat4j.pb.core.PBSolverCP.analyze(PBSolverCP.java:163)
56.76/53.98		at org.sat4j.minisat.core.Solver.search(Solver.java:1338)
56.76/53.98		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1903)
56.76/53.98		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
56.76/53.98		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
56.76/53.98		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
56.76/53.98		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
56.76/53.98		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
56.76/53.98		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
56.76/53.98		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
56.76/53.99	c starts		: 1
56.76/54.00	c conflicts		: 1
56.76/54.00	c decisions		: 250290
56.76/54.00	c propagations		: 250294
56.76/54.00	c inspects		: 250383
56.76/54.00	c shortcuts		: 0
56.76/54.00	c learnt literals	: 0
56.76/54.00	c learnt binary clauses	: 0
56.76/54.00	c learnt ternary clauses	: 0
56.76/54.00	c learnt constraints	: 0
56.76/54.00	c ignored constraints	: 0
56.76/54.00	c root simplifications	: 0
56.76/54.00	c removed literals (reason simplification)	: 0
56.76/54.00	c reason swapping (by a shorter reason)	: 0
56.76/54.00	c Calls to reduceDB	: 0
56.76/54.00	c Number of update (reduction) of LBD	: 0
56.76/54.00	c Imported unit clauses	: 0
56.76/54.00	c No decision after first conflict	: true
56.76/54.00	c number of reductions to clauses (during analyze)	: 0
56.76/54.00	c number of learned constraints concerned by reduction	: 0
56.76/54.00	c number of learning phase by resolution	: 0
56.76/54.00	c number of learning phase by cutting planes	: 0
56.76/54.00	c number of rounding to 1 operations	: 0
56.76/54.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
56.76/54.00	c number of reductions of the coefficients by power 2 	: 0
56.76/54.00	c number of right shift for reduction by power 2 	: 0
56.76/54.01	c number of reductions of the coefficients by GCD over coefficients 	: 0
56.76/54.01	c number of ending skipping 	: 0
56.76/54.01	c number of internal skipping 	: 0
56.76/54.01	c number of derivation steps 	: 2
56.76/54.01	c number of skipped derivation steps 	: 0
56.76/54.01	c number of remaining unassigned 	: 0
56.76/54.01	c number of remaining assigned 	: 0
56.76/54.01	c number of falsified literals weakened from reason	: 0
56.76/54.01	c number of falsified literals weakened from conflict	: 0
56.97/54.01	c time for arithmetic operations	: 0
56.97/54.01	c minimum degree of deleted constraints	: null
56.97/54.01	c maximum degree of deleted constraints	: null
56.97/54.01	c number of deleted constraints	: 0
56.97/54.01	c speed (assignments/second)	: 903588.4476534296
56.97/54.01	c non guided choices	: 556
56.97/54.01	s UNKNOWN
56.97/54.01	c Total wall clock time (in seconds): 53.815

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424626-1720885190/watcher-4424626-1720885190 -o /tmp/evaluation-result-4424626-1720885190/solver-4424626-1720885190 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1720884932-703697 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424626-1720885190.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=704728, runsolver pid=704725
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.38 4.11 4.13 5/314 704746
/proc/meminfo: memFree=116165712/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=18975048 memory=59560 CPUtime=0.13 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 6766 0 0 0 12 1 0 0 20 0 18 0 140675208 19430449152 14890 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4743762 14890 5716 1 0 551050 0
[pid=704728/tid=704730] ppid=704725 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 5628 0 0 0 7 1 0 0 20 0 18 0 140675209 19430449152 14890 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675213 19430449152 14890 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=18975048 memory=15255952358280619 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675214 19430449152 14890 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59560 KiB

[startup+0.213965 s]*
/proc/loadavg: 4.38 4.11 4.13 7/314 704746
/proc/meminfo: memFree=116155700/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=18975048 memory=70952 CPUtime=0.35 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 7587 0 0 0 33 2 0 0 20 0 18 0 140675208 19430449152 17738 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4743762 17738 5730 1 0 551722 0
[pid=704728/tid=704730] ppid=704725 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 6079 0 0 0 19 2 0 0 20 0 18 0 140675209 19430449152 17738 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675213 19430449152 17738 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675214 19430449152 17738 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70952 KiB

[startup+0.317977 s]*
/proc/loadavg: 4.38 4.11 4.13 7/314 704746
/proc/meminfo: memFree=116138896/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=18975048 memory=88244 CPUtime=0.54 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 7669 0 0 0 51 3 0 0 20 0 18 0 140675208 19430449152 22061 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4743762 22061 5853 1 0 551741 0
[pid=704728/tid=704730] ppid=704725 vsize=18975048 memory=-8816749995686798012 CPUtime=0.3 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 6096 0 0 0 28 2 0 0 20 0 18 0 140675209 19430449152 22061 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140675213 19430449152 22061 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140675214 19430449152 22061 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88244 KiB

[startup+0.700957 s]
/proc/loadavg: 4.38 4.11 4.13 6/315 704747
/proc/meminfo: memFree=116055692/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=172972 CPUtime=1.24 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 9681 0 0 0 119 5 0 0 20 0 19 0 140675208 19498610688 43243 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 43243 5884 1 0 553075 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=5616 CPUtime=0.63 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 6136 0 0 0 60 3 0 0 20 0 19 0 140675209 19498610688 43243 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 43243 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 43243 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172972 KiB

[startup+1.5003 s]
/proc/loadavg: 4.38 4.11 4.13 6/315 704747
/proc/meminfo: memFree=115144216/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=1635720 CPUtime=2.76 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 22981 0 0 0 243 33 0 0 20 0 19 0 140675208 19498610688 408930 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 408930 5916 1 0 1087800 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=11884 CPUtime=1.38 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 6845 0 0 0 110 28 0 0 20 0 19 0 140675209 19498610688 408930 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 408930 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 408930 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1635720 KiB

[startup+3.11304 s]
/proc/loadavg: 4.38 4.11 4.13 7/314 704815
/proc/meminfo: memFree=116247420/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=2723472 CPUtime=4.42 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 23647 0 0 0 387 55 0 0 20 0 19 0 140675208 19498610688 680868 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 680868 5916 1 0 1087821 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=0 CPUtime=2.93 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 7465 0 0 0 244 49 0 0 20 0 19 0 140675209 19498610688 680868 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 680868 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=2696584 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 680868 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2723472 KiB

[startup+6.30042 s]
/proc/loadavg: 4.51 4.14 4.14 5/315 704816
/proc/meminfo: memFree=111812520/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=3824372 CPUtime=7.79 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 25274 0 0 0 702 77 0 0 20 0 19 0 140675208 19498610688 956093 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 956093 5916 1 0 1371909 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=2723472 CPUtime=5.9 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 8382 0 0 0 519 71 0 0 20 0 19 0 140675209 19498610688 956093 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 956093 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=3265536 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 956093 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 7.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3824372 KiB

[startup+12.7004 s]
/proc/loadavg: 4.47 4.14 4.14 6/316 704819
/proc/meminfo: memFree=109725140/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=4910520 CPUtime=14.33 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 27315 0 0 0 1334 99 0 0 20 0 19 0 140675208 19498610688 1227630 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1227630 5916 1 0 1643481 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=4906424 CPUtime=11.61 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 9663 0 0 0 1069 92 0 0 20 0 19 0 140675209 19498610688 1227630 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=11580 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1227630 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=3249348 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1227630 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4910520 KiB

[startup+25.5005 s]
/proc/loadavg: 4.44 4.14 4.14 5/316 704822
/proc/meminfo: memFree=108807532/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=5340188 CPUtime=27.46 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 32308 0 0 0 2636 110 0 0 20 0 19 0 140675208 19498610688 1335047 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1335047 5916 1 0 1741661 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=-8816749995686798012 CPUtime=23.53 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 11295 0 0 0 2253 100 0 0 20 0 19 0 140675209 19498610688 1335047 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=35176 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1335047 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=5333692 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1335047 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 27.46 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5340188 KiB

[startup+51.1134 s]
/proc/loadavg: 4.35 4.15 4.14 7/316 704826
/proc/meminfo: memFree=106157340/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=6653896 CPUtime=53.41 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 35107 0 0 0 5202 139 0 0 20 0 19 0 140675208 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1663474 5916 1 0 2063356 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=35176 CPUtime=47.79 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 13180 0 0 0 4654 125 0 0 20 0 19 0 140675209 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=6631296 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=6637440 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 53.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6653896 KiB

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

# cumulated CPU time of all completed processes:  user=55.577 s, system=1.43388 s

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

[startup+51.2006 s]
/proc/loadavg: 4.35 4.15 4.14 7/316 704826
/proc/meminfo: memFree=106157340/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=6653896 CPUtime=53.5 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 35107 0 0 0 5211 139 0 0 20 0 19 0 140675208 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1663474 5916 1 0 2063356 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=26044 CPUtime=47.88 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 13180 0 0 0 4663 125 0 0 20 0 19 0 140675209 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=1980 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=35176 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 53.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6653896 KiB

[startup+52.8004 s]
/proc/loadavg: 4.35 4.15 4.14 5/316 704826
/proc/meminfo: memFree=106157256/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=6653896 CPUtime=55.1 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 35237 0 0 0 5371 139 0 0 20 0 19 0 140675208 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1663474 5916 1 0 2063356 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=6653896 CPUtime=49.42 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 13308 0 0 0 4817 125 0 0 20 0 19 0 140675209 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=6651848 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=35176 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1663474 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 55.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6653896 KiB

[startup+53.602 s]
/proc/loadavg: 4.35 4.15 4.14 5/316 704827
/proc/meminfo: memFree=106152964/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19041612 memory=6656176 CPUtime=56.17 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 38668 0 0 0 5477 140 0 0 20 0 19 0 140675208 19498610688 1664044 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4760403 1664044 5916 1 0 2063388 0
[pid=704728/tid=704730] ppid=704725 vsize=19041612 memory=6653896 CPUtime=50.2 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) R 704725 704728 703685 0 -1 4194368 14712 0 0 0 4894 126 0 0 20 0 19 0 140675209 19498610688 1664044 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140675213 19498610688 1664044 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19041612 memory=5616 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140675214 19498610688 1664044 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 56.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 6656176 KiB

[startup+54.0021 s]*
/proc/loadavg: 4.35 4.15 4.14 9/319 704830
/proc/meminfo: memFree=106151536/131655788 swapFree=131071996/131071996
[pid=704728] ppid=704725 vsize=19241304 memory=6657456 CPUtime=56.97 cores=1,3
/proc/704728/stat : 704728 (java) S 704725 704728 703685 0 -1 1077936128 42172 0 0 0 5556 141 0 0 20 0 22 0 140675208 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
/proc/704728/statm: 4810326 1664364 5954 1 0 2064397 0
[pid=704728/tid=704730] ppid=704725 vsize=19241304 memory=-9030952452963607228 CPUtime=50.55 cores=1,3
/proc/704728/task/704730/stat : 704730 (java) S 704725 704728 703685 0 -1 1077936192 16417 0 0 0 4929 126 0 0 20 0 21 0 140675209 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704739] ppid=704725 vsize=19241304 memory=-7450775291034756472 CPUtime=0 cores=1,3
/proc/704728/task/704739/stat : 704739 (Finalizer) S 704725 704728 703685 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140675213 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704746] ppid=704725 vsize=19241304 memory=4720 CPUtime=0 cores=1,3
/proc/704728/task/704746/stat : 704746 (Common-Cleaner) S 704725 704728 703685 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 140675214 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704829] ppid=704725 vsize=19241304 memory=6015156 CPUtime=0.01 cores=1,3
/proc/704728/task/704829/stat : 704829 (Thread-0) R 704725 704728 703685 0 -1 4194368 76 0 0 0 1 0 0 0 20 0 21 0 140680607 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
[pid=704728/tid=704830] ppid=704725 vsize=19241304 memory=-9030952452963607228 CPUtime=0 cores=1,3
/proc/704728/task/704830/stat : 704830 (java) R 704725 704728 703685 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 21 0 140680607 19703095296 1664364 134679101440 94227241820160 94227241823856 140734486359712 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94227241831672 94227241832464 94227255832576 140734486361065 140734486361173 140734486361173 140734486368200 0
Current children cumulated CPU time: 56.97 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 6657456 KiB

Child status: 1

Real time (s): 54.0497
CPU time (s): 57.0108
CPU user time (s): 55.577
CPU system time (s): 1.43388
CPU usage (%): 105.479
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 6657456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 55.5769
system time used= 1.43388
maximum resident set size= 6658896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42357
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4453
involuntary context switches= 508


# summary of solver processes directly reported to runsolver:
#   pid: 704728
#   total CPU time (s): 57.0108
#   total CPU user time (s): 55.577
#   total CPU system time (s): 1.43388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.291241 second user time and 0.629081 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-13 17:40:03
IDJOB=4424626
IDBENCH=143884
IDSOLVER=3036
FILE ID=nodeC003/4424626-1720885190
RUNJOBID= nodeC003-1720884932-703697
SLURM_JOB_ID= 7485786
Free space on /tmp= 723744 MiB

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

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

MD5SUM BENCH= daf2f1ed087a94b78160429ad112bf14
RANDOM SEED=541546377

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.338
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		: 1197.233
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:        116203876 kB
MemAvailable:   116165140 kB
Buffers:          329056 kB
Cached:           481328 kB
SwapCached:            0 kB
Active:           500788 kB
Inactive:       14425708 kB
Active(anon):       1444 kB
Inactive(anon): 14152688 kB
Active(file):     499344 kB
Inactive(file):   273020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             10788 kB
Writeback:            40 kB
AnonPages:      14116444 kB
Mapped:           121712 kB
Shmem:             37704 kB
KReclaimable:      57864 kB
Slab:             147648 kB
SReclaimable:      57864 kB
SUnreclaim:        89784 kB
KernelStack:        4736 kB
PageTables:        37788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   17236336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45632 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13803520 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= 723736 MiB
End job on nodeC003 at 2024-07-13 17:40:57