Trace number 4451521

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 391.703 381.422

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l040-r039-n1.opb
MD5SUM96e2a5c3c03fdb4a4e45b0158ae682a4
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.835655
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2196
Total number of constraints4698
Number of constraints which are clauses3966
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451521-1721428299.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.33/0.30	c ... done. Wall clock time 0.144s.
0.33/0.30	c declared #vars     2196
0.33/0.30	c #constraints  5430
0.33/0.30	c constraints type 
0.33/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3966
0.33/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
0.33/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 732
0.33/0.30	c 5430 constraints processed.
4.02/2.11	c cleaning 2501 clauses out of 5002 with flag 0/5002
7.90/5.19	c cleaning 4247 clauses out of 8499 with flag 0/11000
12.54/9.62	c cleaning 5624 clauses out of 11254 with flag 0/18002
18.69/15.58	c cleaning 6808 clauses out of 13628 with flag 0/26000
26.72/23.57	c cleaning 7908 clauses out of 15820 with flag 0/35000
37.75/34.53	c cleaning 8953 clauses out of 17913 with flag 0/45001
51.01/47.67	c cleaning 9978 clauses out of 19959 with flag 0/56000
66.04/62.36	c cleaning 10986 clauses out of 21981 with flag 0/68000
85.54/81.49	c cleaning 11996 clauses out of 23995 with flag 0/81000
110.32/105.80	c cleaning 12995 clauses out of 25999 with flag 0/95000
136.05/130.88	c cleaning 14001 clauses out of 28005 with flag 0/110001
165.12/159.49	c cleaning 15001 clauses out of 30005 with flag 0/126002
199.44/193.11	c cleaning 15993 clauses out of 32002 with flag 0/143000
234.44/227.38	c cleaning 17004 clauses out of 34012 with flag 0/161003
276.95/269.19	c cleaning 18003 clauses out of 36009 with flag 0/180004
324.41/315.88	c cleaning 18998 clauses out of 38002 with flag 0/200000
372.85/363.09	c cleaning 19992 clauses out of 40004 with flag 0/221000
391.54/381.37	c starts		: 1630
391.54/381.38	c conflicts		: 233157
391.54/381.38	c decisions		: 517515
391.54/381.38	c propagations		: 48168687
391.54/381.38	c inspects		: 809782136
391.54/381.38	c shortcuts		: 0
391.54/381.38	c learnt literals	: 0
391.54/381.38	c learnt binary clauses	: 0
391.54/381.38	c learnt ternary clauses	: 1788
391.54/381.38	c learnt constraints	: 233156
391.54/381.38	c ignored constraints	: 0
391.54/381.38	c root simplifications	: 0
391.54/381.38	c removed literals (reason simplification)	: 0
391.54/381.38	c reason swapping (by a shorter reason)	: 0
391.54/381.38	c Calls to reduceDB	: 17
391.54/381.38	c Number of update (reduction) of LBD	: 229022
391.54/381.38	c Imported unit clauses	: 0
391.54/381.38	c No decision after first conflict	: false
391.54/381.38	c number of reductions to clauses (during analyze)	: 0
391.54/381.38	c number of learned constraints concerned by reduction	: 0
391.54/381.38	c number of learning phase by resolution	: 0
391.54/381.38	c number of learning phase by cutting planes	: 0
391.54/381.38	c number of rounding to 1 operations	: 0
391.54/381.38	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
391.54/381.38	c number of reductions of the coefficients by power 2 	: 0
391.54/381.38	c number of right shift for reduction by power 2 	: 0
391.54/381.38	c number of reductions of the coefficients by GCD over coefficients 	: 0
391.54/381.38	c number of ending skipping 	: 0
391.54/381.38	c number of internal skipping 	: 0
391.54/381.38	c number of derivation steps 	: 7648473
391.54/381.38	c number of skipped derivation steps 	: 0
391.54/381.38	c number of remaining unassigned 	: 10382
391.54/381.38	c number of remaining assigned 	: 68819788
391.54/381.38	c number of falsified literals weakened from reason	: 0
391.54/381.38	c number of falsified literals weakened from conflict	: 0
391.54/381.38	c time for arithmetic operations	: 865247688
391.54/381.38	c minimum degree of deleted constraints	: 1
391.54/381.38	c maximum degree of deleted constraints	: 86130720
391.54/381.38	c number of deleted constraints	: 200988
391.54/381.38	c speed (assignments/second)	: 126403.11279758156
391.54/381.38	c non guided choices	: 4607
391.67/381.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6250
391.67/381.40	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25918
391.67/381.40	s UNSATISFIABLE
391.67/381.40	c Total wall clock time (in seconds): 381.249

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451521-1721428299/watcher-4451521-1721428299 -o /tmp/evaluation-result-4451521-1721428299/solver-4451521-1721428299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021654 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451521-1721428299.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=1026352, runsolver pid=1026349

[startup+0.102726 s]*
/proc/loadavg: 4.23 4.37 4.36 7/332 1026370
/proc/meminfo: memFree=117230580/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=18975048 memory=62572 CPUtime=0.14 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 7231 0 0 0 11 3 0 0 20 0 18 0 194994807 19430449152 15643 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4743762 15643 5523 1 0 549356 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) D 1026349 1026352 1021642 0 -1 1078198336 5763 0 0 0 7 2 0 0 20 0 18 0 194994807 19430449152 15643 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194994810 19430449152 15643 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194994811 19430449152 15643 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62572 KiB

[startup+0.210636 s]*
/proc/loadavg: 4.23 4.37 4.36 9/332 1026370
/proc/meminfo: memFree=117199340/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=18975048 memory=94312 CPUtime=0.33 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 7749 0 0 0 30 3 0 0 20 0 18 0 194994807 19430449152 23578 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4743762 23578 5822 1 0 549653 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 6050 0 0 0 16 2 0 0 20 0 18 0 194994807 19430449152 23578 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=18975048 memory=17986 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194994810 19430449152 23578 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194994811 19430449152 23578 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94312 KiB

[startup+0.30599 s]*
/proc/loadavg: 4.23 4.37 4.36 8/333 1026371
/proc/meminfo: memFree=117131904/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=161524 CPUtime=0.5 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 9220 0 0 0 45 5 0 0 20 0 20 0 194994807 19566772224 40381 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 40381 5854 1 0 551132 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=-7380376671889418084 CPUtime=0.25 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 6128 0 0 0 22 3 0 0 20 0 20 0 194994807 19566772224 40381 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 40381 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 40381 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (java) R 1026349 1026352 1021642 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 40381 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 161524 KiB

[startup+0.700648 s]
/proc/loadavg: 4.23 4.37 4.36 7/334 1026372
/proc/meminfo: memFree=117128880/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19109204 memory=166604 CPUtime=1.25 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 11103 0 0 0 120 5 0 0 20 0 20 0 194994807 19567824896 41651 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777301 41651 5854 1 0 552269 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=13072 CPUtime=0.63 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 6172 0 0 0 60 3 0 0 20 0 20 0 194994807 19566772224 41651 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 41651 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 41651 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 41651 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19109204 KiB
Current children cumulated memory: 166604 KiB

[startup+1.50065 s]
/proc/loadavg: 4.23 4.37 4.36 6/334 1026372
/proc/meminfo: memFree=117102068/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=326828 CPUtime=2.82 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 17569 0 0 0 274 8 0 0 20 0 20 0 194994807 19566772224 81707 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 81707 5854 1 0 553972 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=13072 CPUtime=1.4 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 6522 0 0 0 134 6 0 0 20 0 20 0 194994807 19566772224 81707 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 81707 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 81707 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 81707 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 326828 KiB

[startup+3.10581 s]
/proc/loadavg: 4.29 4.39 4.36 5/334 1026374
/proc/meminfo: memFree=116742376/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=546380 CPUtime=5.75 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 24643 0 0 0 561 14 0 0 20 0 20 0 194994807 19566772224 136595 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 136595 5854 1 0 556970 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 8158 0 0 0 287 10 0 0 20 0 20 0 194994807 19566772224 136595 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 136595 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=490932 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 136595 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 136595 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 5.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 546380 KiB

[startup+6.30031 s]
/proc/loadavg: 4.29 4.39 4.36 5/334 1026374
/proc/meminfo: memFree=115962224/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=1324908 CPUtime=9.19 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 25188 0 0 0 890 29 0 0 20 0 20 0 194994807 19566772224 331227 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 331227 5854 1 0 556972 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=13072 CPUtime=6.12 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 8601 0 0 0 587 25 0 0 20 0 20 0 194994807 19566772224 331227 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 331227 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=7450185658681485670 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 331227 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 331227 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324908 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.37 4.36 5/335 1026376
/proc/meminfo: memFree=115947512/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=1335224 CPUtime=15.9 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 29937 0 0 0 1559 31 0 0 20 0 20 0 194994807 19566772224 333806 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 333806 5854 1 0 557561 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=0 CPUtime=12.37 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 9260 0 0 0 1212 25 0 0 20 0 20 0 194994807 19566772224 333806 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=1333128 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 333806 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 333806 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 333806 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335224 KiB

[startup+25.5003 s]
/proc/loadavg: 4.28 4.38 4.36 5/335 1026378
/proc/meminfo: memFree=115494900/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=1764312 CPUtime=28.72 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 34267 0 0 0 2833 39 0 0 20 0 20 0 194994807 19566772224 441078 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 441078 5854 1 0 664087 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=1333128 CPUtime=24.87 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 11158 0 0 0 2455 32 0 0 20 0 20 0 194994807 19566772224 441078 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 441078 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=1760208 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 441078 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 441078 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1764312 KiB

[startup+51.1059 s]
/proc/loadavg: 4.48 4.41 4.37 5/335 1026517
/proc/meminfo: memFree=120964776/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=2275816 CPUtime=54.55 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 40620 0 0 0 5402 53 0 0 20 0 20 0 194994807 19566772224 568954 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 568954 5854 1 0 791512 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=2273540 CPUtime=49.84 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 15151 0 0 0 4940 44 0 0 20 0 20 0 194994807 19566772224 568954 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0

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

/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 176 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 834267 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=3298156 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 834267 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 290.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337068 KiB

[startup+342.301 s]
/proc/loadavg: 4.12 4.27 4.32 5/330 1026569
/proc/meminfo: memFree=115837008/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3429736 CPUtime=351.8 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 82269 0 0 0 35084 96 0 0 20 0 20 0 194994807 19566772224 857434 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 857434 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=3294060 CPUtime=331.7 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 33718 0 0 0 33113 57 0 0 20 0 20 0 194994807 19566772224 857434 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=3398572 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 857434 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=3355548 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 214 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 857434 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=3421504 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 857434 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 351.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3429736 KiB

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

# cumulated CPU time of all completed processes:  user=390.695 s, system=1.00849 s

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

[startup+358.401 s]
/proc/loadavg: 4.17 4.27 4.32 5/330 1026572
/proc/meminfo: memFree=115741272/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3446120 CPUtime=368.14 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 82678 0 0 0 36717 97 0 0 20 0 20 0 194994807 19566772224 861530 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 861530 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=3332972 CPUtime=347.15 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 34096 0 0 0 34658 57 0 0 20 0 20 0 194994807 19566772224 861530 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 861530 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=11444 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 214 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 861530 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 861530 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 368.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3446120 KiB

[startup+371.201 s]
/proc/loadavg: 4.14 4.26 4.32 6/330 1026573
/proc/meminfo: memFree=115659160/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3483036 CPUtime=381.14 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 85558 0 0 0 38016 98 0 0 20 0 20 0 194994807 19566772224 870759 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 870759 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=7379546361964423779 CPUtime=359.47 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 35681 0 0 0 35889 58 0 0 20 0 20 0 194994807 19566772224 870759 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=40500 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 870759 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=3472796 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 870759 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=26564 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 870759 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 381.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3483036 KiB

[startup+377.601 s]
/proc/loadavg: 4.12 4.25 4.31 5/330 1026575
/proc/meminfo: memFree=115634360/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3491228 CPUtime=387.62 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 85683 0 0 0 38663 99 0 0 20 0 20 0 194994807 19566772224 872807 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 872807 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=5516 CPUtime=365.65 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 35791 0 0 0 36507 58 0 0 20 0 20 0 194994807 19566772224 872807 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 872807 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 872807 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 872807 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 387.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3491228 KiB

[startup+379.201 s]
/proc/loadavg: 4.12 4.25 4.31 5/330 1026575
/proc/meminfo: memFree=115628232/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3491276 CPUtime=389.22 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 87520 0 0 0 38823 99 0 0 20 0 20 0 194994807 19566772224 872819 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 872819 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=46320 CPUtime=367.23 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 36150 0 0 0 36665 58 0 0 20 0 20 0 194994807 19566772224 872819 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 872819 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=3491228 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 872819 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 872819 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 389.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3491276 KiB

[startup+380.801 s]
/proc/loadavg: 4.12 4.25 4.31 5/330 1026575
/proc/meminfo: memFree=115624052/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3495440 CPUtime=391.05 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 91057 0 0 0 39006 99 0 0 20 0 20 0 194994807 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 873860 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=13072 CPUtime=368.75 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 36157 0 0 0 36817 58 0 0 20 0 20 0 194994807 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=3491228 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=1816 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=3495440 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 391.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495440 KiB

[startup+381.201 s]
/proc/loadavg: 4.12 4.25 4.31 5/330 1026575
/proc/meminfo: memFree=115624052/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19108176 memory=3495440 CPUtime=391.44 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 91058 0 0 0 39045 99 0 0 20 0 20 0 194994807 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4777044 873860 5886 1 0 925273 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19108176 memory=3491228 CPUtime=369.14 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) R 1026349 1026352 1021642 0 -1 4194368 36157 0 0 0 36856 58 0 0 20 0 20 0 194994807 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19108176 memory=-7380376671889418084 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026372] ppid=1026349 vsize=19108176 memory=16076 CPUtime=0 cores=1,3
/proc/1026352/task/1026372/stat : 1026372 (Timer-0) S 1026349 1026352 1021642 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194994838 19566772224 873860 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 391.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3495440 KiB

[startup+381.404 s]
/proc/loadavg: 4.12 4.25 4.31 5/330 1026575
/proc/meminfo: memFree=115624052/131524600 swapFree=131071996/131071996
[pid=1026352] ppid=1026349 vsize=19241304 memory=3495908 CPUtime=391.67 cores=1,3
/proc/1026352/stat : 1026352 (java) S 1026349 1026352 1021642 0 -1 1077936128 93117 0 0 0 39068 99 0 0 20 0 20 0 194994807 19703095296 873977 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
/proc/1026352/statm: 4810326 873977 5885 1 0 925891 0
[pid=1026352/tid=1026354] ppid=1026349 vsize=19241304 memory=5528 CPUtime=369.31 cores=1,3
/proc/1026352/task/1026354/stat : 1026354 (java) S 1026349 1026352 1021642 0 -1 1077936192 37506 0 0 0 36873 58 0 0 20 0 20 0 194994807 19703095296 873977 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026363] ppid=1026349 vsize=19241304 memory=-7380376671889418084 CPUtime=0 cores=1,3
/proc/1026352/task/1026363/stat : 1026363 (Finalizer) S 1026349 1026352 1021642 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194994810 19703095296 873977 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
[pid=1026352/tid=1026370] ppid=1026349 vsize=19241304 memory=17840 CPUtime=0 cores=1,3
/proc/1026352/task/1026370/stat : 1026370 (Common-Cleaner) S 1026349 1026352 1021642 0 -1 1077936192 256 0 0 0 0 0 0 0 20 0 20 0 194994811 19703095296 873977 134679101440 94412714459136 94412714462832 140728311234496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94412714470648 94412714471440 94412716580864 140728311243763 140728311243871 140728311243871 140728311250888 0
Current children cumulated CPU time: 391.67 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3495908 KiB

Child status: 20

Real time (s): 381.422
CPU time (s): 391.703
CPU user time (s): 390.695
CPU system time (s): 1.00849
CPU usage (%): 102.695
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3495908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 390.695
system time used= 1.00849
maximum resident set size= 3497024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93351
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18425
involuntary context switches= 2579


# summary of solver processes directly reported to runsolver:
#   pid: 1026352
#   total CPU time (s): 391.703
#   total CPU user time (s): 390.695
#   total CPU system time (s): 1.00849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.71365 second user time and 2.13878 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-20 00:31:52
IDJOB=4451521
IDBENCH=162575
IDSOLVER=3052
FILE ID=nodeC024/4451521-1721428299
RUNJOBID= nodeC024-1721421240-1021654
SLURM_JOB_ID= 7545498
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l040-r039-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451521-1721428299/watcher-4451521-1721428299 -o /tmp/evaluation-result-4451521-1721428299/solver-4451521-1721428299 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721421240-1021654 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451521-1721428299.opb

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

MD5SUM BENCH= 96e2a5c3c03fdb4a4e45b0158ae682a4
RANDOM SEED=1058716149

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117272900 kB
MemAvailable:   118033912 kB
Buffers:          534732 kB
Cached:          1070840 kB
SwapCached:            0 kB
Active:          1027172 kB
Inactive:       12587668 kB
Active(anon):       1540 kB
Inactive(anon): 12053640 kB
Active(file):    1025632 kB
Inactive(file):   534028 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:      12009196 kB
Mapped:           127392 kB
Shmem:             45912 kB
KReclaimable:      82000 kB
Slab:             194208 kB
SReclaimable:      82000 kB
SUnreclaim:       112208 kB
KernelStack:        5072 kB
PageTables:        33608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13197584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70912 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11632640 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:      299732 kB
DirectMap2M:    36173824 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC024 at 2024-07-20 00:38:14