Trace number 4492769

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 VeriPB 2025-06-06? (TO) 3600.21 3534.51

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
roussel/normalized-pigeon-cardinality-105-100.opb
MD5SUM285604dce97f116174ae8740e4ecdce8
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.089369
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10500
Total number of constraints205
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)100
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint100
Maximum length of a constraint105
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 106
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
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		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492769-1751146637.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.32/0.22	c ... done. Wall clock time 0.092s.
0.32/0.22	c declared #vars     10500
0.32/0.22	c #constraints  205
0.32/0.22	c constraints type 
0.32/0.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 100
0.32/0.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.32/0.22	c 205 constraints processed.
9.87/7.80	c cleaning 2499 clauses out of 5004 with flag 35033/5004
20.60/18.28	c cleaning 4250 clauses out of 8502 with flag 77850/11001
34.46/31.92	c cleaning 5621 clauses out of 11251 with flag 127311/18000
51.29/48.74	c cleaning 6808 clauses out of 13631 with flag 189896/26001
72.11/69.30	c cleaning 7909 clauses out of 15823 with flag 258493/35001
96.91/93.99	c cleaning 8951 clauses out of 17913 with flag 332849/45000
126.45/123.16	c cleaning 9977 clauses out of 19963 with flag 410859/56001
149.47/146.07	c cleaning 10990 clauses out of 21987 with flag 506071/68002
179.96/176.00	c cleaning 11990 clauses out of 23997 with flag 611834/81002
214.97/210.80	c cleaning 12999 clauses out of 26006 with flag 723050/95001
255.07/250.70	c cleaning 13998 clauses out of 28006 with flag 844993/110000
300.44/295.35	c cleaning 15001 clauses out of 30012 with flag 972466/126004
347.22/341.99	c cleaning 16001 clauses out of 32009 with flag 1101087/143002
398.12/392.53	c cleaning 17001 clauses out of 34009 with flag 1237906/161003
454.89/448.73	c cleaning 17999 clauses out of 36005 with flag 1379846/180000
511.77/505.32	c cleaning 19002 clauses out of 38009 with flag 1543754/200003
581.03/573.80	c cleaning 19998 clauses out of 40005 with flag 1724845/221001
651.82/643.74	c cleaning 21003 clauses out of 42006 with flag 1905391/243000
733.89/724.63	c cleaning 22002 clauses out of 44004 with flag 2109207/266001
808.48/798.14	c cleaning 22992 clauses out of 46002 with flag 2326432/290001
847.80/835.89	c cleaning 23958 clauses out of 48009 with flag 2504007/315000
894.34/881.08	c cleaning 24980 clauses out of 50051 with flag 2675328/341000
972.10/957.50	c cleaning 25989 clauses out of 52071 with flag 2854138/368000
1048.79/1033.19	c cleaning 26994 clauses out of 54083 with flag 3052862/396001
1147.89/1131.12	c cleaning 27994 clauses out of 56094 with flag 3274758/425006
1243.72/1224.46	c cleaning 29001 clauses out of 58096 with flag 3502753/455002
1344.12/1323.97	c cleaning 29992 clauses out of 60093 with flag 3730054/486000
1440.50/1419.34	c cleaning 31000 clauses out of 62102 with flag 3983996/518001
1540.22/1516.50	c cleaning 32003 clauses out of 64101 with flag 4240484/551000
1655.53/1630.59	c cleaning 33005 clauses out of 66099 with flag 4515351/585001
1774.13/1746.15	c cleaning 33988 clauses out of 68093 with flag 4797570/620000
1891.63/1862.20	c cleaning 34997 clauses out of 70106 with flag 5114541/656001
2008.09/1977.53	c cleaning 36005 clauses out of 72111 with flag 5431942/693003
2119.72/2086.00	c cleaning 37004 clauses out of 74106 with flag 5747110/731003
2260.51/2223.49	c cleaning 38005 clauses out of 76101 with flag 6095522/770002
2396.04/2356.68	c cleaning 38998 clauses out of 78094 with flag 6414691/810000
2559.02/2516.14	c cleaning 39992 clauses out of 80098 with flag 6777765/851002
2711.69/2665.00	c cleaning 41007 clauses out of 82107 with flag 7142954/893003
2869.84/2820.45	c cleaning 41995 clauses out of 84098 with flag 7534100/936001
3035.90/2981.57	c cleaning 43005 clauses out of 86106 with flag 7938130/980004
3217.37/3160.45	c cleaning 43999 clauses out of 88098 with flag 8364248/1025001
3383.68/3323.73	c cleaning 45002 clauses out of 90100 with flag 8789274/1071002
3584.32/3518.67	c cleaning 46000 clauses out of 92100 with flag 9246658/1118004
3600.07/3534.42	c timeout
3600.07/3534.42	c starts		: 17
3600.07/3534.43	c conflicts		: 1124521
3600.07/3534.43	c decisions		: 1342686
3600.07/3534.43	c propagations		: 20558650
3600.07/3534.43	c inspects		: 5465574856
3600.07/3534.43	c shortcuts		: 0
3600.07/3534.43	c learnt literals	: 0
3600.07/3534.43	c learnt binary clauses	: 0
3600.07/3534.43	c learnt ternary clauses	: 0
3600.07/3534.43	c learnt constraints	: 1124521
3600.07/3534.43	c ignored constraints	: 0
3600.07/3534.43	c root simplifications	: 0
3600.07/3534.43	c removed literals (reason simplification)	: 4160979
3600.07/3534.43	c reason swapping (by a shorter reason)	: 0
3600.07/3534.43	c Calls to reduceDB	: 43
3600.07/3534.43	c Number of update (reduction) of LBD	: 672142
3600.07/3534.43	c Imported unit clauses	: 0
3600.07/3534.43	c No decision after first conflict	: false
3600.07/3534.43	c number of reductions to clauses (during analyze)	: 0
3600.07/3534.43	c number of learned constraints concerned by reduction	: 0
3600.07/3534.43	c number of learning phase by resolution	: 0
3600.07/3534.43	c number of learning phase by cutting planes	: 0
3600.07/3534.43	c number of rounding to 1 operations	: 0
3600.07/3534.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3534.43	c number of reductions of the coefficients by power 2 	: 0
3600.07/3534.43	c number of right shift for reduction by power 2 	: 0
3600.07/3534.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3534.43	c number of ending skipping 	: 0
3600.07/3534.43	c number of internal skipping 	: 0
3600.07/3534.43	c number of derivation steps 	: 0
3600.07/3534.43	c number of skipped derivation steps 	: 0
3600.07/3534.43	c number of remaining unassigned 	: 0
3600.07/3534.43	c number of remaining assigned 	: 0
3600.07/3534.43	c number of falsified literals weakened from reason	: 0
3600.07/3534.43	c number of falsified literals weakened from conflict	: 0
3600.07/3534.43	c time for arithmetic operations	: 0
3600.07/3534.43	c minimum degree of deleted constraints	: null
3600.07/3534.43	c maximum degree of deleted constraints	: null
3600.07/3534.43	c number of deleted constraints	: 0
3600.07/3534.44	c speed (assignments/second)	: 5817.052439530938
3600.07/3534.44	c non guided choices	: 13110
3600.07/3534.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52617
3600.07/3534.48	s UNKNOWN
3600.07/3534.48	c Total wall clock time (in seconds): 3534.347

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: 63665 MiB (54025 MiB free)
  memory of node 1: 64507 MiB (60761 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492769-1751146637/watcher-4492769-1751146637 -o /tmp/evaluation-result-4492769-1751146637/solver-4492769-1751146637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492769-1751146637 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492769-1751146637.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=14403, runsolver pid=14400

[startup+0.100061 s]*
/proc/loadavg: 3.95 3.04 3.10 5/345 14421
/proc/meminfo: memFree=117538052/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=18930384 memory=57668 CPUtime=0.13 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 6567 0 0 0 10 3 0 0 20 0 18 0 30343263 19384713216 14417 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4732596 14417 5339 1 0 547619 0
[pid=14403/tid=14405] ppid=14400 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 5079 0 0 0 6 1 0 0 20 0 18 0 30343264 19384713216 14417 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30343266 19384713216 14417 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=18930384 memory=59585004335790 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30343266 19384713216 14417 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.205852 s]*
/proc/loadavg: 3.95 3.04 3.10 6/345 14421
/proc/meminfo: memFree=117521964/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=18930384 memory=74688 CPUtime=0.32 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 7144 0 0 0 29 3 0 0 20 0 18 0 30343263 19384713216 18672 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4732596 18672 5435 1 0 548038 0
[pid=14403/tid=14405] ppid=14400 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 5294 0 0 0 16 1 0 0 20 0 18 0 30343264 19384713216 18672 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=18930384 memory=16912 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30343266 19384713216 18672 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30343266 19384713216 18672 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74688 KiB

[startup+0.30589 s]*
/proc/loadavg: 3.95 3.04 3.10 6/346 14422
/proc/meminfo: memFree=117513772/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=18996948 memory=89164 CPUtime=0.51 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 8642 0 0 0 48 3 0 0 20 0 19 0 30343263 19452874752 22291 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4749237 22291 5435 1 0 549264 0
[pid=14403/tid=14405] ppid=14400 vsize=18996948 memory=-6000919507150202990 CPUtime=0.26 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 5359 0 0 0 24 2 0 0 20 0 19 0 30343264 19452874752 22291 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30343266 19452874752 22291 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30343266 19452874752 22291 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30343286 19452874752 22291 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 89164 KiB

[startup+0.700242 s]
/proc/loadavg: 3.95 3.04 3.10 6/346 14422
/proc/meminfo: memFree=117481132/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=18996948 memory=142180 CPUtime=1.27 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 10482 0 0 0 122 5 0 0 20 0 19 0 30343263 19452874752 35545 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4749237 35545 5435 1 0 550598 0
[pid=14403/tid=14405] ppid=14400 vsize=18996948 memory=17280 CPUtime=0.64 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 5395 0 0 0 61 3 0 0 20 0 19 0 30343264 19452874752 35545 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=18996948 memory=11008 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30343266 19452874752 35545 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30343266 19452874752 35545 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30343286 19452874752 35545 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 142180 KiB

[startup+1.50025 s]
/proc/loadavg: 3.95 3.04 3.10 7/347 14423
/proc/meminfo: memFree=117422152/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=170176 CPUtime=2.75 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 15843 0 0 0 268 7 0 0 20 0 20 0 30343263 19521036288 42544 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 42544 5499 1 0 551466 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=1.43 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 5733 0 0 0 140 3 0 0 20 0 20 0 30343264 19521036288 42544 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 42544 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 42544 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 42544 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 170176 KiB

[startup+3.10572 s]
/proc/loadavg: 3.95 3.04 3.10 5/347 14423
/proc/meminfo: memFree=117038748/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=193068 CPUtime=4.66 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 18157 0 0 0 458 8 0 0 20 0 20 0 30343263 19521036288 48267 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 48267 5499 1 0 551468 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=2.98 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 6098 0 0 0 294 4 0 0 20 0 20 0 30343264 19521036288 48267 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=-6000919507150202990 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 48267 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 48267 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 48267 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193068 KiB

[startup+6.30022 s]
/proc/loadavg: 4.04 3.07 3.11 5/347 14423
/proc/meminfo: memFree=116760696/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=224048 CPUtime=8.23 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 18781 0 0 0 813 10 0 0 20 0 20 0 30343263 19521036288 56012 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 56012 5499 1 0 551470 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=0 CPUtime=6.12 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 6362 0 0 0 607 5 0 0 20 0 20 0 30343264 19521036288 56012 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 56012 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 56012 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=170176 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 56012 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 8.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 224048 KiB

[startup+12.7002 s]
/proc/loadavg: 4.03 3.09 3.12 5/347 14423
/proc/meminfo: memFree=116343136/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=573172 CPUtime=14.96 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 25346 0 0 0 1477 19 0 0 20 0 20 0 30343263 19521036288 143293 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 143293 5499 1 0 552211 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=170176 CPUtime=12.43 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 8244 0 0 0 1232 11 0 0 20 0 20 0 30343264 19521036288 143293 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 143293 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=515804 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 143293 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 143293 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 14.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 573172 KiB

[startup+25.5002 s]
/proc/loadavg: 4.03 3.13 3.13 5/347 14423
/proc/meminfo: memFree=115830592/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=853820 CPUtime=27.93 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 28233 0 0 0 2764 29 0 0 20 0 20 0 30343263 19521036288 213455 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 213455 5499 1 0 552211 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=25.08 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 9549 0 0 0 2489 19 0 0 20 0 20 0 30343264 19521036288 213455 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=515804 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 213455 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2372 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 42 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 213455 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 213455 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 27.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 853820 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 3.24 3.17 6/347 14424
/proc/meminfo: memFree=114927968/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=1243228 CPUtime=53.8 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 31927 0 0 0 5336 44 0 0 20 0 20 0 30343263 19521036288 310807 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 310807 5531 1 0 552211 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=1194072 CPUtime=50.18 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 10584 0 0 0 4992 26 0 0 20 0 20 0 30343264 19521036288 310807 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0

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

/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=14464 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=17280 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3219.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809328 KiB

[startup+3222.3 s]
/proc/loadavg: 4.25 4.31 4.25 5/346 14624
/proc/meminfo: memFree=81193188/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2809328 CPUtime=3280.28 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 175865 0 0 0 327087 941 0 0 20 0 20 0 30343263 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 702332 5531 1 0 715000 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=46464 CPUtime=3169.87 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 76106 0 0 0 316207 780 0 0 20 0 20 0 30343264 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2809328 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2809328 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 1980 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=2809328 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3280.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809328 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.28 4.24 5/344 14626
/proc/meminfo: memFree=80587824/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2809328 CPUtime=3340.11 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 176050 0 0 0 333053 958 0 0 20 0 20 0 30343263 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 702332 5531 1 0 715000 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=2809328 CPUtime=3228.74 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 76129 0 0 0 322079 795 0 0 20 0 20 0 30343264 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2809328 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2809328 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2061 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702332 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3340.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.24 4.23 5/343 14628
/proc/meminfo: memFree=79993340/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2809456 CPUtime=3403.18 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 178746 0 0 0 339342 976 0 0 20 0 20 0 30343263 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 702364 5531 1 0 715003 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=3287.6 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 77667 0 0 0 327951 809 0 0 20 0 20 0 30343264 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2061 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3403.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.57 4.31 4.25 6/343 14764
/proc/meminfo: memFree=107396024/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2809456 CPUtime=3463.27 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 181298 0 0 0 345334 993 0 0 20 0 20 0 30343263 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 702364 5531 1 0 715003 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=3346.33 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 79213 0 0 0 333810 823 0 0 20 0 20 0 30343264 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2143 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3463.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.27 4.24 5/343 14833
/proc/meminfo: memFree=113357076/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2809456 CPUtime=3525.39 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 184296 0 0 0 351531 1008 0 0 20 0 20 0 30343263 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 702364 5531 1 0 715013 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=11008 CPUtime=3405.5 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 80756 0 0 0 339715 835 0 0 20 0 20 0 30343264 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2151 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=2809456 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 702364 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3525.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2809456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.30 4.28 4.25 6/343 14902
/proc/meminfo: memFree=109822824/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2876208 CPUtime=3587.94 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 184708 0 0 0 357771 1023 0 0 20 0 20 0 30343263 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 719052 5531 1 0 731722 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=2809456 CPUtime=3464.86 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 80849 0 0 0 345639 847 0 0 20 0 20 0 30343264 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=2876208 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=2876208 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2155 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=2876208 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3587.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2876208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3534.4 s]
/proc/loadavg: 4.32 4.28 4.25 5/343 14902
/proc/meminfo: memFree=109081472/131249996 swapFree=33010684/33010684
[pid=14403] ppid=14400 vsize=19063512 memory=2876208 CPUtime=3600.07 cores=5,7
/proc/14403/stat : 14403 (java) S 14400 14403 13865 0 -1 4194304 184710 0 0 0 358981 1026 0 0 20 0 20 0 30343263 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
/proc/14403/statm: 4765878 719052 5531 1 0 731722 0
[pid=14403/tid=14405] ppid=14400 vsize=19063512 memory=2876208 CPUtime=3476.87 cores=5,7
/proc/14403/task/14405/stat : 14405 (java) R 14400 14403 13865 0 -1 4194368 80850 0 0 0 346837 850 0 0 20 0 20 0 30343264 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14414] ppid=14400 vsize=19063512 memory=11008 CPUtime=0 cores=5,7
/proc/14403/task/14414/stat : 14414 (Finalizer) S 14400 14403 13865 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14421] ppid=14400 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/14403/task/14421/stat : 14421 (Common-Cleaner) S 14400 14403 13865 0 -1 4194368 2155 0 0 0 0 0 0 0 20 0 20 0 30343266 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
[pid=14403/tid=14422] ppid=14400 vsize=19063512 memory=-6000919468377794670 CPUtime=0 cores=5,7
/proc/14403/task/14422/stat : 14422 (Timer-0) S 14400 14403 13865 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30343286 19521036288 719052 18446744073709551615 94719175839744 94719175843440 140723801855360 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94719175851256 94719175852048 94719178137600 140723801860400 140723801860582 140723801860582 140723801866184 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2876208 KiB

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

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

# cumulated CPU time of all completed processes:  user=3589.93 s, system=10.2839 s

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

[startup+3534.51 s]*
/proc/loadavg: 4.32 4.28 4.25 7/322 14905
/proc/meminfo: memFree=111940736/131249996 swapFree=33010684/33010684
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): 3534.51
CPU time (s): 3600.21
CPU user time (s): 3589.93
CPU system time (s): 10.2839
CPU usage (%): 101.859
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2876208

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.93
system time used= 10.2839
maximum resident set size= 2876976
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 14634200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120387
involuntary context switches= 11565


# summary of solver processes directly reported to runsolver:
#   pid: 14403
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3589.93
#   total CPU system time (s): 10.2839

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.53074 second user time and 16.9803 second system time

The end

Launcher Data

Begin job on nodeC030 at 2025-06-28 23:37:17
IDJOB=4492769
IDBENCH=147822
IDSOLVER=3364
FILE ID=nodeC030/4492769-1751146637
RUNJOBID= nodeC030-1751146486-13878
SLURM_JOB_ID= 9587459
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-cardinality-105-100.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492769-1751146637/watcher-4492769-1751146637 -o /tmp/evaluation-result-4492769-1751146637/solver-4492769-1751146637 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1751146486-13878 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492769-1751146637 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4492769-1751146637.opb

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

MD5SUM BENCH= 285604dce97f116174ae8740e4ecdce8
RANDOM SEED=1749036102

nodeC030 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3600.330
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.331
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3662.868
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3606.408
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.324
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.283
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.966
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
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		: 3600.429
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.62
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117541956 kB
MemAvailable:   119408152 kB
Buffers:            3280 kB
Cached:          2675040 kB
SwapCached:            0 kB
Active:         10614704 kB
Inactive:        2418260 kB
Active(anon):   10372764 kB
Inactive(anon):        0 kB
Active(file):     241940 kB
Inactive(file):  2418260 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            437964 kB
Writeback:             0 kB
AnonPages:      10357820 kB
Mapped:           122660 kB
Shmem:             18064 kB
KReclaimable:      90068 kB
Slab:             188240 kB
SReclaimable:      90068 kB
SUnreclaim:        98172 kB
KernelStack:        5276 kB
PageTables:        23968 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11187372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10168320 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      189140 kB
DirectMap2M:     9019392 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433032 MiB
End job on nodeC030 at 2025-06-29 00:36:12