Trace number 4450351

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12UNSAT 128.563 122.479

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2bb0b15a1713ed3ebed857cd771e5926
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.074557
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.46/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.36	 - never skip resolution steps
0.46/0.36	 - Auto-division on coefficients is disabled
0.46/0.36	 - No postprocessing
0.46/0.36	 - Conflict is considered as is when resolving
0.46/0.36	 - Use constraints as they come during conflict analysis
0.46/0.36	 - Weaken first using unassigned literals
0.46/0.36	 - Bump strategy: ALWAYS_ONE
0.46/0.36	 - Bumper: EFFECTIVE
0.46/0.36	--- Begin Solver configuration ---
0.46/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.36	Learn all clauses as in MiniSAT
0.46/0.36	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.36	No reason simplification
0.46/0.36	Dynamic restart strategy considering the size of the coefficients
0.46/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.36	timeout=2147483s
0.46/0.36	DB Simplification allowed=false
0.46/0.36	Listener: none
0.46/0.36	--- End Solver configuration ---
0.46/0.36	c Pseudo Boolean Optimization by upper bound
0.46/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.36	c  - never skip resolution steps
0.46/0.36	c  - Auto-division on coefficients is disabled
0.46/0.36	c  - No postprocessing
0.46/0.36	c  - Conflict is considered as is when resolving
0.46/0.36	c  - Use constraints as they come during conflict analysis
0.46/0.36	c  - Weaken first using unassigned literals
0.46/0.36	c  - Bump strategy: ALWAYS_ONE
0.46/0.36	c  - Bumper: EFFECTIVE
0.46/0.36	c --- Begin Solver configuration ---
0.46/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.46/0.36	c Learn all clauses as in MiniSAT
0.46/0.36	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.36	c No reason simplification
0.46/0.36	c Dynamic restart strategy considering the size of the coefficients
0.46/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.46/0.36	c timeout=2147483s
0.46/0.36	c DB Simplification allowed=false
0.46/0.36	c Listener: none
0.46/0.36	c --- End Solver configuration ---
0.46/0.36	c solving HOME/instance-4450351-1721409075.opb
0.46/0.36	c reading problem ... 
0.46/0.37	c  no objective function found
0.63/0.45	c ... done. Wall clock time 0.077s.
0.63/0.45	c declared #vars     301
0.63/0.45	c #constraints  302
0.63/0.45	c constraints type 
0.63/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.63/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 300
0.63/0.45	c 302 constraints processed.
2.93/1.66	c cleaning 2495 clauses out of 5002 with flag 0/5002
4.70/2.58	c cleaning 4252 clauses out of 8506 with flag 0/11001
6.67/3.57	c cleaning 5622 clauses out of 11254 with flag 0/18001
8.08/4.82	c cleaning 6809 clauses out of 13631 with flag 0/26000
9.43/5.91	c cleaning 7908 clauses out of 15824 with flag 0/35002
11.60/7.79	c cleaning 8951 clauses out of 17915 with flag 0/45001
13.70/9.88	c cleaning 9977 clauses out of 19963 with flag 0/56000
17.68/13.84	c cleaning 10988 clauses out of 21986 with flag 0/68000
19.07/15.10	c cleaning 11996 clauses out of 23999 with flag 0/81001
23.59/19.57	c cleaning 12992 clauses out of 26002 with flag 0/95000
26.90/22.89	c cleaning 13996 clauses out of 28010 with flag 0/110000
33.93/29.83	c cleaning 15006 clauses out of 30016 with flag 0/126002
41.76/37.55	c cleaning 16003 clauses out of 32011 with flag 0/143003
49.95/45.51	c cleaning 16997 clauses out of 34005 with flag 0/161000
54.59/50.17	c cleaning 18001 clauses out of 36008 with flag 0/180000
61.74/57.24	c cleaning 18996 clauses out of 38008 with flag 0/200001
71.46/66.91	c cleaning 20003 clauses out of 40011 with flag 0/221000
78.16/73.57	c cleaning 21001 clauses out of 42009 with flag 0/243001
87.14/82.49	c cleaning 21998 clauses out of 44007 with flag 0/266000
98.25/93.22	c cleaning 23003 clauses out of 46009 with flag 0/290000
107.36/102.29	c cleaning 23995 clauses out of 48006 with flag 0/315000
119.19/113.99	c cleaning 25000 clauses out of 50011 with flag 0/341000
128.46/122.42	c starts		: 567
128.46/122.42	c conflicts		: 360209
128.46/122.42	c decisions		: 467924
128.46/122.42	c propagations		: 2734429
128.46/122.42	c inspects		: 359257186
128.46/122.42	c shortcuts		: 0
128.46/122.42	c learnt literals	: 0
128.46/122.42	c learnt binary clauses	: 0
128.46/122.42	c learnt ternary clauses	: 4
128.46/122.42	c learnt constraints	: 360208
128.46/122.42	c ignored constraints	: 0
128.46/122.42	c root simplifications	: 0
128.46/122.42	c removed literals (reason simplification)	: 0
128.46/122.42	c reason swapping (by a shorter reason)	: 0
128.46/122.42	c Calls to reduceDB	: 22
128.46/122.42	c Number of update (reduction) of LBD	: 248676
128.46/122.42	c Imported unit clauses	: 0
128.46/122.42	c No decision after first conflict	: false
128.46/122.42	c number of reductions to clauses (during analyze)	: 0
128.46/122.42	c number of learned constraints concerned by reduction	: 0
128.46/122.42	c number of learning phase by resolution	: 0
128.46/122.42	c number of learning phase by cutting planes	: 0
128.46/122.42	c number of rounding to 1 operations	: 0
128.46/122.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
128.46/122.42	c number of reductions of the coefficients by power 2 	: 0
128.46/122.42	c number of right shift for reduction by power 2 	: 0
128.46/122.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
128.46/122.42	c number of ending skipping 	: 0
128.46/122.42	c number of internal skipping 	: 0
128.46/122.42	c number of derivation steps 	: 1532607
128.46/122.42	c number of skipped derivation steps 	: 0
128.46/122.42	c number of remaining unassigned 	: 6748
128.46/122.42	c number of remaining assigned 	: 14117435
128.46/122.42	c number of falsified literals weakened from reason	: 0
128.46/122.42	c number of falsified literals weakened from conflict	: 0
128.46/122.42	c time for arithmetic operations	: 735697498
128.46/122.42	c minimum degree of deleted constraints	: 1
128.46/122.42	c maximum degree of deleted constraints	: 9351
128.46/122.42	c number of deleted constraints	: 315989
128.46/122.42	c speed (assignments/second)	: 22419.96818733397
128.46/122.42	c non guided choices	: 521
128.46/122.45	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7006
128.46/122.45	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 45
128.46/122.45	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 37168
128.46/122.45	s UNSATISFIABLE
128.46/122.45	c Total wall clock time (in seconds): 122.084

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=1014435, runsolver pid=1014432

[startup+0.100918 s]*
/proc/loadavg: 4.35 4.36 4.35 5/318 1014453
/proc/meminfo: memFree=118458288/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=18975048 memory=56348 CPUtime=0.11 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 6612 0 0 0 9 2 0 0 20 0 18 0 193063893 19430449152 14087 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4743762 14087 5595 1 0 550925 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 5520 0 0 0 6 2 0 0 20 0 18 0 193063894 19430449152 14087 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193063896 19430449152 14087 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193063897 19430449152 14087 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56348 KiB

[startup+0.217641 s]*
/proc/loadavg: 4.35 4.36 4.35 7/318 1014453
/proc/meminfo: memFree=118449512/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=18975048 memory=64852 CPUtime=0.28 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 7231 0 0 0 25 3 0 0 20 0 18 0 193063893 19430449152 16213 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4743762 16213 5600 1 0 551413 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 1077936192 5766 0 0 0 16 2 0 0 20 0 18 0 193063894 19430449152 16213 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=18975048 memory=5697 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193063896 19430449152 16213 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193063897 19430449152 16213 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64852 KiB

[startup+0.31792 s]*
/proc/loadavg: 4.35 4.36 4.35 7/318 1014453
/proc/meminfo: memFree=118448408/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=18975048 memory=66788 CPUtime=0.46 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 7502 0 0 0 42 4 0 0 20 0 18 0 193063893 19430449152 16697 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4743762 16697 5759 1 0 551627 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=18975048 memory=-7524773334942443619 CPUtime=0.26 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 5934 0 0 0 24 2 0 0 20 0 18 0 193063894 19430449152 16697 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193063896 19430449152 16697 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 193063897 19430449152 16697 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66788 KiB

[startup+0.710915 s]
/proc/loadavg: 4.35 4.36 4.35 7/319 1014454
/proc/meminfo: memFree=118440584/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19041612 memory=94312 CPUtime=1.17 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 8320 0 0 0 112 5 0 0 20 0 19 0 193063893 19498610688 23578 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4760403 23578 5844 1 0 552368 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19041612 memory=5512 CPUtime=0.61 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 6150 0 0 0 58 3 0 0 20 0 19 0 193063894 19498610688 23578 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19041612 memory=11992 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193063896 19498610688 23578 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19041612 memory=280122196550312 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 193063897 19498610688 23578 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193063939 19498610688 23578 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94312 KiB

[startup+1.50691 s]
/proc/loadavg: 4.35 4.36 4.35 7/320 1014455
/proc/meminfo: memFree=118346000/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=190784 CPUtime=2.73 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 15651 0 0 0 265 8 0 0 20 0 20 0 193063893 19566772224 47696 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 47696 5844 1 0 555656 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=11992 CPUtime=1.35 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 6452 0 0 0 130 5 0 0 20 0 20 0 193063894 19566772224 47696 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 47696 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 47696 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=280122196403472 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 47696 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190784 KiB

[startup+3.10801 s]
/proc/loadavg: 4.49 4.39 4.36 6/320 1014455
/proc/meminfo: memFree=117055856/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=1144540 CPUtime=5.9 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 24870 0 0 0 562 28 0 0 20 0 20 0 193063893 19566772224 286135 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 286135 5844 1 0 559742 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) S 1014432 1014435 1008215 0 -1 1077936192 8514 0 0 0 267 23 0 0 20 0 20 0 193063894 19566772224 286135 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 286135 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 286135 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 286135 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1144540 KiB

[startup+6.30041 s]
/proc/loadavg: 4.49 4.39 4.36 6/320 1014455
/proc/meminfo: memFree=117098920/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=1336248 CPUtime=9.99 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 26379 0 0 0 967 32 0 0 20 0 20 0 193063893 19566772224 334062 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 334062 5844 1 0 560392 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=11992 CPUtime=5.97 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) S 1014432 1014435 1008215 0 -1 1077936192 8720 0 0 0 571 26 0 0 20 0 20 0 193063894 19566772224 334062 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 334062 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=-7163974055829550171 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 334062 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=205876 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 334062 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 9.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1336248 KiB

[startup+12.7004 s]
/proc/loadavg: 4.53 4.40 4.37 5/320 1014456
/proc/meminfo: memFree=116131100/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=2255836 CPUtime=16.58 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 27917 0 0 0 1606 52 0 0 20 0 20 0 193063893 19566772224 563959 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 563959 5844 1 0 794332 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=0 CPUtime=12.16 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 9680 0 0 0 1171 45 0 0 20 0 20 0 193063894 19566772224 563959 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 563959 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=2153436 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 563959 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 563959 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 16.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2255836 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.38 4.36 5/320 1014458
/proc/meminfo: memFree=115884960/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=2785652 CPUtime=29.59 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 32260 0 0 0 2896 63 0 0 20 0 20 0 193063893 19566772224 696413 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 696413 5844 1 0 928036 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=2153436 CPUtime=24.51 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 11851 0 0 0 2395 56 0 0 20 0 20 0 193063894 19566772224 696413 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=-7524773334942443619 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 696413 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 696413 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 696413 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 29.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2785652 KiB

[startup+51.1137 s]
/proc/loadavg: 4.27 4.35 4.35 5/320 1014463
/proc/meminfo: memFree=115007940/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=3297444 CPUtime=55.59 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 40176 0 0 0 5483 76 0 0 20 0 20 0 193063893 19566772224 824361 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 824361 5853 1 0 1055459 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=3293132 CPUtime=49.42 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 15505 0 0 0 4877 65 0 0 20 0 20 0 193063894 19566772224 824361 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 824361 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0

################
# More data... #
################

/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 824361 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 55.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3297444 KiB

[startup+102.3 s]
/proc/loadavg: 4.33 4.35 4.35 5/320 1014472
/proc/meminfo: memFree=113259680/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4287240 CPUtime=107.46 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 49691 0 0 0 10646 100 0 0 20 0 20 0 193063893 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1071810 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=11600 CPUtime=98.83 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 20759 0 0 0 9799 84 0 0 20 0 20 0 193063894 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=4281084 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=3894012 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 107.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287240 KiB

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

# cumulated CPU time of all completed processes:  user=127.495 s, system=1.06817 s

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

[startup+102.401 s]
/proc/loadavg: 4.33 4.35 4.35 5/320 1014472
/proc/meminfo: memFree=113259680/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4287240 CPUtime=107.56 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 49691 0 0 0 10656 100 0 0 20 0 20 0 193063893 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1071810 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=45716 CPUtime=98.93 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 20759 0 0 0 9809 84 0 0 20 0 20 0 193063894 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=3817184 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=5512 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1071810 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 107.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4287240 KiB

[startup+115.2 s]
/proc/loadavg: 4.26 4.34 4.35 5/320 1014474
/proc/meminfo: memFree=112675764/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4303720 CPUtime=120.49 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 53138 0 0 0 11946 103 0 0 20 0 20 0 193063893 19566772224 1075930 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1075930 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=11992 CPUtime=111.44 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 23041 0 0 0 11059 85 0 0 20 0 20 0 193063894 19566772224 1075930 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=2312 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1075930 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=25208 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1075930 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=3894012 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1075930 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 120.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4303720 KiB

[startup+118.4 s]
/proc/loadavg: 4.24 4.33 4.35 5/320 1014476
/proc/meminfo: memFree=112671584/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4307828 CPUtime=123.73 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 53249 0 0 0 12270 103 0 0 20 0 20 0 193063893 19566772224 1076957 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1076957 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=16252 CPUtime=114.58 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 23118 0 0 0 11373 85 0 0 20 0 20 0 193063894 19566772224 1076957 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1076957 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=11992 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1076957 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=11600 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1076957 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 123.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4307828 KiB

[startup+120.004 s]*
/proc/loadavg: 4.24 4.33 4.35 6/320 1014476
/proc/meminfo: memFree=112669540/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4309908 CPUtime=125.53 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 55881 0 0 0 12449 104 0 0 20 0 20 0 193063893 19566772224 1077477 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1077477 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=5428 CPUtime=116.15 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 23299 0 0 0 11530 85 0 0 20 0 20 0 193063894 19566772224 1077477 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=2724 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1077477 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=-7524773334942443619 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1077477 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=2836 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1077477 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 125.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4309908 KiB

[startup+121.609 s]
/proc/loadavg: 4.24 4.33 4.35 5/320 1014477
/proc/meminfo: memFree=112669456/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4309932 CPUtime=127.15 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 56068 0 0 0 12611 104 0 0 20 0 20 0 193063893 19566772224 1077483 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1077483 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=11992 CPUtime=117.72 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) S 1014432 1014435 1008215 0 -1 1077936192 23428 0 0 0 11687 85 0 0 20 0 20 0 193063894 19566772224 1077483 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=32180 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1077483 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=19104 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1077483 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=1944 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1077483 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 127.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4309932 KiB

[startup+122.001 s]*
/proc/loadavg: 4.24 4.33 4.35 6/320 1014477
/proc/meminfo: memFree=112669428/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19108176 memory=4309972 CPUtime=127.86 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 57457 0 0 0 12681 105 0 0 20 0 20 0 193063893 19566772224 1077493 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777044 1077493 5853 1 0 1295686 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19108176 memory=0 CPUtime=118.08 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) R 1014432 1014435 1008215 0 -1 4194368 23527 0 0 0 11723 85 0 0 20 0 20 0 193063894 19566772224 1077493 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193063896 19566772224 1077493 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 20 0 193063897 19566772224 1077493 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19108176 memory=-7524773334942443619 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193063939 19566772224 1077493 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 127.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4309972 KiB

[startup+122.408 s]
/proc/loadavg: 4.24 4.33 4.35 6/320 1014477
/proc/meminfo: memFree=112669428/131655788 swapFree=131071996/131071996
[pid=1014435] ppid=1014432 vsize=19109204 memory=4310112 CPUtime=128.46 cores=4,6
/proc/1014435/stat : 1014435 (java) S 1014432 1014435 1008215 0 -1 1077936128 58729 0 0 0 12741 105 0 0 20 0 21 0 193063893 19567824896 1077528 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
/proc/1014435/statm: 4777301 1077528 5852 1 0 1295974 0
[pid=1014435/tid=1014437] ppid=1014432 vsize=19109204 memory=11600 CPUtime=118.46 cores=4,6
/proc/1014435/task/1014437/stat : 1014437 (java) S 1014432 1014435 1008215 0 -1 1077936192 24709 0 0 0 11761 85 0 0 20 0 21 0 193063894 19567824896 1077528 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014446] ppid=1014432 vsize=19109204 memory=45716 CPUtime=0 cores=4,6
/proc/1014435/task/1014446/stat : 1014446 (Finalizer) S 1014432 1014435 1008215 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 193063896 19567824896 1077528 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014453] ppid=1014432 vsize=19109204 memory=4309932 CPUtime=0 cores=4,6
/proc/1014435/task/1014453/stat : 1014453 (Common-Cleaner) S 1014432 1014435 1008215 0 -1 1077936192 117 0 0 0 0 0 0 0 20 0 21 0 193063897 19567824896 1077528 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
[pid=1014435/tid=1014454] ppid=1014432 vsize=19109204 memory=25208 CPUtime=0 cores=4,6
/proc/1014435/task/1014454/stat : 1014454 (Timer-0) S 1014432 1014435 1008215 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 193063939 19567824896 1077528 134679101440 94021396180992 94021396184688 140726412745360 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94021396192504 94021396193296 94021412876288 140726412747763 140726412747871 140726412747871 140726412754888 0
Current children cumulated CPU time: 128.46 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 4310112 KiB

Child status: 20

Real time (s): 122.479
CPU time (s): 128.563
CPU user time (s): 127.495
CPU system time (s): 1.06817
CPU usage (%): 104.968
Max. virtual memory (cumulated for all children) (KiB): 19109204
Max. memory (cumulated for all children) (KiB): 4310112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.495
system time used= 1.06817
maximum resident set size= 4311516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 59452
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= 6595
involuntary context switches= 761


# summary of solver processes directly reported to runsolver:
#   pid: 1014435
#   total CPU time (s): 128.563
#   total CPU user time (s): 127.495
#   total CPU system time (s): 1.06817

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.618106 second user time and 1.42612 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 19:11:27
IDJOB=4450351
IDBENCH=160433
IDSOLVER=3052
FILE ID=nodeC008/4450351-1721409075
RUNJOBID= nodeC008-1721399517-1008279
SLURM_JOB_ID= 7545437
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450351-1721409075/watcher-4450351-1721409075 -o /tmp/evaluation-result-4450351-1721409075/solver-4450351-1721409075 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721399517-1008279 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450351-1721409075.opb

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

MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=1408386887

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118494412 kB
MemAvailable:   120870708 kB
Buffers:          565680 kB
Cached:          2636812 kB
SwapCached:            0 kB
Active:          1082816 kB
Inactive:       11464956 kB
Active(anon):       1476 kB
Inactive(anon):  9389728 kB
Active(file):    1081340 kB
Inactive(file):  2075228 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               908 kB
Writeback:             0 kB
AnonPages:       9337276 kB
Mapped:           126716 kB
Shmem:             45896 kB
KReclaimable:     119520 kB
Slab:             225188 kB
SReclaimable:     119520 kB
SUnreclaim:       105668 kB
KernelStack:        4848 kB
PageTables:        28640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    9847372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60160 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8916992 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 19:13:29