Trace number 4450501

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.2 3571.01

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
MD5SUMdd92d9e5756ed22f81c522492be205b4
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.174833
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8580
Total number of constraints2146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints2080
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.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.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4450501-1721421025.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  no objective function found
0.33/0.31	c ... done. Wall clock time 0.149s.
0.33/0.31	c declared #vars     8580
0.33/0.31	c #constraints  2146
0.33/0.31	c constraints type 
0.33/0.31	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2146
0.33/0.31	c 2146 constraints processed.
5.41/3.59	c cleaning 2495 clauses out of 5000 with flag 0/5000
11.84/9.72	c cleaning 4252 clauses out of 8506 with flag 0/11001
16.11/13.74	c cleaning 5616 clauses out of 11253 with flag 0/18000
21.06/18.69	c cleaning 6772 clauses out of 13637 with flag 0/26000
26.14/23.37	c cleaning 7875 clauses out of 15865 with flag 0/35000
34.79/31.38	c cleaning 8978 clauses out of 17990 with flag 0/45000
49.47/45.74	c cleaning 9989 clauses out of 20012 with flag 0/56000
59.07/55.26	c cleaning 10960 clauses out of 22023 with flag 0/68000
76.36/72.26	c cleaning 11957 clauses out of 24063 with flag 0/81000
91.97/87.71	c cleaning 13008 clauses out of 26106 with flag 0/95000
129.45/124.94	c cleaning 14012 clauses out of 28098 with flag 0/110000
146.15/141.20	c cleaning 15020 clauses out of 30086 with flag 0/126000
163.12/157.61	c cleaning 16011 clauses out of 32066 with flag 0/143000
183.03/177.02	c cleaning 16996 clauses out of 34057 with flag 0/161002
254.87/248.52	c cleaning 17990 clauses out of 36060 with flag 0/180001
319.54/313.08	c cleaning 19020 clauses out of 38070 with flag 0/200001
341.71/335.08	c cleaning 20008 clauses out of 40049 with flag 0/221000
360.31/353.41	c cleaning 21008 clauses out of 42041 with flag 0/243000
781.70/776.11	c cleaning 22001 clauses out of 44033 with flag 0/266000
820.57/814.78	c cleaning 23003 clauses out of 46032 with flag 0/290000
904.92/898.49	c cleaning 23997 clauses out of 48029 with flag 0/315000
1012.10/1005.06	c cleaning 25004 clauses out of 50032 with flag 0/341000
1043.00/1035.42	c cleaning 25999 clauses out of 52028 with flag 0/368000
1715.84/1708.14	c cleaning 27000 clauses out of 54029 with flag 0/396000
2148.58/2141.05	c cleaning 28000 clauses out of 56032 with flag 0/425003
2243.98/2236.17	c cleaning 28984 clauses out of 58030 with flag 0/455001
2320.22/2311.40	c cleaning 30006 clauses out of 60046 with flag 0/486001
2398.17/2388.23	c cleaning 31002 clauses out of 62039 with flag 0/518000
2495.41/2483.72	c cleaning 32003 clauses out of 64037 with flag 0/551000
2560.11/2547.55	c cleaning 33001 clauses out of 66035 with flag 0/585001
2612.68/2599.48	c cleaning 33996 clauses out of 68034 with flag 0/620001
2675.67/2661.55	c cleaning 34998 clauses out of 70037 with flag 0/656000
2718.47/2703.79	c cleaning 36005 clauses out of 72040 with flag 0/693001
2771.27/2755.20	c cleaning 37003 clauses out of 74035 with flag 0/731001
2813.27/2796.93	c cleaning 37999 clauses out of 76032 with flag 0/770001
2875.73/2858.89	c cleaning 38997 clauses out of 78032 with flag 0/810000
2929.11/2911.85	c cleaning 40000 clauses out of 80037 with flag 0/851002
2996.05/2978.23	c cleaning 41002 clauses out of 82035 with flag 0/893000
3055.27/3036.79	c cleaning 41999 clauses out of 84033 with flag 0/936000
3104.70/3084.62	c cleaning 43000 clauses out of 86035 with flag 0/980001
3154.43/3133.71	c cleaning 43998 clauses out of 88034 with flag 0/1025000
3210.62/3188.37	c cleaning 45002 clauses out of 90036 with flag 0/1071000
3281.25/3258.52	c cleaning 45998 clauses out of 92034 with flag 0/1118000
3358.61/3333.96	c cleaning 46999 clauses out of 94036 with flag 0/1166000
3445.21/3419.56	c cleaning 48000 clauses out of 96037 with flag 0/1215000
3544.75/3517.42	c cleaning 49002 clauses out of 98037 with flag 0/1265000
3600.05/3570.91	c starts		: 4
3600.05/3570.91	c conflicts		: 1313454
3600.05/3570.91	c decisions		: 2837339
3600.05/3570.91	c propagations		: 7782063
3600.05/3570.91	c inspects		: 2094968949
3600.05/3570.91	c shortcuts		: 0
3600.05/3570.91	c learnt literals	: 0
3600.05/3570.91	c learnt binary clauses	: 0
3600.05/3570.91	c timeout
3600.05/3570.91	c learnt ternary clauses	: 0
3600.05/3570.91	c learnt constraints	: 1313454
3600.05/3570.91	c ignored constraints	: 0
3600.05/3570.91	c root simplifications	: 0
3600.05/3570.91	c removed literals (reason simplification)	: 0
3600.05/3570.91	c reason swapping (by a shorter reason)	: 0
3600.05/3570.91	c Calls to reduceDB	: 46
3600.05/3570.91	c Number of update (reduction) of LBD	: 1461607
3600.05/3570.91	c Imported unit clauses	: 0
3600.05/3570.91	c No decision after first conflict	: false
3600.05/3570.91	c number of reductions to clauses (during analyze)	: 0
3600.05/3570.91	c number of learned constraints concerned by reduction	: 0
3600.05/3570.91	c number of learning phase by resolution	: 0
3600.05/3570.91	c number of learning phase by cutting planes	: 0
3600.05/3570.91	c number of rounding to 1 operations	: 0
3600.05/3570.91	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3570.91	c number of reductions of the coefficients by power 2 	: 0
3600.05/3570.91	c number of right shift for reduction by power 2 	: 0
3600.05/3570.91	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3570.91	c number of ending skipping 	: 0
3600.05/3570.91	c number of internal skipping 	: 0
3600.05/3570.91	c number of derivation steps 	: 3569469
3600.05/3570.91	c number of skipped derivation steps 	: 0
3600.05/3570.93	c number of remaining unassigned 	: 653546
3600.05/3570.93	c number of remaining assigned 	: 130877274
3600.05/3570.93	c number of falsified literals weakened from reason	: 0
3600.05/3570.93	c number of falsified literals weakened from conflict	: 0
3600.05/3570.93	c time for arithmetic operations	: 12822400570
3600.05/3570.94	c minimum degree of deleted constraints	: 1
3600.05/3570.94	c maximum degree of deleted constraints	: 6404431609754688469666026870536505933752511413828982257655353851688610026031917006966257969331684910361314985565163668287881501434885899284348541997072071058695861396013989614598909957272689382125492712460893614069015976829861907269443035653966469069768009397943803934001774646933993032976655012404437416377759198761018452582789726869012504120318385432671851698442190857666978849500260608569681238718968787587816306445999918374498319980089952832151414530123879094639109792701354482688644461521478515716008970812035620
3600.05/3570.94	c number of deleted constraints	: 1215965
3600.05/3570.94	c speed (assignments/second)	: 2179.4674099163562
3600.05/3570.94	c non guided choices	: 3416
3600.05/3570.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3845
3600.05/3570.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 93644
3600.05/3570.99	s UNKNOWN
3600.05/3570.99	c Total wall clock time (in seconds): 3570.835

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: 63968 MiB (59714 MiB free)
  memory of node 1: 64473 MiB (62946 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450501-1721421025/watcher-4450501-1721421025 -o /tmp/evaluation-result-4450501-1721421025/solver-4450501-1721421025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046942 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450501-1721421025.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=1046996, runsolver pid=1046993

[startup+0.100785 s]*
/proc/loadavg: 3.70 4.04 4.08 11/328 1047071
/proc/meminfo: memFree=125434140/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=18975048 memory=65468 CPUtime=0.13 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 7747 0 0 0 12 1 0 0 20 0 18 0 194264900 19430449152 16367 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4743762 16367 5698 1 0 549356 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 1078198336 6282 0 0 0 8 1 0 0 20 0 18 0 194264900 19430449152 16367 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=18975048 memory=1905144 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 16367 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 16367 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65468 KiB

[startup+0.208019 s]*
/proc/loadavg: 3.70 4.04 4.08 14/329 1047072
/proc/meminfo: memFree=125303656/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=18975048 memory=104696 CPUtime=0.33 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 8195 0 0 0 31 2 0 0 20 0 18 0 194264900 19430449152 26174 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4743762 26174 5880 1 0 549715 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 6563 0 0 0 17 2 0 0 20 0 18 0 194264900 19430449152 26174 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=18975048 memory=1905144 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 26174 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194264903 19430449152 26174 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 104696 KiB

[startup+0.305411 s]*
/proc/loadavg: 3.70 4.04 4.08 16/332 1047075
/proc/meminfo: memFree=125164936/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19041612 memory=166308 CPUtime=0.51 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 9771 0 0 0 47 4 0 0 20 0 19 0 194264900 19498610688 41577 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4760403 41577 5896 1 0 551004 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19041612 memory=-7307756127898528615 CPUtime=0.26 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 6609 0 0 0 23 3 0 0 20 0 19 0 194264900 19498610688 41577 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 41577 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 41577 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (java) R 1046993 1046996 1046930 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 41577 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166308 KiB

[startup+0.706222 s]
/proc/loadavg: 3.70 4.04 4.08 14/335 1047078
/proc/meminfo: memFree=124603252/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=167764 CPUtime=1.26 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 10185 0 0 0 122 4 0 0 20 0 20 0 194264900 19566772224 41941 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 41941 5896 1 0 551546 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=13124 CPUtime=0.61 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 6654 0 0 0 58 3 0 0 20 0 20 0 194264900 19566772224 41941 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 41941 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=279858592936936 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 41941 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 41941 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 167764 KiB

[startup+1.50122 s]
/proc/loadavg: 3.70 4.04 4.08 9/314 1047097
/proc/meminfo: memFree=123986420/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=375436 CPUtime=2.83 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 14034 0 0 0 275 8 0 0 20 0 20 0 194264900 19566772224 93859 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 93859 5896 1 0 553744 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=13124 CPUtime=1.36 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 6760 0 0 0 130 6 0 0 20 0 20 0 194264900 19566772224 93859 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=100 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 93859 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 93859 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 93859 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 375436 KiB

[startup+3.10624 s]
/proc/loadavg: 3.70 4.04 4.08 8/336 1047148
/proc/meminfo: memFree=120599660/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=1323936 CPUtime=4.91 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 18403 0 0 0 463 28 0 0 20 0 20 0 194264900 19566772224 330984 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 330984 5912 1 0 733375 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=0 CPUtime=2.93 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 7450 0 0 0 268 25 0 0 20 0 20 0 194264900 19566772224 330984 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 330984 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 330984 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 330984 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323936 KiB

[startup+6.30026 s]
/proc/loadavg: 3.72 4.04 4.08 6/336 1047148
/proc/meminfo: memFree=118628460/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=1722204 CPUtime=8.36 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 22479 0 0 0 800 36 0 0 20 0 20 0 194264900 19566772224 430551 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 430551 5912 1 0 733459 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=0 CPUtime=6.07 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 9471 0 0 0 574 33 0 0 20 0 20 0 194264900 19566772224 430551 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=13124 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 430551 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 430551 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 430551 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 8.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1722204 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 4.07 4.09 6/334 1047150
/proc/meminfo: memFree=117821000/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=1756180 CPUtime=15 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 24507 0 0 0 1462 38 0 0 20 0 20 0 194264900 19566772224 439045 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 439045 5912 1 0 733462 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=1756180 CPUtime=12.4 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 10453 0 0 0 1207 33 0 0 20 0 20 0 194264900 19566772224 439045 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 439045 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=1725460 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 439045 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 439045 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1756180 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 4.10 4.10 6/334 1047218
/proc/meminfo: memFree=117443128/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=1789312 CPUtime=28.78 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 35608 0 0 0 2838 40 0 0 20 0 20 0 194264900 19566772224 447328 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 447328 5928 1 0 735047 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=1756180 CPUtime=24.93 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 13684 0 0 0 2460 33 0 0 20 0 20 0 194264900 19566772224 447328 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=-7379813721936388702 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 447328 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 447328 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 447328 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 28.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1789312 KiB

[startup+51.1058 s]
/proc/loadavg: 4.04 4.09 4.09 7/334 1047223
/proc/meminfo: memFree=116582868/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=1844876 CPUtime=54.92 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 50633 0 0 0 5448 44 0 0 20 0 20 0 194264900 19566772224 461219 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 461219 5928 1 0 736145 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=1826408 CPUtime=49.9 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 16996 0 0 0 4957 33 0 0 20 0 20 0 194264900 19566772224 461219 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0

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

/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1113290 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4452992 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3633 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1113290 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=4452992 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1113290 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3183.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4453160 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.27 4.19 6/332 1048370
/proc/meminfo: memFree=109156000/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4460856 CPUtime=3245.09 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 297466 0 0 0 324271 238 0 0 20 0 20 0 194264900 19566772224 1115214 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115214 5930 1 0 1127318 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4460856 CPUtime=3173.28 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 139273 0 0 0 317242 86 0 0 20 0 20 0 194264900 19566772224 1115214 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=4460856 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115214 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4460856 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3634 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115214 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=4460856 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115214 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3245.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4460856 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.27 4.19 6/332 1048380
/proc/meminfo: memFree=109107752/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4460904 CPUtime=3305.64 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 300835 0 0 0 330324 240 0 0 20 0 20 0 194264900 19566772224 1115226 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115226 5930 1 0 1127327 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=14364 CPUtime=3231.93 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 141357 0 0 0 323107 86 0 0 20 0 20 0 194264900 19566772224 1115226 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=50160 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115226 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=20776 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3634 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115226 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=5628 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115226 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3305.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4460904 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.26 4.19 7/332 1048773
/proc/meminfo: memFree=109094608/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=3367.24 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 304831 0 0 0 336481 243 0 0 20 0 20 0 194264900 19566772224 1115270 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115270 5930 1 0 1127362 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=3290.83 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 142143 0 0 0 328997 86 0 0 20 0 20 0 194264900 19566772224 1115270 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=50160 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115270 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3676 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115270 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115270 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3367.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461080 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.23 4.18 6/332 1048783
/proc/meminfo: memFree=109044300/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4461192 CPUtime=3428.03 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 307091 0 0 0 342558 245 0 0 20 0 20 0 194264900 19566772224 1115298 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115298 5930 1 0 1127368 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=3349.32 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 143586 0 0 0 334845 87 0 0 20 0 20 0 194264900 19566772224 1115298 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 36 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115298 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4461192 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3676 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115298 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115298 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3428.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.22 4.18 6/332 1048794
/proc/meminfo: memFree=108977028/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4461244 CPUtime=3489.66 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 312381 0 0 0 348718 248 0 0 20 0 20 0 194264900 19566772224 1115311 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115311 5930 1 0 1127378 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4461080 CPUtime=3408.01 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 144730 0 0 0 340714 87 0 0 20 0 20 0 194264900 19566772224 1115311 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=14364 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115311 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4461244 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3697 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115311 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=4461240 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115311 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3489.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.19 4.17 6/332 1048973
/proc/meminfo: memFree=108975356/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4461280 CPUtime=3549.83 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 316078 0 0 0 354732 251 0 0 20 0 20 0 194264900 19566772224 1115320 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115320 5930 1 0 1127378 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4461244 CPUtime=3466.97 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 146724 0 0 0 346610 87 0 0 20 0 20 0 194264900 19566772224 1115320 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 39 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=4461264 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115320 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4461264 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3784 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115320 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=2328 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115320 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3549.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.9 s]
/proc/loadavg: 4.12 4.18 4.17 6/333 1048981
/proc/meminfo: memFree=108975136/131524600 swapFree=131071216/131071996
[pid=1046996] ppid=1046993 vsize=19108176 memory=4461376 CPUtime=3600.05 cores=1,3
/proc/1046996/stat : 1046996 (java) S 1046993 1046996 1046930 0 -1 1077936128 320081 0 0 0 359751 254 0 0 20 0 20 0 194264900 19566772224 1115344 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
/proc/1046996/statm: 4777044 1115344 5930 1 0 1127394 0
[pid=1046996/tid=1047000] ppid=1046993 vsize=19108176 memory=4461308 CPUtime=3514.03 cores=1,3
/proc/1046996/task/1047000/stat : 1047000 (java) R 1046993 1046996 1046930 0 -1 4194368 147456 0 0 0 351316 87 0 0 20 0 20 0 194264900 19566772224 1115344 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047051] ppid=1046993 vsize=19108176 memory=4461308 CPUtime=0 cores=1,3
/proc/1046996/task/1047051/stat : 1047051 (Finalizer) S 1046993 1046996 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115344 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047062] ppid=1046993 vsize=19108176 memory=4461280 CPUtime=0 cores=1,3
/proc/1046996/task/1047062/stat : 1047062 (Common-Cleaner) S 1046993 1046996 1046930 0 -1 1077936192 3790 0 0 0 0 0 0 0 20 0 20 0 194264903 19566772224 1115344 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
[pid=1046996/tid=1047076] ppid=1046993 vsize=19108176 memory=4461280 CPUtime=0 cores=1,3
/proc/1046996/task/1047076/stat : 1047076 (Timer-0) S 1046993 1046996 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194264931 19566772224 1115344 134679101440 94262621401088 94262621404784 140723118937584 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94262621412600 94262621413392 94262635589632 140723118945267 140723118945375 140723118945375 140723118952392 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461376 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3571.01 s]
# the end of solver process 1046996 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3597.64 s, system=2.56096 s

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

[startup+3571.01 s]*
/proc/loadavg: 4.11 4.18 4.17 5/315 1048985
/proc/meminfo: memFree=113399508/131524600 swapFree=131071216/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3571.01
CPU time (s): 3600.2
CPU user time (s): 3597.64
CPU system time (s): 2.56096
CPU usage (%): 100.817
Max. virtual memory (cumulated for all children) (KiB): 19111308
Max. memory (cumulated for all children) (KiB): 4461376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.64
system time used= 2.56096
maximum resident set size= 4463052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 321595
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132627
involuntary context switches= 16354


# summary of solver processes directly reported to runsolver:
#   pid: 1046996
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.64
#   total CPU system time (s): 2.56096

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.39865 second user time and 18.0282 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-19 22:30:37
IDJOB=4450501
IDBENCH=160462
IDSOLVER=3052
FILE ID=nodeC018/4450501-1721421025
RUNJOBID= nodeC018-1721421037-1046942
SLURM_JOB_ID= 7545491
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0064.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450501-1721421025/watcher-4450501-1721421025 -o /tmp/evaluation-result-4450501-1721421025/solver-4450501-1721421025 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046942 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4450501-1721421025.opb

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

MD5SUM BENCH= dd92d9e5756ed22f81c522492be205b4
RANDOM SEED=1921584300

nodeC018.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		: 3314.732
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.52
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		: 3444.338
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3574.836
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.52
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		: 3623.768
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3592.699
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.52
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		: 3515.081
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3620.273
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.52
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		: 3566.246
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125608868 kB
MemAvailable:   129734132 kB
Buffers:          538204 kB
Cached:          4387504 kB
SwapCached:          148 kB
Active:          1101292 kB
Inactive:        4158960 kB
Active(anon):       1448 kB
Inactive(anon):   378888 kB
Active(file):    1099844 kB
Inactive(file):  3780072 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              2864 kB
Writeback:             0 kB
AnonPages:        334444 kB
Mapped:           108940 kB
Shmem:             45784 kB
KReclaimable:     170340 kB
Slab:             273968 kB
SReclaimable:     170340 kB
SUnreclaim:       103628 kB
KernelStack:        3920 kB
PageTables:         9916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     746444 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    210944 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-19 23:30:08