Trace number 4442924

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 Resolution Default 2024-07-07? (TO) 3600.22 3578.52

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
MD5SUM01a2d7031971d4d75da01f2dca43b6c9
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 benchmark52.9343
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8190
Total number of constraints368641
Number of constraints which are clauses368641
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 constraint90
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 91
Number of bits of the biggest sum of numbers7
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.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4442924-1721308832.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
1.85/1.10	c ... done. Wall clock time 0.974s.
1.85/1.10	c declared #vars     8190
1.85/1.10	c #constraints  368641
1.85/1.10	c constraints type 
1.98/1.10	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 368550
1.98/1.10	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 91
1.98/1.10	c 368641 constraints processed.
3.52/2.14	c cleaning 2498 clauses out of 5001 with flag 32176/5001
4.88/3.48	c cleaning 4244 clauses out of 8502 with flag 72219/11000
6.78/5.27	c cleaning 5623 clauses out of 11258 with flag 118284/18000
10.30/8.64	c cleaning 6816 clauses out of 13635 with flag 174520/26000
14.42/12.65	c cleaning 7910 clauses out of 15819 with flag 232494/35000
19.51/17.62	c cleaning 8950 clauses out of 17910 with flag 293479/45001
24.94/22.98	c cleaning 9979 clauses out of 19962 with flag 364884/56003
32.27/30.13	c cleaning 10984 clauses out of 21982 with flag 450548/68002
41.18/38.93	c cleaning 11994 clauses out of 23998 with flag 544592/81002
51.01/48.60	c cleaning 12997 clauses out of 26003 with flag 643339/95001
60.31/57.89	c cleaning 13999 clauses out of 28007 with flag 740423/110002
73.44/70.77	c cleaning 14997 clauses out of 30008 with flag 842166/126002
87.29/84.49	c cleaning 15999 clauses out of 32009 with flag 956425/143000
103.76/100.29	c cleaning 17001 clauses out of 34010 with flag 1076120/161000
120.45/116.74	c cleaning 18000 clauses out of 36009 with flag 1204710/180000
137.42/133.73	c cleaning 19001 clauses out of 38012 with flag 1338605/200003
156.81/152.91	c cleaning 19998 clauses out of 40008 with flag 1491649/221000
180.97/176.82	c cleaning 21004 clauses out of 42011 with flag 1645077/243001
206.95/202.10	c cleaning 21997 clauses out of 44009 with flag 1810519/266003
231.80/226.82	c cleaning 23001 clauses out of 46009 with flag 1974767/290000
245.77/240.39	c cleaning 23981 clauses out of 48009 with flag 2151736/315001
262.14/256.53	c cleaning 24990 clauses out of 50028 with flag 2350394/341001
290.66/284.53	c cleaning 25983 clauses out of 52038 with flag 2565563/368001
325.03/318.20	c cleaning 26994 clauses out of 54055 with flag 2782262/396001
358.75/351.72	c cleaning 27996 clauses out of 56060 with flag 3038482/425000
397.33/390.15	c cleaning 28999 clauses out of 58066 with flag 3334663/455002
436.76/429.39	c cleaning 29996 clauses out of 60068 with flag 3590869/486003
472.39/464.70	c cleaning 30998 clauses out of 62071 with flag 3876838/518002
506.96/499.04	c cleaning 32001 clauses out of 64074 with flag 4195187/551003
545.52/536.06	c cleaning 32997 clauses out of 66070 with flag 4534462/585000
589.12/579.53	c cleaning 33995 clauses out of 68074 with flag 4890478/620001
639.32/629.37	c cleaning 35003 clauses out of 70079 with flag 5274508/656001
684.59/674.33	c cleaning 36000 clauses out of 72075 with flag 5664992/693000
731.27/720.89	c cleaning 37001 clauses out of 74076 with flag 6077077/731001
781.83/771.23	c cleaning 37998 clauses out of 76074 with flag 6517153/770000
832.81/821.87	c cleaning 39000 clauses out of 78077 with flag 6999535/810001
880.50/868.25	c cleaning 40002 clauses out of 80084 with flag 7512342/851008
943.11/930.58	c cleaning 41000 clauses out of 82077 with flag 7992511/893003
999.30/986.46	c cleaning 41995 clauses out of 84074 with flag 8488663/936000
1065.09/1052.34	c cleaning 42999 clauses out of 86080 with flag 8983622/980001
1120.90/1107.83	c cleaning 43998 clauses out of 88080 with flag 9469599/1025000
1178.87/1165.37	c cleaning 45000 clauses out of 90082 with flag 9959589/1071000
1245.02/1231.15	c cleaning 46000 clauses out of 92083 with flag 10453743/1118001
1322.32/1308.33	c cleaning 47001 clauses out of 94082 with flag 11010633/1166000
1393.67/1379.69	c cleaning 48004 clauses out of 96082 with flag 11600581/1215001
1467.86/1453.58	c cleaning 49003 clauses out of 98078 with flag 12201179/1265001
1551.14/1535.55	c cleaning 49994 clauses out of 100074 with flag 12798918/1316000
1629.33/1613.84	c cleaning 51003 clauses out of 102081 with flag 13447947/1368001
1707.69/1692.03	c cleaning 51994 clauses out of 104078 with flag 14137328/1421001
1795.30/1779.20	c cleaning 53004 clauses out of 106083 with flag 14775197/1475000
1884.22/1867.75	c cleaning 54000 clauses out of 108079 with flag 15443557/1530000
1980.88/1964.10	c cleaning 55001 clauses out of 110080 with flag 16074079/1586001
2096.44/2079.73	c cleaning 56000 clauses out of 112080 with flag 16737972/1643002
2199.90/2183.21	c cleaning 56998 clauses out of 114078 with flag 17454566/1701000
2306.05/2289.04	c cleaning 58003 clauses out of 116080 with flag 18229337/1760000
2413.82/2396.63	c cleaning 59001 clauses out of 118078 with flag 18955475/1820001
2533.52/2516.12	c cleaning 60003 clauses out of 120076 with flag 19692450/1881000
2644.80/2627.48	c cleaning 60995 clauses out of 122075 with flag 20446942/1943002
2750.64/2730.76	c cleaning 62000 clauses out of 124078 with flag 21208986/2006000
2859.73/2839.66	c cleaning 62997 clauses out of 126078 with flag 22026356/2070000
2961.09/2940.65	c cleaning 63999 clauses out of 128081 with flag 22828766/2135000
3072.33/3051.69	c cleaning 65005 clauses out of 130082 with flag 23567794/2201000
3192.67/3171.51	c cleaning 66000 clauses out of 132079 with flag 24331860/2268002
3314.39/3293.35	c cleaning 66999 clauses out of 134080 with flag 25116627/2336003
3440.36/3418.79	c cleaning 68003 clauses out of 136081 with flag 25853735/2405003
3600.06/3578.42	c starts		: 8
3600.06/3578.42	c timeout
3600.06/3578.42	c conflicts		: 2474653
3600.06/3578.42	c decisions		: 2780547
3600.06/3578.42	c propagations		: 41478817
3600.06/3578.42	c inspects		: 13753788751
3600.06/3578.42	c shortcuts		: 0
3600.06/3578.42	c learnt literals	: 0
3600.06/3578.42	c learnt binary clauses	: 0
3600.06/3578.42	c learnt ternary clauses	: 0
3600.06/3578.42	c learnt constraints	: 2474653
3600.06/3578.42	c ignored constraints	: 0
3600.06/3578.42	c root simplifications	: 0
3600.06/3578.42	c removed literals (reason simplification)	: 0
3600.06/3578.42	c reason swapping (by a shorter reason)	: 0
3600.06/3578.42	c Calls to reduceDB	: 65
3600.06/3578.42	c Number of update (reduction) of LBD	: 1129322
3600.06/3578.42	c Imported unit clauses	: 0
3600.06/3578.42	c No decision after first conflict	: false
3600.06/3578.42	c number of reductions to clauses (during analyze)	: 0
3600.06/3578.42	c number of learned constraints concerned by reduction	: 0
3600.06/3578.42	c number of learning phase by resolution	: 0
3600.06/3578.42	c number of learning phase by cutting planes	: 0
3600.06/3578.42	c number of rounding to 1 operations	: 0
3600.06/3578.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3578.42	c number of reductions of the coefficients by power 2 	: 0
3600.06/3578.42	c number of right shift for reduction by power 2 	: 0
3600.06/3578.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3578.42	c number of ending skipping 	: 0
3600.06/3578.42	c number of internal skipping 	: 0
3600.06/3578.42	c number of derivation steps 	: 0
3600.06/3578.42	c number of skipped derivation steps 	: 0
3600.06/3578.42	c number of remaining unassigned 	: 0
3600.06/3578.42	c number of remaining assigned 	: 0
3600.06/3578.42	c number of falsified literals weakened from reason	: 0
3600.06/3578.42	c number of falsified literals weakened from conflict	: 0
3600.06/3578.42	c time for arithmetic operations	: 0
3600.06/3578.42	c minimum degree of deleted constraints	: null
3600.06/3578.42	c maximum degree of deleted constraints	: null
3600.06/3578.42	c number of deleted constraints	: 0
3600.06/3578.42	c speed (assignments/second)	: 11594.948226576445
3600.06/3578.42	c non guided choices	: 13015
3600.06/3578.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137728
3600.06/3578.48	s UNKNOWN
3600.06/3578.48	c Total wall clock time (in seconds): 3578.356

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442924-1721308832/watcher-4442924-1721308832 -o /tmp/evaluation-result-4442924-1721308832/solver-4442924-1721308832 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960574 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442924-1721308832.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=962741, runsolver pid=962738

[startup+0.100058 s]*
/proc/loadavg: 4.27 4.22 4.19 8/331 962759
/proc/meminfo: memFree=102547856/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=18975048 memory=62916 CPUtime=0.14 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 7215 0 0 0 12 2 0 0 20 0 18 0 183042398 19430449152 15729 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4743762 15729 5622 1 0 549338 0
[pid=962741/tid=962743] ppid=962738 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) S 962738 962741 960561 0 -1 1077936192 5747 0 0 0 7 1 0 0 20 0 18 0 183042399 19430449152 15729 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183042401 19430449152 15729 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=18975048 memory=14134446136991189 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183042402 19430449152 15729 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62916 KiB

[startup+0.206013 s]*
/proc/loadavg: 4.27 4.22 4.19 7/331 962759
/proc/meminfo: memFree=102527636/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=18976112 memory=84844 CPUtime=0.33 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 8640 0 0 0 30 3 0 0 20 0 18 0 183042398 19431538688 21211 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4744028 21211 5868 1 0 550427 0
[pid=962741/tid=962743] ppid=962738 vsize=18976112 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 5904 0 0 0 16 2 0 0 20 0 18 0 183042399 19431538688 21211 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=18976112 memory=1285800 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183042401 19431538688 21211 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=18976112 memory=13571496182286042 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183042402 19431538688 21211 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18976112 KiB
Current children cumulated memory: 84844 KiB

[startup+0.311392 s]*
/proc/loadavg: 4.27 4.22 4.19 7/331 962759
/proc/meminfo: memFree=102485896/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=18975048 memory=126724 CPUtime=0.53 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 9145 0 0 0 50 3 0 0 20 0 18 0 183042398 19430449152 31681 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4743762 31681 5868 1 0 550552 0
[pid=962741/tid=962743] ppid=962738 vsize=18975048 memory=-8600295747085443772 CPUtime=0.28 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 5926 0 0 0 26 2 0 0 20 0 18 0 183042399 19430449152 31681 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183042401 19430449152 31681 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183042402 19430449152 31681 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 126724 KiB

[startup+0.700244 s]
/proc/loadavg: 4.27 4.22 4.19 8/332 962760
/proc/meminfo: memFree=102433884/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19041612 memory=197888 CPUtime=1.26 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 17623 0 0 0 121 5 0 0 20 0 19 0 183042398 19498610688 49472 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4760403 49472 5868 1 0 555578 0
[pid=962741/tid=962743] ppid=962738 vsize=19041612 memory=736 CPUtime=0.61 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 5944 0 0 0 58 3 0 0 20 0 19 0 183042399 19498610688 49472 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19041612 memory=4892 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183042401 19498610688 49472 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183042402 19498610688 49472 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 197888 KiB

[startup+1.50124 s]
/proc/loadavg: 4.27 4.22 4.19 7/332 962760
/proc/meminfo: memFree=102357432/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=348640 CPUtime=2.77 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 19058 0 0 0 269 8 0 0 20 0 20 0 183042398 19566772224 87160 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 87160 5868 1 0 978178 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=4892 CPUtime=1.33 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 6057 0 0 0 128 5 0 0 20 0 20 0 183042399 19566772224 87160 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 87160 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 87160 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 348640 KiB

[startup+3.10583 s]
/proc/loadavg: 4.25 4.22 4.18 5/332 962761
/proc/meminfo: memFree=102156964/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=431028 CPUtime=4.59 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 19216 0 0 0 449 10 0 0 20 0 20 0 183042398 19566772224 107757 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 107757 5868 1 0 978213 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=198340509722 CPUtime=2.86 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 6099 0 0 0 280 6 0 0 20 0 20 0 183042399 19566772224 107757 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 107757 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 107757 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=369120 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 107757 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 4.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 431028 KiB

[startup+6.30029 s]
/proc/loadavg: 4.25 4.22 4.18 5/333 962763
/proc/meminfo: memFree=101862516/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=579032 CPUtime=8.01 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 22379 0 0 0 788 13 0 0 20 0 20 0 183042398 19566772224 144758 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 144758 5884 1 0 978217 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=0 CPUtime=5.91 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 6754 0 0 0 585 6 0 0 20 0 20 0 183042399 19566772224 144758 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 144758 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=431028 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 144758 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=579032 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 144758 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 8.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 579032 KiB

[startup+12.7002 s]
/proc/loadavg: 4.23 4.22 4.18 5/333 962764
/proc/meminfo: memFree=101560420/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=728748 CPUtime=14.52 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 23322 0 0 0 1436 16 0 0 20 0 20 0 183042398 19566772224 182187 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 182187 5884 1 0 978217 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=728744 CPUtime=12.13 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 7355 0 0 0 1207 6 0 0 20 0 20 0 183042399 19566772224 182187 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 182187 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=6084751663349457747 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 182187 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 182187 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 728748 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.22 4.19 5/333 962900
/proc/meminfo: memFree=113222296/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=1023792 CPUtime=27.54 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 29775 0 0 0 2731 23 0 0 20 0 20 0 183042398 19566772224 255948 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 255948 5916 1 0 978217 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=6084751663349457747 CPUtime=24.55 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 8373 0 0 0 2449 6 0 0 20 0 20 0 183042399 19566772224 255948 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 255948 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=-8600295747085443772 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 255948 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 255948 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 27.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1023792 KiB

[startup+51.1059 s]
/proc/loadavg: 4.32 4.24 4.19 5/333 962904
/proc/meminfo: memFree=110124660/131524600 swapFree=130798616/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=1613716 CPUtime=53.63 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 34409 0 0 0 5327 36 0 0 20 0 20 0 183042398 19566772224 403429 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 403429 5924 1 0 978233 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=1470356 CPUtime=49.54 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 9538 0 0 0 4948 6 0 0 20 0 20 0 183042399 19566772224 403429 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=1470356 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 403429 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 51 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 403429 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=23320 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 403429 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0

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

/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3456 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908860 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3183.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908868 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.15 4.16 5/333 964956
/proc/meminfo: memFree=72887720/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908868 CPUtime=3243.4 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 363832 0 0 0 323978 362 0 0 20 0 20 0 183042398 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727217 5921 1 0 3542805 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=10908868 CPUtime=3185.16 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) S 962738 962741 960561 0 -1 1077936192 158654 0 0 0 318463 53 0 0 20 0 20 0 183042399 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=27344 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=4892 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3596 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908868 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727217 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3243.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908868 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.16 5/333 964967
/proc/meminfo: memFree=72886960/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3303.41 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 366666 0 0 0 329977 364 0 0 20 0 20 0 183042398 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727219 5921 1 0 3542805 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3244.88 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 160455 0 0 0 324434 54 0 0 20 0 20 0 183042399 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3596 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3303.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908876 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.12 4.15 5/331 964977
/proc/meminfo: memFree=72705068/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3363.61 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 372574 0 0 0 335993 368 0 0 20 0 20 0 183042398 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727219 5921 1 0 3542806 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3304.42 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 162898 0 0 0 330388 54 0 0 20 0 20 0 183042399 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3677 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=-8600295747085443772 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727219 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3363.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908876 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.13 4.15 5/331 964988
/proc/meminfo: memFree=72175080/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908888 CPUtime=3423.98 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 374287 0 0 0 342027 371 0 0 20 0 20 0 183042398 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727222 5921 1 0 3542806 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3363.77 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 164123 0 0 0 336323 54 0 0 20 0 20 0 183042399 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3677 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3423.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908888 KiB

[startup+3462.3 s]
/proc/loadavg: 4.07 4.12 4.15 5/331 964999
/proc/meminfo: memFree=72174176/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908888 CPUtime=3483.86 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 376868 0 0 0 348013 373 0 0 20 0 20 0 183042398 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727222 5921 1 0 3542806 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=10908876 CPUtime=3423.62 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 166612 0 0 0 342307 55 0 0 20 0 20 0 183042399 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=10908876 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3760 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3483.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908888 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/331 965009
/proc/meminfo: memFree=72173396/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908888 CPUtime=3544.07 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 379975 0 0 0 354032 375 0 0 20 0 20 0 183042398 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727222 5921 1 0 3542806 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=27344 CPUtime=3483.16 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 167360 0 0 0 348261 55 0 0 20 0 20 0 183042399 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=7676 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3760 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=-8600295747085443772 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3544.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908888 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.4 s]
/proc/loadavg: 4.21 4.13 4.15 5/330 965151
/proc/meminfo: memFree=88380460/131524600 swapFree=130798872/131071996
[pid=962741] ppid=962738 vsize=19108176 memory=10908888 CPUtime=3600.06 cores=5,7
/proc/962741/stat : 962741 (java) S 962738 962741 960561 0 -1 1077936128 382343 0 0 0 359629 377 0 0 20 0 20 0 183042398 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
/proc/962741/statm: 4777044 2727222 5921 1 0 3542806 0
[pid=962741/tid=962743] ppid=962738 vsize=19108176 memory=4892 CPUtime=3539.11 cores=5,7
/proc/962741/task/962743/stat : 962743 (java) R 962738 962741 960561 0 -1 4194368 169455 0 0 0 353856 55 0 0 20 0 20 0 183042399 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962752] ppid=962738 vsize=19108176 memory=1200 CPUtime=0 cores=5,7
/proc/962741/task/962752/stat : 962752 (Finalizer) S 962738 962741 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183042401 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962759] ppid=962738 vsize=19108176 memory=2240 CPUtime=0 cores=5,7
/proc/962741/task/962759/stat : 962759 (Common-Cleaner) S 962738 962741 960561 0 -1 1077936192 3898 0 0 0 0 0 0 0 20 0 20 0 183042402 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
[pid=962741/tid=962761] ppid=962738 vsize=19108176 memory=10908888 CPUtime=0 cores=5,7
/proc/962741/task/962761/stat : 962761 (Timer-0) S 962738 962741 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183042509 19566772224 2727222 134679101440 94413532934144 94413532937840 140732853804032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94413532945656 94413532946448 94413550288896 140732853806086 140732853806176 140732853806176 140732853813192 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 10908888 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.41 s, system=3.8147 s

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

[startup+3578.51 s]*
/proc/loadavg: 4.21 4.13 4.15 4/290 965171
/proc/meminfo: memFree=110933096/131524600 swapFree=130798872/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): 3578.52
CPU time (s): 3600.22
CPU user time (s): 3596.41
CPU system time (s): 3.8147
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 10908888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.41
system time used= 3.8147
maximum resident set size= 10910808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 385791
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110373
involuntary context switches= 10179


# summary of solver processes directly reported to runsolver:
#   pid: 962741
#   total CPU time (s): 3600.22
#   total CPU user time (s): 3596.41
#   total CPU system time (s): 3.8147

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.82789 second user time and 18.7632 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 15:20:45
IDJOB=4442924
IDBENCH=147857
IDSOLVER=3058
FILE ID=nodeC014/4442924-1721308832
RUNJOBID= nodeC014-1721305283-960574
SLURM_JOB_ID= 7542633
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-91-90.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442924-1721308832/watcher-4442924-1721308832 -o /tmp/evaluation-result-4442924-1721308832/solver-4442924-1721308832 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960574 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4442924-1721308832.opb

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

MD5SUM BENCH= 01a2d7031971d4d75da01f2dca43b6c9
RANDOM SEED=195617796

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        102589748 kB
MemAvailable:   105734476 kB
Buffers:          433568 kB
Cached:          3514960 kB
SwapCached:        12880 kB
Active:          1341744 kB
Inactive:       26957604 kB
Active(anon):       9316 kB
Inactive(anon): 24361864 kB
Active(file):    1332428 kB
Inactive(file):  2595740 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798616 kB
Dirty:             13100 kB
Writeback:            44 kB
AnonPages:      24341392 kB
Mapped:            69456 kB
Shmem:             20360 kB
KReclaimable:     112412 kB
Slab:             211180 kB
SReclaimable:     112412 kB
SUnreclaim:        98768 kB
KernelStack:        5040 kB
PageTables:        58360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   32061144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23955456 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:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC014 at 2024-07-18 16:20:24