Trace number 4442831

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.19 3473.69

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
MD5SUMa13dda9504d679e5c6e2bc0e517e2ba2
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 benchmark7.03939
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3900
Total number of constraints124865
Number of constraints which are clauses124865
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint60
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 61
Number of bits of the biggest sum of numbers6
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4442831-1721306289.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
2.43/1.38	c ... done. Wall clock time 1.226s.
2.43/1.38	c declared #vars     3900
2.43/1.38	c #constraints  124865
2.43/1.38	c constraints type 
2.43/1.38	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 124800
2.43/1.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 65
2.43/1.38	c 124865 constraints processed.
6.20/3.70	c cleaning 2495 clauses out of 5001 with flag 0/5001
9.23/6.46	c cleaning 4251 clauses out of 8507 with flag 0/11002
12.66/9.80	c cleaning 5624 clauses out of 11255 with flag 0/18001
16.70/13.86	c cleaning 6809 clauses out of 13630 with flag 0/26000
20.94/18.02	c cleaning 7908 clauses out of 15822 with flag 0/35001
26.11/23.12	c cleaning 8953 clauses out of 17914 with flag 0/45001
32.96/29.79	c cleaning 9979 clauses out of 19960 with flag 0/56000
40.82/37.50	c cleaning 10985 clauses out of 21982 with flag 0/68001
49.35/45.88	c cleaning 11989 clauses out of 23997 with flag 0/81001
59.23/55.45	c cleaning 12997 clauses out of 26008 with flag 0/95001
70.54/66.52	c cleaning 14005 clauses out of 28011 with flag 0/110001
85.48/81.29	c cleaning 15000 clauses out of 30006 with flag 0/126001
101.82/97.07	c cleaning 15997 clauses out of 32005 with flag 0/143000
118.75/113.79	c cleaning 16999 clauses out of 34009 with flag 0/161001
138.41/133.13	c cleaning 17995 clauses out of 36009 with flag 0/180000
160.61/154.82	c cleaning 19001 clauses out of 38014 with flag 0/200000
184.97/178.77	c cleaning 20000 clauses out of 40013 with flag 0/221000
210.68/204.11	c cleaning 21001 clauses out of 42013 with flag 0/243000
240.44/233.67	c cleaning 22002 clauses out of 44012 with flag 0/266000
269.93/263.06	c cleaning 22995 clauses out of 46010 with flag 0/290000
302.43/295.12	c cleaning 24005 clauses out of 48015 with flag 0/315000
336.13/328.28	c cleaning 24997 clauses out of 50010 with flag 0/341000
371.47/362.94	c cleaning 26006 clauses out of 52015 with flag 0/368002
412.79/403.71	c cleaning 26994 clauses out of 54007 with flag 0/396000
454.17/444.03	c cleaning 28000 clauses out of 56017 with flag 0/425004
495.19/484.75	c cleaning 28999 clauses out of 58013 with flag 0/455000
541.06/530.02	c cleaning 30001 clauses out of 60015 with flag 0/486001
593.72/581.99	c cleaning 30999 clauses out of 62015 with flag 0/518002
645.23/632.70	c cleaning 32001 clauses out of 64015 with flag 0/551001
700.29/687.19	c cleaning 33002 clauses out of 66013 with flag 0/585000
757.51/743.92	c cleaning 33998 clauses out of 68013 with flag 0/620002
812.41/798.17	c cleaning 34998 clauses out of 70015 with flag 0/656002
864.97/849.71	c cleaning 36000 clauses out of 72017 with flag 0/693002
933.71/917.96	c cleaning 37004 clauses out of 74015 with flag 0/731000
1004.72/988.38	c cleaning 37997 clauses out of 76011 with flag 0/770000
1067.01/1050.09	c cleaning 39002 clauses out of 78014 with flag 0/810000
1147.06/1129.80	c cleaning 39991 clauses out of 80013 with flag 0/851001
1223.50/1205.61	c cleaning 41005 clauses out of 82023 with flag 0/893002
1315.54/1297.00	c cleaning 41994 clauses out of 84016 with flag 0/936000
1389.55/1368.47	c cleaning 43001 clauses out of 86024 with flag 0/980002
1488.25/1462.51	c cleaning 43996 clauses out of 88022 with flag 0/1025001
1573.34/1542.28	c cleaning 45009 clauses out of 90025 with flag 0/1071000
1680.39/1643.78	c cleaning 46002 clauses out of 92017 with flag 0/1118001
1783.03/1739.58	c cleaning 46997 clauses out of 94014 with flag 0/1166000
1887.03/1837.69	c cleaning 48002 clauses out of 96018 with flag 0/1215001
1992.97/1936.36	c cleaning 49000 clauses out of 98015 with flag 0/1265000
2100.95/2037.21	c cleaning 50002 clauses out of 100015 with flag 0/1316000
2214.46/2143.01	c cleaning 50996 clauses out of 102014 with flag 0/1368001
2324.09/2248.12	c cleaning 52005 clauses out of 104019 with flag 0/1421002
2457.90/2377.48	c cleaning 52995 clauses out of 106012 with flag 0/1475000
2574.73/2489.64	c cleaning 54000 clauses out of 108018 with flag 0/1530001
2683.42/2595.29	c cleaning 55001 clauses out of 110017 with flag 0/1586000
2793.47/2700.77	c cleaning 56006 clauses out of 112017 with flag 0/1643001
2915.65/2818.55	c cleaning 56997 clauses out of 114010 with flag 0/1701000
3062.23/2958.63	c cleaning 57993 clauses out of 116014 with flag 0/1760001
3213.38/3103.37	c cleaning 59005 clauses out of 118023 with flag 0/1820003
3364.31/3247.49	c cleaning 60007 clauses out of 120019 with flag 0/1881004
3510.37/3386.95	c cleaning 60997 clauses out of 122008 with flag 0/1943000
3600.05/3473.62	c starts		: 1
3600.05/3473.62	c conflicts		: 1986654
3600.05/3473.62	c decisions		: 2185468
3600.05/3473.62	c propagations		: 29137173
3600.05/3473.62	c inspects		: 10968519249
3600.05/3473.62	c shortcuts		: 0
3600.05/3473.62	c learnt literals	: 0
3600.05/3473.62	c learnt binary clauses	: 0
3600.05/3473.62	c learnt ternary clauses	: 0
3600.05/3473.62	c learnt constraints	: 1986654
3600.05/3473.62	c ignored constraints	: 0
3600.05/3473.62	c root simplifications	: 0
3600.05/3473.62	c removed literals (reason simplification)	: 0
3600.05/3473.62	c reason swapping (by a shorter reason)	: 0
3600.05/3473.62	c timeout
3600.05/3473.62	c Calls to reduceDB	: 58
3600.05/3473.62	c Number of update (reduction) of LBD	: 2872379
3600.05/3473.62	c Imported unit clauses	: 0
3600.05/3473.62	c No decision after first conflict	: false
3600.05/3473.62	c number of reductions to clauses (during analyze)	: 0
3600.05/3473.62	c number of learned constraints concerned by reduction	: 0
3600.05/3473.62	c number of learning phase by resolution	: 0
3600.05/3473.62	c number of learning phase by cutting planes	: 0
3600.05/3473.62	c number of rounding to 1 operations	: 0
3600.05/3473.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3473.62	c number of reductions of the coefficients by power 2 	: 0
3600.05/3473.62	c number of right shift for reduction by power 2 	: 0
3600.05/3473.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3473.62	c number of ending skipping 	: 0
3600.05/3473.62	c number of internal skipping 	: 0
3600.05/3473.62	c number of derivation steps 	: 16086514
3600.05/3473.62	c number of skipped derivation steps 	: 0
3600.05/3473.62	c number of remaining unassigned 	: 0
3600.05/3473.62	c number of remaining assigned 	: 0
3600.05/3473.62	c number of falsified literals weakened from reason	: 0
3600.05/3473.62	c number of falsified literals weakened from conflict	: 0
3600.05/3473.62	c time for arithmetic operations	: 0
3600.05/3473.62	c minimum degree of deleted constraints	: 1
3600.05/3473.62	c maximum degree of deleted constraints	: 1
3600.05/3473.62	c number of deleted constraints	: 1881989
3600.05/3473.62	c speed (assignments/second)	: 8391.487027069059
3600.05/3473.62	c non guided choices	: 1772
3600.05/3473.66	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 104665
3600.05/3473.67	s UNKNOWN
3600.05/3473.67	c Total wall clock time (in seconds): 3473.516

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61020 MiB free)
  memory of node 1: 64510 MiB (63166 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442831-1721306289/watcher-4442831-1721306289 -o /tmp/evaluation-result-4442831-1721306289/solver-4442831-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984932 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442831-1721306289.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=985244, runsolver pid=985241

[startup+0.100343 s]*
/proc/loadavg: 1.08 1.10 1.61 13/325 985262
/proc/meminfo: memFree=126765584/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=18975048 memory=64796 CPUtime=0.14 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 7100 0 0 0 12 2 0 0 20 0 18 0 182790741 19430449152 16199 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4743762 16199 5671 1 0 549357 0
[pid=985244/tid=985246] ppid=985241 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4456512 5680 0 0 0 7 1 0 0 20 0 18 0 182790741 19430449152 16199 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790744 19430449152 16199 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790744 19430449152 16199 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64796 KiB

[startup+0.20574 s]*
/proc/loadavg: 1.08 1.10 1.61 11/327 985264
/proc/meminfo: memFree=126350552/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=18975048 memory=75656 CPUtime=0.32 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 7646 0 0 0 30 2 0 0 20 0 18 0 182790741 19430449152 18914 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4743762 18914 5837 1 0 549724 0
[pid=985244/tid=985246] ppid=985241 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 1077936192 5931 0 0 0 16 1 0 0 20 0 18 0 182790741 19430449152 18914 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=18975048 memory=15975 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182790744 19430449152 18914 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182790744 19430449152 18914 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 75656 KiB

[startup+0.30623 s]*
/proc/loadavg: 1.08 1.10 1.61 10/328 985265
/proc/meminfo: memFree=126103700/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19041612 memory=165664 CPUtime=0.51 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 9217 0 0 0 47 4 0 0 20 0 19 0 182790741 19498610688 41416 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4760403 41416 5853 1 0 550971 0
[pid=985244/tid=985246] ppid=985241 vsize=19041612 memory=-9104422915013911228 CPUtime=0.25 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) S 985241 985244 984920 0 -1 1077936192 5987 0 0 0 22 3 0 0 20 0 19 0 182790741 19498610688 41416 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790744 19498610688 41416 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790744 19498610688 41416 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165664 KiB

[startup+0.701377 s]
/proc/loadavg: 1.08 1.10 1.61 13/329 985266
/proc/meminfo: memFree=125052640/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19041612 memory=1144368 CPUtime=1.25 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 14793 0 0 0 101 24 0 0 20 0 19 0 182790741 19498610688 286092 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4760403 286092 5869 1 0 553302 0
[pid=985244/tid=985246] ppid=985241 vsize=19041612 memory=5472 CPUtime=0.63 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 6460 0 0 0 42 21 0 0 20 0 19 0 182790741 19498610688 286092 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19041612 memory=13196 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182790744 19498610688 286092 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182790744 19498610688 286092 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1144368 KiB

[startup+1.50025 s]
/proc/loadavg: 1.08 1.10 1.61 11/329 985268
/proc/meminfo: memFree=122825412/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=1326532 CPUtime=2.81 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 21463 0 0 0 252 29 0 0 20 0 20 0 182790741 19566772224 331633 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 331633 5869 1 0 557573 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=13196 CPUtime=1.35 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 6702 0 0 0 111 24 0 0 20 0 20 0 182790741 19566772224 331633 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 331633 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 331633 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326532 KiB

[startup+3.10637 s]
/proc/loadavg: 1.08 1.10 1.61 5/330 985269
/proc/meminfo: memFree=119827620/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=1327944 CPUtime=5.66 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 21905 0 0 0 536 30 0 0 20 0 20 0 182790741 19566772224 331986 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 331986 5869 1 0 557614 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=198340509722 CPUtime=2.89 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 6833 0 0 0 265 24 0 0 20 0 20 0 182790741 19566772224 331986 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 331986 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 331986 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=1327364 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 331986 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327944 KiB

[startup+6.30037 s]
/proc/loadavg: 1.32 1.15 1.62 6/332 985271
/proc/meminfo: memFree=116875332/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=3399844 CPUtime=9.13 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 23869 0 0 0 843 70 0 0 20 0 20 0 182790741 19566772224 849961 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 849961 5869 1 0 1098673 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=0 CPUtime=6.02 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 7962 0 0 0 538 64 0 0 20 0 20 0 182790741 19566772224 849961 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 849961 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=1327620 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 849961 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=3106980 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 849961 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 9.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3399844 KiB

[startup+12.7004 s]
/proc/loadavg: 1.53 1.20 1.64 5/332 985272
/proc/meminfo: memFree=116262372/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=3574156 CPUtime=15.61 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 24982 0 0 0 1487 74 0 0 20 0 20 0 182790741 19566772224 893539 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 893539 5869 1 0 1098691 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=3574156 CPUtime=12.17 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 8915 0 0 0 1152 65 0 0 20 0 20 0 182790741 19566772224 893539 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 893539 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=6083071618172150611 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 893539 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 893539 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 15.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3574156 KiB

[startup+25.5003 s]
/proc/loadavg: 2.15 1.35 1.68 5/332 985274
/proc/meminfo: memFree=116038908/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=3632292 CPUtime=28.66 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 32105 0 0 0 2790 76 0 0 20 0 20 0 182790741 19566772224 908073 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 908073 5869 1 0 1098691 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=6083071618172150611 CPUtime=24.54 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 9932 0 0 0 2389 65 0 0 20 0 20 0 182790741 19566772224 908073 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 908073 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 908073 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=-9104422915013911228 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 908073 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 28.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3632292 KiB

[startup+51.1058 s]
/proc/loadavg: 2.85 1.58 1.75 5/332 985278
/proc/meminfo: memFree=112882668/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=5943620 CPUtime=54.95 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 39667 0 0 0 5370 125 0 0 20 0 20 0 182790741 19566772224 1485905 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 1485905 5881 1 0 1606295 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=5759124 CPUtime=49.21 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 13264 0 0 0 4816 105 0 0 20 0 20 0 182790741 19566772224 1485905 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 5 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 1485905 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 1485905 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 1485905 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0

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

/proc/meminfo: memFree=111353116/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777072 CPUtime=3212.38 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 496377 0 0 0 320840 398 0 0 20 0 20 0 182790741 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694268 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=2777008 CPUtime=3039.17 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 181465 0 0 0 303763 154 0 0 20 0 20 0 182790741 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2777072 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 1952 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=2777072 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3212.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777072 KiB

[startup+3162.3 s]
/proc/loadavg: 4.22 4.26 4.19 5/336 987098
/proc/meminfo: memFree=111352104/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777072 CPUtime=3273.66 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 499804 0 0 0 326965 401 0 0 20 0 20 0 182790741 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694268 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=2777008 CPUtime=3098.26 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 182768 0 0 0 309671 155 0 0 20 0 20 0 182790741 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2777072 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2038 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=2777072 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694268 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3273.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777072 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.25 4.18 5/335 987108
/proc/meminfo: memFree=111351828/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777084 CPUtime=3337.23 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 511670 0 0 0 333317 406 0 0 20 0 20 0 182790741 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694271 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=2777072 CPUtime=3157.24 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 186605 0 0 0 315569 155 0 0 20 0 20 0 182790741 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=45336 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2039 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=2777084 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3337.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777084 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.26 4.19 5/335 987119
/proc/meminfo: memFree=111351416/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777084 CPUtime=3400.24 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 525612 0 0 0 339614 410 0 0 20 0 20 0 182790741 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694271 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=11544 CPUtime=3215.99 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 190528 0 0 0 321443 156 0 0 20 0 20 0 182790741 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=-9104422915013911228 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2777084 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2039 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=27700 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694271 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3400.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777084 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.29 4.20 5/333 987130
/proc/meminfo: memFree=111351152/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777100 CPUtime=3462.19 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 526742 0 0 0 345805 414 0 0 20 0 20 0 182790741 19566772224 694275 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694275 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=45336 CPUtime=3274.98 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 191404 0 0 0 327342 156 0 0 20 0 20 0 182790741 19566772224 694275 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694275 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=32196 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2086 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694275 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694275 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3462.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777100 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.26 4.20 5/333 987141
/proc/meminfo: memFree=111350788/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777104 CPUtime=3526.66 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 540710 0 0 0 352244 422 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694276 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=16192 CPUtime=3334.04 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 193731 0 0 0 333248 156 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=2777100 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2777104 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2087 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=2777104 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3526.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.26 4.20 5/330 987152
/proc/meminfo: memFree=111349036/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777104 CPUtime=3588.71 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 541798 0 0 0 358445 426 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694276 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=16192 CPUtime=3392.88 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 194468 0 0 0 339132 156 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=2777104 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2105 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=13196 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3588.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3473.6 s]
/proc/loadavg: 4.19 4.25 4.19 5/330 987153
/proc/meminfo: memFree=111348996/131524600 swapFree=131071996/131071996
[pid=985244] ppid=985241 vsize=19108176 memory=2777104 CPUtime=3600.05 cores=1,3
/proc/985244/stat : 985244 (java) S 985241 985244 984920 0 -1 1077936128 541890 0 0 0 359579 426 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
/proc/985244/statm: 4777044 694276 5910 1 0 703835 0
[pid=985244/tid=985246] ppid=985241 vsize=19108176 memory=2777104 CPUtime=3404.02 cores=1,3
/proc/985244/task/985246/stat : 985246 (java) R 985241 985244 984920 0 -1 4194368 194525 0 0 0 340246 156 0 0 20 0 20 0 182790741 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 39 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985255] ppid=985241 vsize=19108176 memory=11544 CPUtime=0 cores=1,3
/proc/985244/task/985255/stat : 985255 (Finalizer) S 985241 985244 984920 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985262] ppid=985241 vsize=19108176 memory=45336 CPUtime=0 cores=1,3
/proc/985244/task/985262/stat : 985262 (Common-Cleaner) S 985241 985244 984920 0 -1 1077936192 2105 0 0 0 0 0 0 0 20 0 20 0 182790744 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
[pid=985244/tid=985269] ppid=985241 vsize=19108176 memory=-9104422915013911228 CPUtime=0 cores=1,3
/proc/985244/task/985269/stat : 985269 (Timer-0) S 985241 985244 984920 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182790879 19566772224 694276 134679101440 94455807774720 94455807778416 140728892949328 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94455807786232 94455807787024 94455835246592 140728892953588 140728892953696 140728892953696 140728892960712 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.91 s, system=4.28098 s

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

Child status: 143

Real time (s): 3473.69
CPU time (s): 3600.19
CPU user time (s): 3595.91
CPU system time (s): 4.28098
CPU usage (%): 103.642
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 6381700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.91
system time used= 4.28098
maximum resident set size= 6381700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 543969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129418
involuntary context switches= 16992


# summary of solver processes directly reported to runsolver:
#   pid: 985244
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.91
#   total CPU system time (s): 4.28098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.87161 second user time and 15.4231 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-18 14:38:21
IDJOB=4442831
IDBENCH=147852
IDSOLVER=3052
FILE ID=nodeC017/4442831-1721306289
RUNJOBID= nodeC017-1721306301-984932
SLURM_JOB_ID= 7542642
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-65-60.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442831-1721306289/watcher-4442831-1721306289 -o /tmp/evaluation-result-4442831-1721306289/solver-4442831-1721306289 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721306301-984932 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4442831-1721306289.opb

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

MD5SUM BENCH= a13dda9504d679e5c6e2bc0e517e2ba2
RANDOM SEED=213959099

nodeC017.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		: 3599.729
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.46
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		: 3604.342
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	: 7006.99
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		: 3600.370
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.46
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		: 3612.420
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	: 7006.99
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		: 3600.243
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.46
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		: 3643.109
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	: 7006.99
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		: 3599.723
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.46
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		: 3645.823
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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127236840 kB
MemAvailable:   129058860 kB
Buffers:          511140 kB
Cached:          2137084 kB
SwapCached:            0 kB
Active:          1192692 kB
Inactive:        2460152 kB
Active(anon):       1520 kB
Inactive(anon):  1040796 kB
Active(file):    1191172 kB
Inactive(file):  1419356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             24056 kB
Writeback:            12 kB
AnonPages:       1004648 kB
Mapped:           126588 kB
Shmem:             37720 kB
KReclaimable:     102276 kB
Slab:             214240 kB
SReclaimable:     102276 kB
SUnreclaim:       111964 kB
KernelStack:        4924 kB
PageTables:        11676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7314840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    698368 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:      279252 kB
DirectMap2M:    38291456 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC017 at 2024-07-18 15:36:15