Trace number 4446101

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.28 3547.83

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-20.opb
MD5SUMce92e16bf0ab8af5c50df3c37225d359
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark14.7404
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9342
Total number of constraints199352
Number of constraints which are clauses178530
Number of constraints which are cardinality constraints (but not clauses)720
Number of constraints which are nor clauses,nor cardinality constraints20102
Minimum length of a constraint2
Maximum length of a constraint231
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 232
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.17	c version CUSTOM.v20240707
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2115194816
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2122317824
0.30/0.23	c Number of processors 	2
0.47/0.39	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.39	 - never skip resolution steps
0.47/0.39	 - Auto-division on coefficients is disabled
0.47/0.39	 - No postprocessing
0.47/0.39	 - Conflict is considered as is when resolving
0.47/0.39	 - Use constraints as they come during conflict analysis
0.47/0.39	 - Weaken first using unassigned literals
0.47/0.39	 - Bump strategy: ALWAYS_ONE
0.47/0.39	 - Bumper: EFFECTIVE
0.47/0.39	--- Begin Solver configuration ---
0.47/0.39	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.39	Learn all clauses as in MiniSAT
0.47/0.39	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.39	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.39	No reason simplification
0.47/0.39	Dynamic restart strategy considering the size of the coefficients
0.47/0.39	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.39	timeout=2147483s
0.47/0.39	DB Simplification allowed=false
0.47/0.39	Listener: none
0.47/0.39	--- End Solver configuration ---
0.47/0.40	c Pseudo Boolean Optimization by upper bound
0.47/0.40	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.40	c  - never skip resolution steps
0.47/0.40	c  - Auto-division on coefficients is disabled
0.47/0.40	c  - No postprocessing
0.47/0.40	c  - Conflict is considered as is when resolving
0.47/0.40	c  - Use constraints as they come during conflict analysis
0.47/0.40	c  - Weaken first using unassigned literals
0.47/0.40	c  - Bump strategy: ALWAYS_ONE
0.47/0.40	c  - Bumper: EFFECTIVE
0.47/0.40	c --- Begin Solver configuration ---
0.47/0.40	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.47/0.40	c Learn all clauses as in MiniSAT
0.47/0.40	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.40	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.40	c No reason simplification
0.47/0.40	c Dynamic restart strategy considering the size of the coefficients
0.47/0.40	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.47/0.40	c timeout=2147483s
0.47/0.40	c DB Simplification allowed=false
0.47/0.40	c Listener: none
0.47/0.40	c --- End Solver configuration ---
0.47/0.40	c solving HOME/instance-4446101-1721331993.opb
0.47/0.40	c reading problem ... 
0.47/0.41	c  no objective function found
7.73/4.30	c ... done. Wall clock time 3.897s.
7.73/4.30	c declared #vars     9342
7.73/4.30	c #constraints  199720
7.73/4.30	c constraints type 
7.73/4.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 39953
7.73/4.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 722
7.73/4.30	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 20102
7.73/4.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 138943
7.73/4.30	c 199720 constraints processed.
10.42/5.69	c cleaning 2500 clauses out of 5001 with flag 0/5001
12.58/7.01	c cleaning 4251 clauses out of 8502 with flag 0/11002
16.00/8.96	c cleaning 5622 clauses out of 11249 with flag 0/18000
19.32/11.02	c cleaning 6809 clauses out of 13627 with flag 0/26000
21.76/13.05	c cleaning 7910 clauses out of 15823 with flag 0/35005
24.25/15.55	c cleaning 8944 clauses out of 17908 with flag 0/45000
27.36/18.63	c cleaning 9979 clauses out of 19965 with flag 0/56001
30.96/22.24	c cleaning 10989 clauses out of 21985 with flag 0/68000
34.70/25.99	c cleaning 11985 clauses out of 23996 with flag 0/81000
39.50/30.48	c cleaning 13004 clauses out of 26013 with flag 0/95002
44.65/35.18	c cleaning 13993 clauses out of 28008 with flag 0/110001
51.38/41.40	c cleaning 14988 clauses out of 30014 with flag 0/126000
67.63/57.23	c cleaning 15994 clauses out of 32027 with flag 0/143001
81.75/70.87	c cleaning 17009 clauses out of 34032 with flag 0/161000
96.09/85.15	c cleaning 18001 clauses out of 36025 with flag 0/180002
103.08/92.14	c cleaning 19005 clauses out of 38022 with flag 0/200000
110.26/99.34	c cleaning 20004 clauses out of 40017 with flag 0/221000
118.36/107.40	c cleaning 20998 clauses out of 42016 with flag 0/243003
127.20/116.20	c cleaning 21997 clauses out of 44017 with flag 0/266002
137.96/126.92	c cleaning 23005 clauses out of 46019 with flag 0/290001
150.98/139.82	c cleaning 23997 clauses out of 48015 with flag 0/315002
163.09/152.00	c cleaning 25008 clauses out of 50017 with flag 0/341001
173.25/161.93	c cleaning 25998 clauses out of 52008 with flag 0/368000
188.57/177.11	c cleaning 26995 clauses out of 54010 with flag 0/396000
202.10/190.49	c cleaning 28006 clauses out of 56016 with flag 0/425001
216.05/204.25	c cleaning 28981 clauses out of 58009 with flag 0/455000
255.10/242.39	c cleaning 29982 clauses out of 60028 with flag 0/486000
283.23/269.82	c cleaning 31012 clauses out of 62046 with flag 0/518000
302.62/289.22	c cleaning 32011 clauses out of 64035 with flag 0/551001
325.76/312.31	c cleaning 32990 clauses out of 66024 with flag 0/585001
389.50/375.28	c cleaning 33991 clauses out of 68035 with flag 0/620002
415.39/400.82	c cleaning 35008 clauses out of 70043 with flag 0/656001
449.80/434.63	c cleaning 36003 clauses out of 72034 with flag 0/693000
483.74/468.21	c cleaning 37005 clauses out of 74035 with flag 0/731004
521.47/505.36	c cleaning 38000 clauses out of 76027 with flag 0/770001
557.76/541.39	c cleaning 38998 clauses out of 78026 with flag 0/810000
596.15/579.18	c cleaning 40005 clauses out of 80028 with flag 0/851000
638.66/620.81	c cleaning 41006 clauses out of 82026 with flag 0/893003
668.34/650.11	c cleaning 41993 clauses out of 84018 with flag 0/936001
698.53/679.98	c cleaning 43002 clauses out of 86024 with flag 0/980000
734.75/715.79	c cleaning 44003 clauses out of 88022 with flag 0/1025000
770.11/751.05	c cleaning 45003 clauses out of 90021 with flag 0/1071002
811.49/792.31	c cleaning 45989 clauses out of 92017 with flag 0/1118001
846.08/826.81	c cleaning 47005 clauses out of 94028 with flag 0/1166001
886.87/867.59	c cleaning 48005 clauses out of 96024 with flag 0/1215002
961.33/940.95	c cleaning 49002 clauses out of 98017 with flag 0/1265000
1004.04/983.37	c cleaning 50001 clauses out of 100016 with flag 0/1316001
1051.69/1030.65	c cleaning 50997 clauses out of 102014 with flag 0/1368000
1100.90/1079.45	c cleaning 51995 clauses out of 104017 with flag 0/1421000
1145.99/1123.91	c cleaning 53008 clauses out of 106022 with flag 0/1475000
1195.53/1173.21	c cleaning 53997 clauses out of 108014 with flag 0/1530000
1252.01/1229.20	c cleaning 55003 clauses out of 110019 with flag 0/1586002
1320.90/1297.44	c cleaning 56006 clauses out of 112019 with flag 0/1643005
1386.84/1362.74	c cleaning 56989 clauses out of 114009 with flag 0/1701001
1449.49/1424.64	c cleaning 57998 clauses out of 116020 with flag 0/1760001
1544.00/1517.67	c cleaning 58995 clauses out of 118022 with flag 0/1820001
1625.18/1596.72	c cleaning 59989 clauses out of 120027 with flag 0/1881001
1688.45/1658.18	c cleaning 61013 clauses out of 122038 with flag 0/1943001
1748.25/1717.76	c cleaning 62005 clauses out of 124024 with flag 0/2006000
1814.37/1783.56	c cleaning 63002 clauses out of 126019 with flag 0/2070000
1903.17/1871.69	c cleaning 63948 clauses out of 128017 with flag 0/2135000
2040.78/2007.19	c cleaning 65017 clauses out of 130069 with flag 0/2201000
2226.20/2189.60	c cleaning 66000 clauses out of 132053 with flag 0/2268001
2384.11/2344.74	c cleaning 67021 clauses out of 134053 with flag 0/2336001
2458.42/2418.15	c cleaning 67974 clauses out of 136031 with flag 0/2405000
2538.70/2497.74	c cleaning 69014 clauses out of 138057 with flag 0/2475000
2612.18/2570.20	c cleaning 69992 clauses out of 140046 with flag 0/2546003
2695.81/2653.76	c cleaning 70998 clauses out of 142052 with flag 0/2618001
2777.00/2734.89	c cleaning 72024 clauses out of 144054 with flag 0/2691001
2861.60/2819.33	c cleaning 73006 clauses out of 146030 with flag 0/2765001
2947.07/2903.16	c cleaning 73961 clauses out of 148024 with flag 0/2840001
3028.00/2983.39	c cleaning 75016 clauses out of 150062 with flag 0/2916000
3101.73/3056.24	c cleaning 76005 clauses out of 152049 with flag 0/2993003
3165.95/3119.28	c cleaning 77017 clauses out of 154041 with flag 0/3071000
3241.44/3194.11	c cleaning 77999 clauses out of 156024 with flag 0/3150000
3332.42/3284.59	c cleaning 79003 clauses out of 158025 with flag 0/3230000
3451.45/3401.64	c cleaning 79975 clauses out of 160023 with flag 0/3311001
3600.00/3547.62	c starts		: 81
3600.00/3547.62	c timeout
3600.00/3547.62	c conflicts		: 3388836
3600.00/3547.62	c decisions		: 5099633
3600.00/3547.62	c propagations		: 1330047899
3600.00/3547.63	c inspects		: 23494880703
3600.00/3547.63	c shortcuts		: 0
3600.00/3547.63	c learnt literals	: 0
3600.00/3547.63	c learnt binary clauses	: 85
3600.00/3547.63	c learnt ternary clauses	: 1139
3600.00/3547.63	c learnt constraints	: 3388835
3600.00/3547.63	c ignored constraints	: 0
3600.00/3547.63	c root simplifications	: 0
3600.00/3547.63	c removed literals (reason simplification)	: 0
3600.00/3547.63	c reason swapping (by a shorter reason)	: 0
3600.00/3547.63	c Calls to reduceDB	: 77
3600.00/3547.63	c Number of update (reduction) of LBD	: 4454997
3600.00/3547.63	c Imported unit clauses	: 0
3600.00/3547.63	c No decision after first conflict	: false
3600.00/3547.63	c number of reductions to clauses (during analyze)	: 0
3600.00/3547.63	c number of learned constraints concerned by reduction	: 0
3600.00/3547.63	c number of learning phase by resolution	: 0
3600.00/3547.63	c number of learning phase by cutting planes	: 0
3600.00/3547.63	c number of rounding to 1 operations	: 0
3600.00/3547.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3547.63	c number of reductions of the coefficients by power 2 	: 0
3600.00/3547.63	c number of right shift for reduction by power 2 	: 0
3600.00/3547.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3547.63	c number of ending skipping 	: 0
3600.00/3547.63	c number of internal skipping 	: 0
3600.00/3547.63	c number of derivation steps 	: 58687601
3600.00/3547.63	c number of skipped derivation steps 	: 0
3600.00/3547.63	c number of remaining unassigned 	: 42651
3600.00/3547.63	c number of remaining assigned 	: 291839621
3600.00/3547.63	c number of falsified literals weakened from reason	: 0
3600.00/3547.63	c number of falsified literals weakened from conflict	: 0
3600.00/3547.63	c time for arithmetic operations	: 7017649570
3600.00/3547.65	c minimum degree of deleted constraints	: 1
3600.00/3547.65	c maximum degree of deleted constraints	: 122420333583540
3600.00/3547.65	c number of deleted constraints	: 3230953
3600.00/3547.65	c speed (assignments/second)	: 375365.48105305136
3600.00/3547.65	c non guided choices	: 107403
3600.14/3547.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 95632
3600.14/3547.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 23
3600.14/3547.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 85
3600.14/3547.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 62142
3600.14/3547.78	s UNKNOWN
3600.14/3547.78	c Total wall clock time (in seconds): 3547.38

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: 64096 MiB (56943 MiB free)
  memory of node 1: 64473 MiB (61154 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446101-1721331993/watcher-4446101-1721331993 -o /tmp/evaluation-result-4446101-1721331993/solver-4446101-1721331993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972843 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446101-1721331993.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=975844, runsolver pid=975841

[startup+0.100597 s]*
/proc/loadavg: 4.35 4.34 4.29 8/315 975862
/proc/meminfo: memFree=120897692/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=18975048 memory=54916 CPUtime=0.13 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 6398 0 0 0 9 4 0 0 20 0 18 0 185356398 19430449152 13729 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4743762 13729 5517 1 0 550748 0
[pid=975844/tid=975846] ppid=975841 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 5331 0 0 0 5 3 0 0 20 0 18 0 185356399 19430449152 13729 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185356404 19430449152 13729 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185356405 19430449152 13729 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 54916 KiB

[startup+0.214258 s]*
/proc/loadavg: 4.35 4.34 4.29 9/315 975862
/proc/meminfo: memFree=120894728/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=18975048 memory=58908 CPUtime=0.3 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 7102 0 0 0 26 4 0 0 20 0 18 0 185356398 19430449152 14727 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4743762 14727 5764 1 0 551322 0
[pid=975844/tid=975846] ppid=975841 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 1077936192 5659 0 0 0 15 3 0 0 20 0 18 0 185356399 19430449152 14727 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185356404 19430449152 14727 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185356405 19430449152 14783 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58908 KiB

[startup+0.316481 s]*
/proc/loadavg: 4.35 4.34 4.29 6/315 975862
/proc/meminfo: memFree=120888868/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=18975048 memory=64204 CPUtime=0.47 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 7422 0 0 0 42 5 0 0 20 0 18 0 185356398 19430449152 16051 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4743762 16051 5773 1 0 551560 0
[pid=975844/tid=975846] ppid=975841 vsize=18975048 memory=-9104416317960921788 CPUtime=0.27 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 5861 0 0 0 24 3 0 0 20 0 18 0 185356399 19430449152 16051 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185356404 19430449152 16051 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185356405 19430449152 16051 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64204 KiB

[startup+0.700593 s]
/proc/loadavg: 4.35 4.34 4.29 7/315 975862
/proc/meminfo: memFree=120858824/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19041612 memory=159980 CPUtime=1.13 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 8375 0 0 0 104 9 0 0 20 0 19 0 185356398 19498610688 39995 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4760403 39995 5865 1 0 552355 0
[pid=975844/tid=975846] ppid=975841 vsize=19041612 memory=5540 CPUtime=0.59 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 6103 0 0 0 53 6 0 0 20 0 19 0 185356399 19498610688 39995 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185356404 19498610688 39995 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185356405 19498610688 39995 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 159980 KiB

[startup+1.50059 s]
/proc/loadavg: 4.35 4.34 4.29 7/316 975863
/proc/meminfo: memFree=120312080/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19045564 memory=1328860 CPUtime=2.68 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 20130 0 0 0 234 34 0 0 20 0 19 0 185356398 19502657536 332215 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4761391 332215 5881 1 0 559202 0
[pid=975844/tid=975846] ppid=975841 vsize=19045564 memory=12508 CPUtime=1.32 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 6690 0 0 0 105 27 0 0 20 0 19 0 185356399 19502657536 331746 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19045564 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185356404 19502657536 331746 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19045564 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185356405 19502657536 331746 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19045564 KiB
Current children cumulated memory: 1328860 KiB

[startup+3.10659 s]
/proc/loadavg: 4.41 4.35 4.29 8/317 975866
/proc/meminfo: memFree=117487392/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19041612 memory=3419416 CPUtime=5.86 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 26323 0 0 0 509 77 0 0 20 0 19 0 185356398 19498610688 854854 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4760403 854854 5892 1 0 1089016 0
[pid=975844/tid=975846] ppid=975841 vsize=19041612 memory=0 CPUtime=2.85 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 7704 0 0 0 216 69 0 0 20 0 19 0 185356399 19498610688 854854 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185356404 19498610688 854854 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19041612 memory=1444604 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185356405 19498610688 854854 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3419416 KiB

[startup+6.3096 s]
/proc/loadavg: 4.41 4.35 4.29 5/319 975870
/proc/meminfo: memFree=117515984/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=3422080 CPUtime=11.24 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 27258 0 0 0 1045 79 0 0 20 0 20 0 185356398 19566772224 855520 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 855520 5892 1 0 1089487 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=0 CPUtime=5.89 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 8020 0 0 0 519 70 0 0 20 0 20 0 185356399 19566772224 855520 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 855520 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=-9104416317960921788 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185356405 19566772224 855520 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 855520 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 11.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3422080 KiB

[startup+12.7004 s]
/proc/loadavg: 4.72 4.42 4.31 5/319 975870
/proc/meminfo: memFree=117510568/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=3423448 CPUtime=21.44 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 28588 0 0 0 2064 80 0 0 20 0 20 0 185356398 19566772224 855862 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 855862 5892 1 0 1089498 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=11420 CPUtime=12.14 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 9005 0 0 0 1144 70 0 0 20 0 20 0 185356399 19566772224 855862 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=3422924 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 855862 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=3423448 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185356405 19566772224 855862 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=1776759 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 855862 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 21.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3423448 KiB

[startup+25.5005 s]
/proc/loadavg: 4.68 4.42 4.32 5/319 975873
/proc/meminfo: memFree=117021492/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=3897680 CPUtime=34.27 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 33747 0 0 0 3336 91 0 0 20 0 20 0 185356398 19566772224 974420 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 974420 5923 1 0 1210654 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=3423448 CPUtime=24.47 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 11294 0 0 0 2367 80 0 0 20 0 20 0 185356399 19566772224 974420 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=3895632 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 974420 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185356405 19566772224 974420 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=-2249333798624002415 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 974420 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 34.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3897680 KiB

[startup+51.1138 s]
/proc/loadavg: 4.45 4.39 4.31 5/319 975876
/proc/meminfo: memFree=116939556/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=3957752 CPUtime=61.46 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 44454 0 0 0 6050 96 0 0 20 0 20 0 185356398 19566772224 989438 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 989438 5923 1 0 1210753 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=3912628 CPUtime=49.07 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 14040 0 0 0 4827 80 0 0 20 0 20 0 185356399 19566772224 989438 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=3900340 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 989438 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=198340509722 CPUtime=0 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 185356405 19566772224 989438 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=3900292 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 989438 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 61.46 s
Current children cumulated vsize: 19108176 KiB

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

/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334434 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=5337736 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4246 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334434 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337736 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334434 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3209.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.70 4.50 4.40 5/317 977762
/proc/meminfo: memFree=106532512/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3269.92 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 403617 0 0 0 326655 337 0 0 20 0 20 0 185356398 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334435 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3159.37 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 198801 0 0 0 315816 121 0 0 20 0 20 0 185356399 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=5337740 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4346 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337740 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3269.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337740 KiB

[startup+3282.3 s]
/proc/loadavg: 4.66 4.54 4.42 5/318 977776
/proc/meminfo: memFree=105553472/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3330.23 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 410407 0 0 0 332683 340 0 0 20 0 20 0 185356398 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334435 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3218.75 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 201568 0 0 0 321753 122 0 0 20 0 20 0 185356399 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=25544 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=7328 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4423 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337740 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3330.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337740 KiB

[startup+3342.3 s]
/proc/loadavg: 4.73 4.57 4.44 5/318 977786
/proc/meminfo: memFree=110843704/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3391 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 415766 0 0 0 338757 343 0 0 20 0 20 0 185356398 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334435 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=45484 CPUtime=3277.57 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 204706 0 0 0 327635 122 0 0 20 0 20 0 185356399 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=45484 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4511 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337740 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3391 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337740 KiB

[startup+3402.3 s]
/proc/loadavg: 5.02 4.72 4.50 5/318 977798
/proc/meminfo: memFree=111349428/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3452.15 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 421657 0 0 0 344868 347 0 0 20 0 20 0 185356398 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334435 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=45484 CPUtime=3335.95 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 208097 0 0 0 333472 123 0 0 20 0 20 0 185356399 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=12508 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4611 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337740 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3452.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337740 KiB

[startup+3462.3 s]
/proc/loadavg: 4.70 4.68 4.50 5/318 977808
/proc/meminfo: memFree=108311984/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337740 CPUtime=3513.35 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 427501 0 0 0 350985 350 0 0 20 0 20 0 185356398 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334435 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=45484 CPUtime=3394.32 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 210996 0 0 0 339309 123 0 0 20 0 20 0 185356399 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 32 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=5540 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4711 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334435 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3513.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337740 KiB

[startup+3522.3 s]
/proc/loadavg: 4.41 4.61 4.49 5/318 977886
/proc/meminfo: memFree=106686072/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337744 CPUtime=3574.56 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 433558 0 0 0 357102 354 0 0 20 0 20 0 185356398 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334436 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=45484 CPUtime=3452.67 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 215324 0 0 0 345143 124 0 0 20 0 20 0 185356399 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=5337744 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4812 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=5337744 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3574.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3547.6 s]
/proc/loadavg: 4.43 4.59 4.48 5/318 977893
/proc/meminfo: memFree=106667008/131655788 swapFree=131070704/131071996
[pid=975844] ppid=975841 vsize=19108176 memory=5337744 CPUtime=3600 cores=1,3
/proc/975844/stat : 975844 (java) S 975841 975844 972831 0 -1 1077936128 436094 0 0 0 359645 355 0 0 20 0 20 0 185356398 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
/proc/975844/statm: 4777044 1334436 5938 1 0 1347653 0
[pid=975844/tid=975846] ppid=975841 vsize=19108176 memory=12508 CPUtime=3477.67 cores=1,3
/proc/975844/task/975846/stat : 975846 (java) R 975841 975844 972831 0 -1 4194368 216732 0 0 0 347642 125 0 0 20 0 20 0 185356399 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975855] ppid=975841 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/975844/task/975855/stat : 975855 (Finalizer) S 975841 975844 972831 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185356404 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975862] ppid=975841 vsize=19108176 memory=16192 CPUtime=0.01 cores=1,3
/proc/975844/task/975862/stat : 975862 (Common-Cleaner) S 975841 975844 972831 0 -1 1077936192 4812 0 0 0 0 1 0 0 20 0 20 0 185356405 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
[pid=975844/tid=975870] ppid=975841 vsize=19108176 memory=-9104416317960921788 CPUtime=0 cores=1,3
/proc/975844/task/975870/stat : 975870 (Timer-0) S 975841 975844 972831 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 185356829 19566772224 1334436 134679101440 93956228456448 93956228460144 140720384575536 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93956228467960 93956228468752 93956246331392 140720384578548 140720384578656 140720384578656 140720384585672 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5337744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.68 s, system=3.59929 s

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

[startup+3547.81 s]*
/proc/loadavg: 4.39 4.58 4.48 6/301 977896
/proc/meminfo: memFree=111841232/131655788 swapFree=131070704/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): 3547.83
CPU time (s): 3600.28
CPU user time (s): 3596.68
CPU system time (s): 3.59929
CPU usage (%): 101.478
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5338404

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.68
system time used= 3.5993
maximum resident set size= 5339280
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440072
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= 126354
involuntary context switches= 5681


# summary of solver processes directly reported to runsolver:
#   pid: 975844
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596.68
#   total CPU system time (s): 3.59929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0683 second user time and 38.9678 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 21:46:45
IDJOB=4446101
IDBENCH=155450
IDSOLVER=3052
FILE ID=nodeC011/4446101-1721331993
RUNJOBID= nodeC011-1721328481-972843
SLURM_JOB_ID= 7542688
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-20.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446101-1721331993/watcher-4446101-1721331993 -o /tmp/evaluation-result-4446101-1721331993/solver-4446101-1721331993 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721328481-972843 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4446101-1721331993.opb

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

MD5SUM BENCH= ce92e16bf0ab8af5c50df3c37225d359
RANDOM SEED=1690413610

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        120932120 kB
MemAvailable:   121343332 kB
Buffers:          518108 kB
Cached:           733244 kB
SwapCached:          132 kB
Active:          1033752 kB
Inactive:        9182448 kB
Active(anon):       1436 kB
Inactive(anon):  9000824 kB
Active(file):    1032316 kB
Inactive(file):   181624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              8868 kB
Writeback:             0 kB
AnonPages:       8964776 kB
Mapped:           124720 kB
Shmem:             37400 kB
KReclaimable:      74944 kB
Slab:             157256 kB
SReclaimable:      74944 kB
SUnreclaim:        82312 kB
KernelStack:        4768 kB
PageTables:        27744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11153504 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8699904 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC011 at 2024-07-18 22:45:53