Trace number 4442744

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) 3601.35 3560.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-45-40.opb
MD5SUMc29178bae55e2a953331375c03582f77
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.016246
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1800
Total number of constraints85
Number of constraints which are clauses45
Number of constraints which are cardinality constraints (but not clauses)40
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint40
Maximum length of a constraint45
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 46
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.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4442744-1721305270.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.15	c ... done. Wall clock time 0.031s.
0.13/0.15	c declared #vars     1800
0.13/0.15	c #constraints  85
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 40
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45
0.13/0.15	c 85 constraints processed.
1.28/0.77	c cleaning 2484 clauses out of 5000 with flag 28824/5000
2.25/1.54	c cleaning 4241 clauses out of 8518 with flag 68065/11002
3.02/2.27	c cleaning 5631 clauses out of 11276 with flag 119415/18001
3.84/2.91	c cleaning 6809 clauses out of 13644 with flag 168945/26000
5.06/3.97	c cleaning 7827 clauses out of 15835 with flag 234004/35000
6.38/5.26	c cleaning 8925 clauses out of 18009 with flag 302560/45001
7.68/6.56	c cleaning 9940 clauses out of 20083 with flag 390577/56000
11.16/9.70	c cleaning 10958 clauses out of 22147 with flag 542234/68004
20.48/18.83	c cleaning 12079 clauses out of 24185 with flag 744010/81000
31.80/29.87	c cleaning 13053 clauses out of 26107 with flag 972703/95001
42.23/39.97	c cleaning 14025 clauses out of 28053 with flag 1200463/110000
55.46/52.76	c cleaning 15011 clauses out of 30029 with flag 1444667/126001
69.64/66.26	c cleaning 16003 clauses out of 32017 with flag 1696886/143000
80.97/77.16	c cleaning 17001 clauses out of 34015 with flag 1967178/161001
93.85/89.66	c cleaning 18004 clauses out of 36013 with flag 2235299/180000
115.37/109.73	c cleaning 19004 clauses out of 38012 with flag 2529371/200003
139.98/134.00	c cleaning 20003 clauses out of 40005 with flag 2830479/221000
156.14/149.97	c cleaning 20996 clauses out of 42003 with flag 3010194/243001
174.05/167.36	c cleaning 21998 clauses out of 44006 with flag 3214345/266000
195.36/187.63	c cleaning 22999 clauses out of 46011 with flag 3540167/290003
221.58/213.64	c cleaning 23998 clauses out of 48009 with flag 3788103/315000
245.79/237.36	c cleaning 24994 clauses out of 50011 with flag 4051874/341000
275.15/266.14	c cleaning 26001 clauses out of 52017 with flag 4279369/368000
308.00/297.29	c cleaning 27002 clauses out of 54017 with flag 4553742/396001
345.28/334.01	c cleaning 27998 clauses out of 56014 with flag 4808126/425000
381.84/370.14	c cleaning 29004 clauses out of 58020 with flag 5042417/455004
426.01/413.99	c cleaning 30001 clauses out of 60012 with flag 5281078/486000
478.60/466.21	c cleaning 30987 clauses out of 62012 with flag 5582626/518001
509.25/496.33	c cleaning 31988 clauses out of 64030 with flag 5930315/551006
555.43/541.04	c cleaning 33013 clauses out of 66037 with flag 6252603/585001
604.06/589.27	c cleaning 34008 clauses out of 68023 with flag 6572072/620000
649.21/633.78	c cleaning 35000 clauses out of 70017 with flag 6939373/656002
693.47/677.26	c cleaning 36000 clauses out of 72015 with flag 7370792/693000
743.30/726.66	c cleaning 37000 clauses out of 74015 with flag 7826237/731000
797.60/780.35	c cleaning 38000 clauses out of 76018 with flag 8250564/770003
863.36/845.30	c cleaning 38987 clauses out of 78015 with flag 8630900/810000
920.64/901.42	c cleaning 39983 clauses out of 80028 with flag 8987445/851000
978.18/958.13	c cleaning 41013 clauses out of 82045 with flag 9371121/893000
1032.25/1011.83	c cleaning 42011 clauses out of 84032 with flag 9937809/936000
1085.02/1064.09	c cleaning 43009 clauses out of 86022 with flag 10455578/980001
1139.80/1117.98	c cleaning 43986 clauses out of 88014 with flag 10959717/1025002
1199.35/1176.90	c cleaning 45010 clauses out of 90027 with flag 11462267/1071001
1255.91/1232.60	c cleaning 45998 clauses out of 92016 with flag 12036365/1118000
1320.31/1296.51	c cleaning 47005 clauses out of 94020 with flag 12472397/1166002
1401.28/1375.34	c cleaning 48000 clauses out of 96014 with flag 13005158/1215001
1471.78/1445.63	c cleaning 48987 clauses out of 98016 with flag 13546209/1265003
1544.60/1518.19	c cleaning 49983 clauses out of 100026 with flag 14178234/1316000
1610.29/1582.99	c cleaning 51022 clauses out of 102064 with flag 14839141/1368021
1675.83/1648.08	c cleaning 52007 clauses out of 104024 with flag 15488727/1421003
1748.47/1720.16	c cleaning 52993 clauses out of 106014 with flag 16004557/1475000
1823.61/1794.91	c cleaning 54001 clauses out of 108022 with flag 16565449/1530001
1921.95/1892.85	c cleaning 54983 clauses out of 110021 with flag 17165492/1586001
2034.71/2005.02	c cleaning 56005 clauses out of 112037 with flag 17844630/1643000
2155.06/2124.83	c cleaning 57013 clauses out of 114036 with flag 18538871/1701004
2259.20/2226.11	c cleaning 58007 clauses out of 116024 with flag 19079112/1760005
2402.00/2368.12	c cleaning 58996 clauses out of 118012 with flag 19638051/1820000
2549.02/2514.99	c cleaning 59995 clauses out of 120016 with flag 20251727/1881000
2703.93/2669.84	c cleaning 60994 clauses out of 122021 with flag 20849543/1943000
2830.85/2795.90	c cleaning 62003 clauses out of 124027 with flag 21543576/2006000
2946.72/2911.52	c cleaning 63004 clauses out of 126024 with flag 22394679/2070000
3062.27/3026.80	c cleaning 64006 clauses out of 128025 with flag 23262528/2135005
3207.70/3168.45	c cleaning 65003 clauses out of 130017 with flag 24094219/2201003
3352.80/3313.99	c cleaning 66004 clauses out of 132012 with flag 24839435/2268001
3495.43/3455.78	c cleaning 66997 clauses out of 134007 with flag 25549841/2336000
3600.03/3560.12	c starts		: 3537
3600.03/3560.12	c conflicts		: 2384377
3600.03/3560.12	c decisions		: 7214501
3600.03/3560.12	c propagations		: 73074067
3600.03/3560.12	c inspects		: 9720730039
3600.03/3560.12	c shortcuts		: 0
3600.03/3560.12	c learnt literals	: 0
3600.03/3560.12	c learnt binary clauses	: 0
3600.03/3560.12	c learnt ternary clauses	: 0
3600.03/3560.12	c learnt constraints	: 2384377
3600.03/3560.12	c ignored constraints	: 0
3600.03/3560.12	c root simplifications	: 0
3600.03/3560.12	c removed literals (reason simplification)	: 0
3600.03/3560.12	c reason swapping (by a shorter reason)	: 0
3600.03/3560.12	c Calls to reduceDB	: 64
3600.03/3560.12	c Number of update (reduction) of LBD	: 1663113
3600.03/3560.12	c Imported unit clauses	: 0
3600.03/3560.12	c No decision after first conflict	: false
3600.03/3560.12	c number of reductions to clauses (during analyze)	: 0
3600.03/3560.12	c number of learned constraints concerned by reduction	: 0
3600.03/3560.12	c number of learning phase by resolution	: 0
3600.03/3560.12	c number of learning phase by cutting planes	: 0
3600.03/3560.12	c number of rounding to 1 operations	: 0
3600.03/3560.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3560.12	c number of reductions of the coefficients by power 2 	: 0
3600.03/3560.12	c number of right shift for reduction by power 2 	: 0
3600.03/3560.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3560.12	c number of ending skipping 	: 0
3600.03/3560.12	c number of internal skipping 	: 0
3600.03/3560.12	c number of derivation steps 	: 0
3600.03/3560.12	c number of skipped derivation steps 	: 0
3600.03/3560.12	c number of remaining unassigned 	: 0
3600.03/3560.12	c number of remaining assigned 	: 0
3600.03/3560.12	c number of falsified literals weakened from reason	: 0
3600.03/3560.12	c number of falsified literals weakened from conflict	: 0
3600.03/3560.12	c time for arithmetic operations	: 0
3600.99/3560.70	c minimum degree of deleted constraints	: null
3600.99/3560.70	c maximum degree of deleted constraints	: null
3600.99/3560.70	c number of deleted constraints	: 0
3601.18/3560.71	c speed (assignments/second)	: 20523.31599232588
3601.18/3560.71	c non guided choices	: 4643
3601.18/3560.72	c timeout
3601.18/3560.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 115387
3601.18/3560.76	s UNKNOWN
3601.18/3560.76	c Total wall clock time (in seconds): 3560.636

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=960605, runsolver pid=960602
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.14 1.80 2.94 12/326 960702
/proc/meminfo: memFree=126755856/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=18975048 memory=64844 CPUtime=0.13 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 7188 0 0 0 11 2 0 0 20 0 18 0 182686183 19430449152 16211 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4743762 16211 5653 1 0 549319 0
[pid=960605/tid=960609] ppid=960602 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) S 960602 960605 960561 0 -1 1077936192 5747 0 0 0 7 1 0 0 20 0 18 0 182686184 19430449152 16211 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=18975048 memory=1285800 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182686186 19430449152 16211 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182686187 19430449152 16211 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64844 KiB

[startup+0.20845 s]*
/proc/loadavg: 1.14 1.80 2.94 13/328 960704
/proc/meminfo: memFree=126706172/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19041612 memory=71384 CPUtime=0.33 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 7835 0 0 0 31 2 0 0 20 0 19 0 182686183 19498610688 17846 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4760403 17846 5869 1 0 549969 0
[pid=960605/tid=960609] ppid=960602 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 5941 0 0 0 17 1 0 0 20 0 19 0 182686184 19498610688 17846 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19041612 memory=1285800 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686186 19498610688 17846 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19041612 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 17846 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686200 19498610688 17846 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71384 KiB

[startup+0.305976 s]*
/proc/loadavg: 1.14 1.80 2.94 11/328 960704
/proc/meminfo: memFree=126628284/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19041612 memory=77832 CPUtime=0.52 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 9812 0 0 0 49 3 0 0 20 0 19 0 182686183 19498610688 19458 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4760403 19458 5869 1 0 551089 0
[pid=960605/tid=960609] ppid=960602 vsize=19041612 memory=-8527394836218946236 CPUtime=0.28 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 5968 0 0 0 27 1 0 0 20 0 19 0 182686184 19498610688 19458 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686186 19498610688 19458 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 19458 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686200 19498610688 19458 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77832 KiB

[startup+0.70098 s]
/proc/loadavg: 1.14 1.80 2.94 11/330 960706
/proc/meminfo: memFree=126477028/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19041612 memory=97200 CPUtime=1.28 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 11930 0 0 0 125 3 0 0 20 0 19 0 182686183 19498610688 24300 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4760403 24300 5869 1 0 552454 0
[pid=960605/tid=960609] ppid=960602 vsize=19041612 memory=4892 CPUtime=0.67 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 6020 0 0 0 65 2 0 0 20 0 19 0 182686184 19498610688 24300 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19041612 memory=4892 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686186 19498610688 24300 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 24300 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19041612 memory=16256 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686200 19498610688 24300 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97200 KiB

[startup+1.50023 s]
/proc/loadavg: 1.14 1.80 2.94 9/331 960707
/proc/meminfo: memFree=126412012/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19041612 memory=118240 CPUtime=2.25 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 13457 0 0 0 221 4 0 0 20 0 19 0 182686183 19498610688 29560 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4760403 29560 5869 1 0 552497 0
[pid=960605/tid=960609] ppid=960602 vsize=19041612 memory=4892 CPUtime=1.45 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 6152 0 0 0 143 2 0 0 20 0 19 0 182686184 19498610688 29560 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19041612 memory=16256 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686186 19498610688 29560 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 29560 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19041612 memory=216 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686200 19498610688 29560 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 2.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 118240 KiB

[startup+3.10552 s]
/proc/loadavg: 1.14 1.80 2.94 5/333 960711
/proc/meminfo: memFree=126221824/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=208152 CPUtime=4.14 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 18039 0 0 0 407 7 0 0 20 0 20 0 182686183 19566772224 52038 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 52038 5885 1 0 552938 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=0 CPUtime=3.03 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 6705 0 0 0 299 4 0 0 20 0 20 0 182686184 19566772224 52038 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 52038 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=7676 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 52038 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=27216 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 52038 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 4.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 208152 KiB

[startup+6.30025 s]
/proc/loadavg: 1.37 1.84 2.95 5/333 960711
/proc/meminfo: memFree=125833904/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=270892 CPUtime=7.48 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 18481 0 0 0 740 8 0 0 20 0 20 0 182686183 19566772224 67723 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 67723 5901 1 0 552943 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=0 CPUtime=6.14 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 6711 0 0 0 610 4 0 0 20 0 20 0 182686184 19566772224 67723 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=-8412654355410682227 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 67723 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 67723 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=120928 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 67723 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 270892 KiB

[startup+12.7003 s]
/proc/loadavg: 1.58 1.88 2.95 5/333 960712
/proc/meminfo: memFree=124541184/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=905696 CPUtime=14.27 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 20027 0 0 0 1406 21 0 0 20 0 20 0 182686183 19566772224 226424 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 226424 5901 1 0 899685 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=0 CPUtime=12.05 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 6925 0 0 0 1198 7 0 0 20 0 20 0 182686184 19566772224 226424 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=-9033486844344705724 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 226424 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=27216 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 226424 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=-9033486844344705724 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 226424 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 14.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 905696 KiB

[startup+25.5003 s]
/proc/loadavg: 2.12 1.98 2.97 5/334 960715
/proc/meminfo: memFree=123610808/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=1313456 CPUtime=27.39 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 23016 0 0 0 2710 29 0 0 20 0 20 0 182686183 19566772224 328364 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 328364 5913 1 0 899687 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=0 CPUtime=24.45 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 8109 0 0 0 2438 7 0 0 20 0 20 0 182686184 19566772224 328364 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 328364 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 328364 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=7676 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 328364 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1313456 KiB

[startup+51.1057 s]
/proc/loadavg: 2.82 2.16 3.01 5/334 960718
/proc/meminfo: memFree=121408984/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=2458876 CPUtime=53.73 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 28123 0 0 0 5321 52 0 0 20 0 20 0 182686183 19566772224 614719 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 614719 5913 1 0 1148267 0

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

/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 161806 0 0 0 315915 82 0 0 20 0 20 0 182686184 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=15306628 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=15350412 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3298 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=15350412 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3261.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350412 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.23 4.18 5/332 962573
/proc/meminfo: memFree=77513284/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350412 CPUtime=3321.49 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 414253 0 0 0 331701 448 0 0 20 0 20 0 182686183 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837603 5944 1 0 4085813 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=16256 CPUtime=3218.82 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 164444 0 0 0 321800 82 0 0 20 0 20 0 182686184 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=15350412 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=15350412 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3299 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=15350412 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837603 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3321.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.18 5/332 962583
/proc/meminfo: memFree=76654872/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350416 CPUtime=3381.36 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 417147 0 0 0 337685 451 0 0 20 0 20 0 182686183 19566772224 3837604 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837604 5944 1 0 4085814 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=15350412 CPUtime=3277.83 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 166604 0 0 0 327701 82 0 0 20 0 20 0 182686184 19566772224 3837604 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=15350416 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837604 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=15350416 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3387 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837604 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=7676 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837604 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3381.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350416 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.22 4.18 5/332 962594
/proc/meminfo: memFree=76195800/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350424 CPUtime=3441.58 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 423714 0 0 0 343705 453 0 0 20 0 20 0 182686183 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837606 5944 1 0 4085814 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=15350416 CPUtime=3336.9 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 169373 0 0 0 333607 83 0 0 20 0 20 0 182686184 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=15350416 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3529 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3441.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.21 4.18 5/332 962604
/proc/meminfo: memFree=75277188/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350424 CPUtime=3502.03 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 426705 0 0 0 349747 456 0 0 20 0 20 0 182686183 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837606 5944 1 0 4085814 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=15350416 CPUtime=3396.18 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 171377 0 0 0 339535 83 0 0 20 0 20 0 182686184 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=15350416 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3529 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=-9033486844344705724 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3502.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350424 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.22 4.18 5/331 962614
/proc/meminfo: memFree=75071352/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350424 CPUtime=3562.29 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 432187 0 0 0 355771 458 0 0 20 0 20 0 182686183 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837606 5944 1 0 4085814 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=27344 CPUtime=3455.65 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 173571 0 0 0 345481 84 0 0 20 0 20 0 182686184 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=144 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=16256 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3616 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3562.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3560.11 s]
/proc/loadavg: 4.27 4.22 4.19 5/333 962623
/proc/meminfo: memFree=74964188/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19108176 memory=15350424 CPUtime=3600.03 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 433612 0 0 0 359543 460 0 0 20 0 20 0 182686183 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4777044 3837606 5944 1 0 4085814 0
[pid=960605/tid=960609] ppid=960602 vsize=19108176 memory=144 CPUtime=3493.36 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) R 960602 960605 960561 0 -1 4194368 174701 0 0 0 349252 84 0 0 20 0 20 0 182686184 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19108176 memory=-9033486844344705724 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686186 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19108176 memory=7676 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3616 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960703] ppid=960602 vsize=19108176 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960703/stat : 960703 (Timer-0) S 960602 960605 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686200 19566772224 3837606 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 15350424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.7 s, system=4.65156 s

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

[startup+3560.4 s]
/proc/loadavg: 4.27 4.22 4.19 5/333 962623
/proc/meminfo: memFree=74964188/131524600 swapFree=130798616/131071996
[pid=960605] ppid=960602 vsize=19307868 memory=15350988 CPUtime=3600.59 cores=4,6
/proc/960605/stat : 960605 (java) S 960602 960605 960561 0 -1 1077936128 438624 0 0 0 359599 460 0 0 20 0 22 0 182686183 19771256832 3837747 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
/proc/960605/statm: 4826967 3837747 5943 1 0 4086709 0
[pid=960605/tid=960609] ppid=960602 vsize=19307868 memory=15350424 CPUtime=3493.37 cores=4,6
/proc/960605/task/960609/stat : 960609 (java) S 960602 960605 960561 0 -1 1077936192 174765 0 0 0 349253 84 0 0 20 0 22 0 182686184 19771256832 3837747 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960644] ppid=960602 vsize=19307868 memory=8216 CPUtime=0 cores=4,6
/proc/960605/task/960644/stat : 960644 (Finalizer) S 960602 960605 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 182686186 19771256832 3837747 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
[pid=960605/tid=960654] ppid=960602 vsize=19307868 memory=15350424 CPUtime=0 cores=4,6
/proc/960605/task/960654/stat : 960654 (Common-Cleaner) S 960602 960605 960561 0 -1 1077936192 3616 0 0 0 0 0 0 0 20 0 22 0 182686187 19771256832 3837747 134679101440 94122034040832 94122034044528 140721253642528 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94122034052344 94122034053136 94122064007168 140721253647366 140721253647456 140721253647456 140721253654472 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 15350988 KiB

[startup+3560.8 s]*
/proc/loadavg: 4.27 4.22 4.19 7/316 962626
/proc/meminfo: memFree=81048688/131524600 swapFree=130798616/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): 3560.83
CPU time (s): 3601.35
CPU user time (s): 3596.7
CPU system time (s): 4.65156
CPU usage (%): 101.138
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 15351276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.7
system time used= 4.65156
maximum resident set size= 15352164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 440629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110870
involuntary context switches= 23129


# summary of solver processes directly reported to runsolver:
#   pid: 960605
#   total CPU time (s): 3601.35
#   total CPU user time (s): 3596.7
#   total CPU system time (s): 4.65156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04495 second user time and 17.7844 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 14:21:23
IDJOB=4442744
IDBENCH=147846
IDSOLVER=3058
FILE ID=nodeC014/4442744-1721305270
RUNJOBID= nodeC014-1721305283-960572
SLURM_JOB_ID= 7542633
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= c29178bae55e2a953331375c03582f77
RANDOM SEED=330959219

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		: 3545.371
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		: 2854.161
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		: 3303.783
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		: 3615.209
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		: 3358.688
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		: 3269.648
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		: 3642.627
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		: 3445.700
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:        126924144 kB
MemAvailable:   130012012 kB
Buffers:          429836 kB
Cached:          3461864 kB
SwapCached:        12876 kB
Active:          1329780 kB
Inactive:        2685476 kB
Active(anon):       9200 kB
Inactive(anon):   134692 kB
Active(file):    1320580 kB
Inactive(file):  2550784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798616 kB
Dirty:              1948 kB
Writeback:             0 kB
AnonPages:        115216 kB
Mapped:            48924 kB
Shmem:             20332 kB
KReclaimable:     112300 kB
Slab:             210460 kB
SReclaimable:     112300 kB
SUnreclaim:        98160 kB
KernelStack:        3904 kB
PageTables:         8900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     798488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 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 15:20:44