Trace number 4450195

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 Partial RoundingSAT 2024 2024-07-12UNSAT 82.2201 77.9243

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/
normalized-3col-left3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
MD5SUM0ab1d1ac5ce007d31736a39209d4d68d
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.483629
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3738
Total number of constraints8839
Number of constraints which are clauses4174
Number of constraints which are cardinality constraints (but not clauses)4665
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4450195-1721407559.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.53/0.35	c ... done. Wall clock time 0.198s.
0.53/0.35	c declared #vars     3738
0.53/0.35	c #constraints  8839
0.53/0.35	c constraints type 
0.53/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2928
0.53/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 4665
0.53/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1246
0.53/0.35	c 8839 constraints processed.
5.73/3.30	c cleaning 1970 clauses out of 5002 with flag 0/5002
11.42/8.75	c cleaning 3763 clauses out of 9030 with flag 0/11000
19.37/16.58	c cleaning 4431 clauses out of 12268 with flag 0/18001
30.10/27.12	c cleaning 4974 clauses out of 15837 with flag 0/26001
43.42/40.24	c cleaning 5708 clauses out of 19862 with flag 0/35000
61.21/57.50	c cleaning 6141 clauses out of 24155 with flag 0/45001
82.07/77.87	c starts		: 74
82.07/77.87	c conflicts		: 54775
82.07/77.87	c decisions		: 214250
82.07/77.87	c propagations		: 21218022
82.07/77.87	c inspects		: 141518569
82.07/77.87	c shortcuts		: 0
82.07/77.87	c learnt literals	: 2
82.07/77.87	c learnt binary clauses	: 1
82.07/77.87	c learnt ternary clauses	: 861
82.07/77.87	c learnt constraints	: 54772
82.07/77.87	c ignored constraints	: 0
82.07/77.87	c root simplifications	: 0
82.07/77.87	c removed literals (reason simplification)	: 0
82.07/77.87	c reason swapping (by a shorter reason)	: 0
82.07/77.87	c Calls to reduceDB	: 6
82.07/77.87	c Number of update (reduction) of LBD	: 2655660
82.07/77.87	c Imported unit clauses	: 0
82.07/77.87	c No decision after first conflict	: false
82.07/77.87	c number of reductions to clauses (during analyze)	: 0
82.07/77.87	c number of learned constraints concerned by reduction	: 0
82.07/77.87	c number of learning phase by resolution	: 0
82.07/77.87	c number of learning phase by cutting planes	: 0
82.07/77.87	c number of rounding to 1 operations	: 192566
82.07/77.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
82.07/77.87	c number of reductions of the coefficients by power 2 	: 0
82.07/77.87	c number of right shift for reduction by power 2 	: 0
82.07/77.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
82.07/77.87	c number of ending skipping 	: 0
82.07/77.87	c number of internal skipping 	: 0
82.07/77.87	c number of derivation steps 	: 2841244
82.07/77.87	c number of skipped derivation steps 	: 0
82.07/77.87	c number of remaining unassigned 	: 2500
82.07/77.87	c number of remaining assigned 	: 10340064
82.07/77.87	c number of falsified literals weakened from reason	: 0
82.07/77.88	c number of falsified literals weakened from conflict	: 0
82.07/77.88	c time for arithmetic operations	: 822666879
82.07/77.88	c minimum degree of deleted constraints	: 4
82.07/77.88	c maximum degree of deleted constraints	: 327243
82.07/77.88	c number of deleted constraints	: 26987
82.07/77.88	c speed (assignments/second)	: 273731.4807647651
82.07/77.88	c non guided choices	: 11072
82.07/77.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 10696
82.07/77.89	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1144
82.07/77.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
82.07/77.89	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 15944
82.20/77.90	s UNSATISFIABLE
82.20/77.90	c Total wall clock time (in seconds): 77.744

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450195-1721407559/watcher-4450195-1721407559 -o /tmp/evaluation-result-4450195-1721407559/solver-4450195-1721407559 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450195-1721407559.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=1024417, runsolver pid=1024414

[startup+0.101434 s]*
/proc/loadavg: 4.48 4.19 3.43 7/329 1024435
/proc/meminfo: memFree=113690884/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=18975048 memory=64828 CPUtime=0.13 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 7234 0 0 0 11 2 0 0 20 0 18 0 192915014 19430449152 16207 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4743762 16207 5601 1 0 549356 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 1078198336 5773 0 0 0 7 1 0 0 20 0 18 0 192915014 19430449152 16207 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192915017 19430449152 16207 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192915017 19430449152 16207 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64828 KiB

[startup+0.209652 s]*
/proc/loadavg: 4.48 4.19 3.43 7/329 1024435
/proc/meminfo: memFree=113661880/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=18975048 memory=99164 CPUtime=0.33 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 7812 0 0 0 30 3 0 0 20 0 18 0 192915014 19430449152 24791 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4743762 24791 5914 1 0 549716 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 6049 0 0 0 16 2 0 0 20 0 18 0 192915014 19430449152 24791 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=18975048 memory=1285800 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 192915017 19430449152 24791 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192915017 19430449152 24791 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99164 KiB

[startup+0.312911 s]*
/proc/loadavg: 4.48 4.19 3.43 7/330 1024436
/proc/meminfo: memFree=113583308/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19041612 memory=187380 CPUtime=0.53 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 9474 0 0 0 48 5 0 0 20 0 19 0 192915014 19498610688 46845 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4760403 46845 5930 1 0 551047 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19041612 memory=-7524491859965602403 CPUtime=0.27 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 6118 0 0 0 23 4 0 0 20 0 19 0 192915014 19498610688 47357 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 192915017 19498610688 47357 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192915017 19498610688 47357 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 187380 KiB

[startup+0.700243 s]
/proc/loadavg: 4.48 4.19 3.43 8/331 1024437
/proc/meminfo: memFree=113551040/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=230264 CPUtime=1.27 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 11382 0 0 0 121 6 0 0 20 0 20 0 192915014 19566772224 57566 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 57566 5930 1 0 552492 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=736 CPUtime=0.62 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 6209 0 0 0 57 5 0 0 20 0 20 0 192915014 19566772224 57566 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 57566 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 57566 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 57566 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 230264 KiB

[startup+1.50091 s]
/proc/loadavg: 4.76 4.25 3.46 7/331 1024437
/proc/meminfo: memFree=113469988/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=500900 CPUtime=2.86 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 13201 0 0 0 275 11 0 0 20 0 20 0 192915014 19566772224 125225 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 125225 5930 1 0 553407 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=4892 CPUtime=1.4 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 6372 0 0 0 130 10 0 0 20 0 20 0 192915014 19566772224 125225 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 125225 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 125225 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=280909383378192 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 125225 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 500900 KiB

[startup+3.11154 s]
/proc/loadavg: 4.76 4.25 3.46 5/331 1024437
/proc/meminfo: memFree=112437560/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=1322588 CPUtime=5.48 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 19935 0 0 0 521 27 0 0 20 0 20 0 192915014 19566772224 330647 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 330647 5946 1 0 554354 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=0 CPUtime=2.97 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 7046 0 0 0 273 24 0 0 20 0 20 0 192915014 19566772224 330647 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 330647 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 330647 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 330647 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322588 KiB

[startup+6.30027 s]
/proc/loadavg: 4.70 4.25 3.46 5/331 1024439
/proc/meminfo: memFree=112436316/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=1317648 CPUtime=9 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 22725 0 0 0 873 27 0 0 20 0 20 0 192915014 19566772224 329412 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 329412 5946 1 0 554395 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=4892 CPUtime=6.07 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 8578 0 0 0 583 24 0 0 20 0 20 0 192915014 19566772224 329412 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 329412 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=556784 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 329412 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 329412 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317648 KiB

[startup+12.7003 s]
/proc/loadavg: 4.81 4.27 3.47 6/331 1024439
/proc/meminfo: memFree=111187624/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=2508144 CPUtime=15.49 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 24626 0 0 0 1499 50 0 0 20 0 20 0 192915014 19566772224 627036 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 627036 5946 1 0 857281 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=0 CPUtime=12.34 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 9696 0 0 0 1188 46 0 0 20 0 20 0 192915014 19566772224 627036 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=-7524491859965602403 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 627036 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=1200 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 627036 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 627036 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 15.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2508144 KiB

[startup+25.5003 s]
/proc/loadavg: 4.68 4.27 3.48 5/331 1024442
/proc/meminfo: memFree=111115260/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=2510476 CPUtime=28.44 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 28564 0 0 0 2792 52 0 0 20 0 20 0 192915014 19566772224 627619 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 627619 5946 1 0 857281 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=7804 CPUtime=24.84 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 12127 0 0 0 2437 47 0 0 20 0 20 0 192915014 19566772224 627619 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 627619 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=1317648 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 627619 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=280909383324976 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 627619 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2510476 KiB

[startup+51.1057 s]
/proc/loadavg: 4.69 4.30 3.52 5/331 1024445
/proc/meminfo: memFree=110962708/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=2537328 CPUtime=54.59 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 35000 0 0 0 5403 56 0 0 20 0 20 0 192915014 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 634332 5946 1 0 857282 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=2529100 CPUtime=49.74 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 15972 0 0 0 4926 48 0 0 20 0 20 0 192915014 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=280909384074624 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0

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

/proc/loadavg: 4.69 4.30 3.52 5/331 1024445
/proc/meminfo: memFree=110962708/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=2537328 CPUtime=54.68 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 35000 0 0 0 5412 56 0 0 20 0 20 0 192915014 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 634332 5946 1 0 857282 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=7804 CPUtime=49.83 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 15972 0 0 0 4935 48 0 0 20 0 20 0 192915014 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=16256 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=1200 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 634332 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 54.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2537328 KiB

[startup+64.0003 s]*
/proc/loadavg: 4.58 4.29 3.52 5/331 1024449
/proc/meminfo: memFree=110390604/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3107964 CPUtime=67.85 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 38436 0 0 0 6717 68 0 0 20 0 20 0 192915014 19566772224 776991 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 776991 5946 1 0 986785 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=-7524491859965602403 CPUtime=62.14 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 17706 0 0 0 6156 58 0 0 20 0 20 0 192915014 19566772224 776991 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=2720 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 776991 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=4848 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 776991 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=3996268 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 776991 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 67.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3107964 KiB

[startup+70.4009 s]
/proc/loadavg: 4.54 4.29 3.53 5/331 1024449
/proc/meminfo: memFree=110382304/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3116344 CPUtime=74.43 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41506 0 0 0 7374 69 0 0 20 0 20 0 192915014 19566772224 779086 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 779086 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=27784 CPUtime=68.32 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 18721 0 0 0 6774 58 0 0 20 0 20 0 192915014 19566772224 779086 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=2586620 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 779086 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=2576296 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 779086 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 779086 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 74.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3116344 KiB

[startup+73.6009 s]
/proc/loadavg: 4.65 4.32 3.54 5/331 1024449
/proc/meminfo: memFree=110365808/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3132808 CPUtime=77.7 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41666 0 0 0 7700 70 0 0 20 0 20 0 192915014 19566772224 783202 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 783202 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=3132808 CPUtime=71.38 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 18849 0 0 0 7080 58 0 0 20 0 20 0 192915014 19566772224 783202 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=3116328 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 783202 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 783202 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 783202 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 77.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3132808 KiB

[startup+75.2003 s]
/proc/loadavg: 4.65 4.32 3.54 6/331 1024450
/proc/meminfo: memFree=110347096/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3147144 CPUtime=79.39 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41764 0 0 0 7869 70 0 0 20 0 20 0 192915014 19566772224 786786 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 786786 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=29536 CPUtime=72.88 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 18921 0 0 0 7230 58 0 0 20 0 20 0 192915014 19566772224 786786 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=-7524491859965602403 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 786786 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 786786 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 786786 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 79.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3147144 KiB

[startup+76.8009 s]
/proc/loadavg: 4.68 4.33 3.55 6/331 1024450
/proc/meminfo: memFree=110347040/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3159432 CPUtime=81.05 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41945 0 0 0 8035 70 0 0 20 0 20 0 192915014 19566772224 789858 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 789858 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=2545520 CPUtime=74.39 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) S 1024414 1024417 1019718 0 -1 1077936192 19061 0 0 0 7381 58 0 0 20 0 20 0 192915014 19566772224 789858 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 789858 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=2576296 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 789858 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=3108020 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 789858 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 81.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3159432 KiB

[startup+77.6003 s]
/proc/loadavg: 4.68 4.33 3.55 6/331 1024450
/proc/meminfo: memFree=110330620/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3163528 CPUtime=81.87 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41978 0 0 0 8117 70 0 0 20 0 20 0 192915014 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 790882 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=4892 CPUtime=75.16 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 19065 0 0 0 7458 58 0 0 20 0 20 0 192915014 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=16256 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=1200 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 81.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3163528 KiB

[startup+77.8003 s]
/proc/loadavg: 4.68 4.33 3.55 6/331 1024450
/proc/meminfo: memFree=110330620/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19108176 memory=3163528 CPUtime=82.07 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 41984 0 0 0 8137 70 0 0 20 0 20 0 192915014 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4777044 790882 5962 1 0 986795 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19108176 memory=2240 CPUtime=75.36 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) R 1024414 1024417 1019718 0 -1 4194368 19071 0 0 0 7478 58 0 0 20 0 20 0 192915014 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19108176 memory=27784 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19108176 memory=144 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024437] ppid=1024414 vsize=19108176 memory=216 CPUtime=0 cores=4,6
/proc/1024417/task/1024437/stat : 1024437 (Timer-0) S 1024414 1024417 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192915050 19566772224 790882 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 82.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3163528 KiB

[startup+77.9009 s]
/proc/loadavg: 4.68 4.33 3.55 6/331 1024450
/proc/meminfo: memFree=110330620/131524600 swapFree=130799640/131071996
[pid=1024417] ppid=1024414 vsize=19241304 memory=3163988 CPUtime=82.2 cores=4,6
/proc/1024417/stat : 1024417 (java) S 1024414 1024417 1019718 0 -1 1077936128 43532 0 0 0 8149 71 0 0 20 0 20 0 192915014 19703095296 790997 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
/proc/1024417/statm: 4810326 790997 5959 1 0 987413 0
[pid=1024417/tid=1024419] ppid=1024414 vsize=19241304 memory=3107964 CPUtime=75.43 cores=4,6
/proc/1024417/task/1024419/stat : 1024419 (java) S 1024414 1024417 1019718 0 -1 1077936192 20000 0 0 0 7485 58 0 0 20 0 20 0 192915014 19703095296 790997 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024428] ppid=1024414 vsize=19241304 memory=3108028 CPUtime=0 cores=4,6
/proc/1024417/task/1024428/stat : 1024428 (Finalizer) S 1024414 1024417 1019718 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 192915017 19703095296 790997 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
[pid=1024417/tid=1024435] ppid=1024414 vsize=19241304 memory=7804 CPUtime=0 cores=4,6
/proc/1024417/task/1024435/stat : 1024435 (Common-Cleaner) S 1024414 1024417 1019718 0 -1 1077936192 85 0 0 0 0 0 0 0 20 0 20 0 192915017 19703095296 790997 134679101440 94379917312000 94379917315696 140727816439616 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94379917323512 94379917324304 94379935944704 140727816442862 140727816442975 140727816442975 140727816449992 0
Current children cumulated CPU time: 82.2 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3163988 KiB

Child status: 20

Real time (s): 77.9243
CPU time (s): 82.2201
CPU user time (s): 81.4966
CPU system time (s): 0.723487
CPU usage (%): 105.513
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3163988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.4966
system time used= 0.723487
maximum resident set size= 3165220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43634
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= 4314
involuntary context switches= 515


# summary of solver processes directly reported to runsolver:
#   pid: 1024417
#   total CPU time (s): 82.2201
#   total CPU user time (s): 81.4966
#   total CPU system time (s): 0.723487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.158308 second user time and 0.432252 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:46:11
IDJOB=4450195
IDBENCH=160413
IDSOLVER=3046
FILE ID=nodeC014/4450195-1721407559
RUNJOBID= nodeC014-1721406737-1023807
SLURM_JOB_ID= 7545426
Free space on /tmp= 890032 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/3COL-FromCNF/normalized-3col-left3reg-l050-r049-n1.cnf-extracted.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450195-1721407559/watcher-4450195-1721407559 -o /tmp/evaluation-result-4450195-1721407559/solver-4450195-1721407559 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450195-1721407559.opb

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

MD5SUM BENCH= 0ab1d1ac5ce007d31736a39209d4d68d
RANDOM SEED=1481656606

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113735236 kB
MemAvailable:   117846636 kB
Buffers:          484696 kB
Cached:          4422440 kB
SwapCached:        12868 kB
Active:          1488040 kB
Inactive:       15651448 kB
Active(anon):       9176 kB
Inactive(anon): 12252696 kB
Active(file):    1478864 kB
Inactive(file):  3398752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              1348 kB
Writeback:             0 kB
AnonPages:      12223284 kB
Mapped:            70820 kB
Shmem:             29480 kB
KReclaimable:     146864 kB
Slab:             249984 kB
SReclaimable:     146864 kB
SUnreclaim:       103120 kB
KernelStack:        5024 kB
PageTables:        34524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12919976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11870208 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-19 18:47:29