Trace number 4445222

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 2024 2024-07-07SAT 41.8442 40.0127

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob6.opb
MD5SUMabfa6108019d186bb0a39186e3151874
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.014493
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables93
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint93
Maximum length of a constraint93
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 22382775
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 362318209
Number of bits of the biggest sum of numbers29
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.13	c Pseudo Boolean Optimization by upper bound
0.14/0.13	c --- Begin Solver configuration ---
0.14/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.13	c Learn all clauses as in MiniSAT
0.14/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.13	c Expensive reason simplification
0.14/0.13	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.13	c timeout=2147483s
0.14/0.13	c DB Simplification allowed=false
0.14/0.13	c Listener: none
0.14/0.13	c --- End Solver configuration ---
0.14/0.13	c solving HOME/instance-4445222-1721817203.opb
0.14/0.13	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
0.14/0.14	c ... done. Wall clock time 0.01s.
0.14/0.14	c declared #vars     93
0.14/0.14	c #constraints  2
0.14/0.14	c constraints type 
0.14/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.14/0.14	c 2 constraints processed.
1.29/0.76	c cleaning 2497 clauses out of 5000 with flag 10010/5000
2.28/1.23	c cleaning 4253 clauses out of 8505 with flag 22018/11002
3.06/1.66	c cleaning 5626 clauses out of 11251 with flag 36016/18001
3.88/2.02	c cleaning 6813 clauses out of 13625 with flag 52018/26001
4.39/2.38	c cleaning 7906 clauses out of 15811 with flag 70017/35000
4.81/2.74	c cleaning 8953 clauses out of 17905 with flag 90020/45000
5.26/3.16	c cleaning 9976 clauses out of 19953 with flag 112040/56001
5.77/3.62	c cleaning 10984 clauses out of 21976 with flag 136042/68000
6.27/4.14	c cleaning 11996 clauses out of 23993 with flag 162050/81001
6.77/4.65	c cleaning 12999 clauses out of 25998 with flag 190053/95002
7.39/5.27	c cleaning 13998 clauses out of 27998 with flag 220057/110001
8.11/5.97	c cleaning 14993 clauses out of 29999 with flag 252055/126000
8.89/6.64	c cleaning 16003 clauses out of 32006 with flag 286064/143000
9.76/7.41	c cleaning 17001 clauses out of 34003 with flag 322096/161000
10.47/8.19	c cleaning 18002 clauses out of 36004 with flag 360107/180002
11.36/9.01	c cleaning 18997 clauses out of 38000 with flag 400111/200000
12.27/9.92	c cleaning 19999 clauses out of 40004 with flag 442119/221001
13.07/10.79	c cleaning 20996 clauses out of 42004 with flag 486119/243000
14.07/11.78	c cleaning 22003 clauses out of 44009 with flag 532129/266001
15.18/12.81	c cleaning 23003 clauses out of 46008 with flag 580145/290003
16.28/13.92	c cleaning 23999 clauses out of 48002 with flag 630143/315000
17.40/15.00	c cleaning 24999 clauses out of 50006 with flag 682160/341003
18.59/16.26	c cleaning 26002 clauses out of 52006 with flag 736166/368002
19.77/17.49	c cleaning 26998 clauses out of 54002 with flag 792177/396000
21.08/18.78	c cleaning 28001 clauses out of 56005 with flag 850186/425001
22.47/20.15	c cleaning 29001 clauses out of 58004 with flag 910192/455001
23.94/21.62	c cleaning 29994 clauses out of 60002 with flag 972196/486000
25.24/22.97	c cleaning 31003 clauses out of 62009 with flag 1036203/518001
26.82/24.53	c cleaning 31999 clauses out of 64005 with flag 1102207/551000
28.58/26.21	c cleaning 33004 clauses out of 66007 with flag 1170217/585001
30.19/27.87	c cleaning 33995 clauses out of 68002 with flag 1240221/620000
31.90/29.52	c cleaning 35002 clauses out of 70007 with flag 1312226/656000
33.49/31.19	c cleaning 36001 clauses out of 72005 with flag 1386243/693000
35.38/33.53	c cleaning 36999 clauses out of 74007 with flag 1462251/731003
37.20/35.30	c cleaning 38000 clauses out of 76005 with flag 1540255/770000
39.03/37.14	c cleaning 39000 clauses out of 78005 with flag 1620264/810000
40.95/39.10	c cleaning 39998 clauses out of 80005 with flag 1702265/851000
41.64/39.79	c SATISFIABLE
41.76/39.94	c starts		: 1
41.76/39.94	c conflicts		: 872282
41.76/39.94	c decisions		: 872500
41.76/39.94	c propagations		: 3890944
41.76/39.94	c inspects		: 153555969
41.76/39.94	c shortcuts		: 0
41.76/39.94	c learnt literals	: 0
41.76/39.94	c learnt binary clauses	: 0
41.76/39.94	c learnt ternary clauses	: 0
41.76/39.94	c learnt constraints	: 872282
41.76/39.94	c ignored constraints	: 0
41.76/39.94	c root simplifications	: 0
41.76/39.94	c removed literals (reason simplification)	: 7279688
41.76/39.94	c reason swapping (by a shorter reason)	: 0
41.76/39.94	c Calls to reduceDB	: 37
41.76/39.94	c Number of update (reduction) of LBD	: 176
41.76/39.94	c Imported unit clauses	: 0
41.76/39.94	c No decision after first conflict	: false
41.76/39.94	c number of reductions to clauses (during analyze)	: 0
41.76/39.94	c number of learned constraints concerned by reduction	: 0
41.76/39.94	c number of learning phase by resolution	: 0
41.76/39.94	c number of learning phase by cutting planes	: 0
41.76/39.94	c number of rounding to 1 operations	: 0
41.76/39.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
41.76/39.94	c number of reductions of the coefficients by power 2 	: 0
41.76/39.94	c number of right shift for reduction by power 2 	: 0
41.76/39.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
41.76/39.94	c number of ending skipping 	: 0
41.76/39.94	c number of internal skipping 	: 0
41.76/39.94	c number of derivation steps 	: 0
41.76/39.94	c number of skipped derivation steps 	: 0
41.76/39.94	c number of remaining unassigned 	: 0
41.76/39.94	c number of remaining assigned 	: 0
41.76/39.94	c number of falsified literals weakened from reason	: 0
41.76/39.94	c number of falsified literals weakened from conflict	: 0
41.76/39.94	c time for arithmetic operations	: 0
41.76/39.94	c minimum degree of deleted constraints	: null
41.76/39.94	c maximum degree of deleted constraints	: null
41.76/39.94	c number of deleted constraints	: 0
41.76/39.94	c speed (assignments/second)	: 97757.49962313451
41.76/39.94	c non guided choices	: 82
41.76/39.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 61289
41.76/39.99	s SATISFIABLE
41.76/39.99	c Found 1 solution(s)
41.76/39.99	v -x1 -x2 x3 -x4 -x5 x6 x7 x8 x9 x10 -x11 x12 -x13 -x14 -x15 -x16 x17 -x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 
41.76/39.99	c Total wall clock time (in seconds): 39.867

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445222-1721817203/watcher-4445222-1721817203 -o /tmp/evaluation-result-4445222-1721817203/solver-4445222-1721817203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721817189-172940 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4445222-1721817203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445222-1721817203.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=173668, runsolver pid=173665

[startup+0.101102 s]*
/proc/loadavg: 1.32 0.37 0.23 8/336 173686
/proc/meminfo: memFree=122215808/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=18975048 memory=67232 CPUtime=0.14 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 7195 0 0 0 12 2 0 0 20 0 18 0 18250635 19430449152 16808 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4743762 16808 5692 1 0 549322 0
[pid=173668/tid=173670] ppid=173665 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 1077936192 5750 0 0 0 7 1 0 0 20 0 18 0 18250635 19430449152 16808 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18250638 19430449152 16808 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=18975048 memory=14692998043934266 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18250638 19430449152 16808 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67232 KiB

[startup+0.206421 s]*
/proc/loadavg: 1.78 0.48 0.27 8/337 173687
/proc/meminfo: memFree=122204300/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19041612 memory=76680 CPUtime=0.33 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 8091 0 0 0 31 2 0 0 20 0 19 0 18250635 19498610688 19170 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4760403 19170 5856 1 0 550270 0
[pid=173668/tid=173670] ppid=173665 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 5980 0 0 0 17 1 0 0 20 0 19 0 18250635 19498610688 19170 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19041612 memory=1318339 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18250638 19498610688 19170 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19041612 memory=14411523065906868 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18250638 19498610688 19170 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18250649 19498610688 19170 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76680 KiB

[startup+0.306422 s]*
/proc/loadavg: 1.78 0.48 0.27 11/337 173687
/proc/meminfo: memFree=122157320/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19041612 memory=99860 CPUtime=0.52 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 9083 0 0 0 50 2 0 0 20 0 19 0 18250635 19498610688 24965 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4760403 24965 5856 1 0 550908 0
[pid=173668/tid=173670] ppid=173665 vsize=19041612 memory=-8815625199469503164 CPUtime=0.27 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 6010 0 0 0 26 1 0 0 20 0 19 0 18250635 19498610688 24965 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18250638 19498610688 24965 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 18250638 19498610688 24965 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18250649 19498610688 24965 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99860 KiB

[startup+0.700435 s]
/proc/loadavg: 1.78 0.48 0.27 8/337 173687
/proc/meminfo: memFree=121968048/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=175756 CPUtime=1.29 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 13406 0 0 0 124 5 0 0 20 0 20 0 18250635 19566772224 43939 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 43939 5872 1 0 553708 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=61340 CPUtime=0.64 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 6043 0 0 0 61 3 0 0 20 0 20 0 18250635 19566772224 43939 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 43939 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 43939 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 43939 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175756 KiB

[startup+1.51043 s]
/proc/loadavg: 1.78 0.48 0.27 8/338 173688
/proc/meminfo: memFree=121766964/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=187936 CPUtime=2.88 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 22491 0 0 0 281 7 0 0 20 0 20 0 18250635 19566772224 46984 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 46984 5904 1 0 556009 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=12348 CPUtime=1.42 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 6471 0 0 0 138 4 0 0 20 0 20 0 18250635 19566772224 46984 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 46984 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 46984 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 46984 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 2.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187936 KiB

[startup+3.10642 s]
/proc/loadavg: 1.78 0.48 0.27 5/338 173688
/proc/meminfo: memFree=120604972/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=456812 CPUtime=5.26 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 24221 0 0 0 510 16 0 0 20 0 20 0 18250635 19566772224 114203 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 114203 5904 1 0 556026 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=0 CPUtime=2.99 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 6985 0 0 0 287 12 0 0 20 0 20 0 18250635 19566772224 114203 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=-8815625199469503164 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 114203 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 114203 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=2228 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 114203 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 5.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 456812 KiB

[startup+6.3003 s]
/proc/loadavg: 1.96 0.54 0.29 5/338 173689
/proc/meminfo: memFree=119545964/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1276104 CPUtime=8.59 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 25205 0 0 0 822 37 0 0 20 0 20 0 18250635 19566772224 319026 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 319026 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=2228 CPUtime=6.13 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 7600 0 0 0 582 31 0 0 20 0 20 0 18250635 19566772224 319026 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 319026 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 319026 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 319026 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1276104 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 0.60 0.31 5/313 173726
/proc/meminfo: memFree=119740652/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1330120 CPUtime=15.08 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 28524 0 0 0 1457 51 0 0 20 0 20 0 18250635 19566772224 332530 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 332530 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=12348 CPUtime=12.47 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 8583 0 0 0 1203 44 0 0 20 0 20 0 18250635 19566772224 332530 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=1278180 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 332530 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=61340 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 332530 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 332530 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 15.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1330120 KiB

[startup+25.5004 s]
/proc/loadavg: 2.41 0.71 0.35 5/337 173759
/proc/meminfo: memFree=118422664/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1342452 CPUtime=27.89 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 32923 0 0 0 2717 72 0 0 20 0 20 0 18250635 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 335613 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=1342420 CPUtime=25.07 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 10054 0 0 0 2442 65 0 0 20 0 20 0 18250635 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=1800 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=11576 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 27.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1342452 KiB

[startup+40.0126 s]
# the end of solver process 173668 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=40.8383 s, system=1.00587 s

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

[startup+25.6004 s]
/proc/loadavg: 2.41 0.71 0.35 5/337 173759
/proc/meminfo: memFree=118422664/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1342452 CPUtime=27.99 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 32923 0 0 0 2727 72 0 0 20 0 20 0 18250635 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 335613 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=16012 CPUtime=25.17 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 10054 0 0 0 2452 65 0 0 20 0 20 0 18250635 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=1276104 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=228489167166 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=61340 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 335613 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 27.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1342452 KiB

[startup+32.0003 s]*
/proc/loadavg: 2.73 0.83 0.39 4/337 173759
/proc/meminfo: memFree=117786840/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1362948 CPUtime=34.27 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 34379 0 0 0 3344 83 0 0 20 0 20 0 18250635 19566772224 340737 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 340737 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=-8960583712963863228 CPUtime=31.35 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) D 173665 173668 172927 0 -1 4194368 11005 0 0 0 3060 75 0 0 20 0 20 0 18250635 19566772224 340737 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=1800 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340737 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=39132 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340737 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 340737 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 34.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362948 KiB

[startup+35.2002 s]
/proc/loadavg: 2.73 0.83 0.39 5/337 173761
/proc/meminfo: memFree=117735796/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1362972 CPUtime=37.1 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 36417 0 0 0 3622 88 0 0 20 0 20 0 18250635 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 340743 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=5552 CPUtime=34.08 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 11059 0 0 0 3328 80 0 0 20 0 20 0 18250635 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=16012 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=1342452 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=1362948 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 37.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362972 KiB

[startup+38.4003 s]
/proc/loadavg: 2.84 0.89 0.41 6/337 173761
/proc/meminfo: memFree=117661292/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1362972 CPUtime=40.31 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 36512 0 0 0 3936 95 0 0 20 0 20 0 18250635 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 340743 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=0 CPUtime=37.25 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 11153 0 0 0 3638 87 0 0 20 0 20 0 18250635 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=31040 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=61340 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 340743 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 40.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1362972 KiB

[startup+39.2002 s]
/proc/loadavg: 2.84 0.89 0.41 5/337 173761
/proc/meminfo: memFree=117638100/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1367068 CPUtime=41.14 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 36557 0 0 0 4018 96 0 0 20 0 20 0 18250635 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 341767 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=1362960 CPUtime=38.02 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 11168 0 0 0 3714 88 0 0 20 0 20 0 18250635 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=-8815625199469503164 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=140145252673457 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=7681407974647166673 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 41.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1367068 KiB

[startup+39.6003 s]
/proc/loadavg: 2.84 0.89 0.41 5/337 173761
/proc/meminfo: memFree=117638100/131524600 swapFree=131055772/131071996
[pid=173668] ppid=173665 vsize=19108176 memory=1367068 CPUtime=41.54 cores=5,7
/proc/173668/stat : 173668 (java) S 173665 173668 172927 0 -1 1077936128 36557 0 0 0 4057 97 0 0 20 0 20 0 18250635 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
/proc/173668/statm: 4777044 341767 5904 1 0 556029 0
[pid=173668/tid=173670] ppid=173665 vsize=19108176 memory=2228 CPUtime=38.42 cores=5,7
/proc/173668/task/173670/stat : 173670 (java) R 173665 173668 172927 0 -1 4194368 11168 0 0 0 3753 89 0 0 20 0 20 0 18250635 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 54 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173679] ppid=173665 vsize=19108176 memory=25664 CPUtime=0 cores=5,7
/proc/173668/task/173679/stat : 173679 (Finalizer) S 173665 173668 172927 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173686] ppid=173665 vsize=19108176 memory=1800 CPUtime=0 cores=5,7
/proc/173668/task/173686/stat : 173686 (Common-Cleaner) S 173665 173668 172927 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18250638 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
[pid=173668/tid=173687] ppid=173665 vsize=19108176 memory=39132 CPUtime=0 cores=5,7
/proc/173668/task/173687/stat : 173687 (Timer-0) S 173665 173668 172927 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18250649 19566772224 341767 134679101440 94635357880320 94635357884016 140726205807296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94635357891832 94635357892624 94635386249216 140726205809579 140726205809761 140726205809761 140726205816776 0
Current children cumulated CPU time: 41.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1367068 KiB

[startup+40.0002 s]*
/proc/loadavg: 2.84 0.89 0.41 4/331 173763
/proc/meminfo: memFree=117618156/131524600 swapFree=131055772/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 40.0127
CPU time (s): 41.8442
CPU user time (s): 40.8383
CPU system time (s): 1.00587
CPU usage (%): 104.577
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1367076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.8383
system time used= 1.00587
maximum resident set size= 1368440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38658
page faults= 0
swaps= 0
block input operations= 0
block output operations= 861560
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3677
involuntary context switches= 517


# summary of solver processes directly reported to runsolver:
#   pid: 173668
#   total CPU time (s): 41.8442
#   total CPU user time (s): 40.8383
#   total CPU system time (s): 1.00587

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.09538 second user time and 0.230074 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-24 12:33:24
IDJOB=4445222
IDBENCH=148103
IDSOLVER=3079
FILE ID=nodeC035/4445222-1721817203
RUNJOBID= nodeC035-1721817189-172940
SLURM_JOB_ID= 7816901
Free space on /tmp= 890044 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445222-1721817203/watcher-4445222-1721817203 -o /tmp/evaluation-result-4445222-1721817203/solver-4445222-1721817203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721817189-172940 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4445222-1721817203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445222-1721817203.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=533497254

nodeC035.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		: 3600.410
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.54
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		: 3664.198
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
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		: 3669.890
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.54
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		: 3664.224
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
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		: 3669.956
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.54
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		: 3599.819
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122284012 kB
MemAvailable:   127046884 kB
Buffers:          243128 kB
Cached:          5302408 kB
SwapCached:         3464 kB
Active:          2269544 kB
Inactive:        6285660 kB
Active(anon):       1932 kB
Inactive(anon):  3052984 kB
Active(file):    2267612 kB
Inactive(file):  3232676 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055772 kB
Dirty:            117180 kB
Writeback:             0 kB
AnonPages:       3005588 kB
Mapped:           127020 kB
Shmem:             45208 kB
KReclaimable:     204460 kB
Slab:             328140 kB
SReclaimable:     204460 kB
SUnreclaim:       123680 kB
KernelStack:        5136 kB
PageTables:        16092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11658520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2709504 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 890040 MiB
End job on nodeC035 at 2024-07-24 12:34:04