Trace number 4445204

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07SAT 24.8321 23.2095

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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
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@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f 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 No 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-4445204-1721320672.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.14	c ... done. Wall clock time 0.009s.
0.13/0.14	c declared #vars     93
0.13/0.14	c #constraints  2
0.13/0.14	c constraints type 
0.13/0.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.13/0.14	c 2 constraints processed.
0.70/0.43	c cleaning 2500 clauses out of 5000 with flag 10006/5000
1.09/0.70	c cleaning 4251 clauses out of 8501 with flag 22008/11001
1.48/0.86	c cleaning 5625 clauses out of 11251 with flag 36011/18002
1.85/1.02	c cleaning 6812 clauses out of 13626 with flag 52011/26002
2.04/1.19	c cleaning 7902 clauses out of 15813 with flag 70009/35001
2.23/1.37	c cleaning 8954 clauses out of 17910 with flag 90007/45000
2.67/1.63	c cleaning 9978 clauses out of 19957 with flag 112013/56001
3.27/1.95	c cleaning 10987 clauses out of 21979 with flag 136015/68001
3.64/2.21	c cleaning 11994 clauses out of 23991 with flag 162013/81000
3.84/2.46	c cleaning 12999 clauses out of 25997 with flag 190015/95000
4.27/2.80	c cleaning 13998 clauses out of 28000 with flag 220022/110002
4.57/3.14	c cleaning 15000 clauses out of 30001 with flag 252029/126001
5.01/3.50	c cleaning 15999 clauses out of 32001 with flag 286031/143001
5.31/3.89	c cleaning 16999 clauses out of 34002 with flag 322040/161001
5.71/4.30	c cleaning 18002 clauses out of 36003 with flag 360040/180001
6.21/4.73	c cleaning 18997 clauses out of 38000 with flag 400040/200000
6.72/5.24	c cleaning 20002 clauses out of 40003 with flag 442040/221000
7.21/5.70	c cleaning 20996 clauses out of 42001 with flag 486040/243000
7.71/6.21	c cleaning 22001 clauses out of 44007 with flag 532044/266002
8.21/6.74	c cleaning 22994 clauses out of 46004 with flag 580040/290000
8.71/7.29	c cleaning 23995 clauses out of 48010 with flag 630041/315000
9.32/7.85	c cleaning 25008 clauses out of 50015 with flag 682041/341000
9.81/8.39	c cleaning 26002 clauses out of 52007 with flag 736043/368000
10.52/9.06	c cleaning 26999 clauses out of 54005 with flag 792051/396000
11.44/9.94	c cleaning 28001 clauses out of 56006 with flag 850067/425000
12.24/10.73	c cleaning 28995 clauses out of 58005 with flag 910098/455000
12.94/11.49	c cleaning 30000 clauses out of 60012 with flag 972121/486002
13.74/12.22	c cleaning 31004 clauses out of 62011 with flag 1036125/518001
14.67/13.16	c cleaning 32002 clauses out of 64006 with flag 1102195/551000
15.76/14.22	c cleaning 32998 clauses out of 66004 with flag 1170234/585000
16.66/15.12	c cleaning 33998 clauses out of 68006 with flag 1240286/620000
17.58/16.09	c cleaning 35002 clauses out of 70008 with flag 1312300/656000
18.58/17.06	c cleaning 36003 clauses out of 72007 with flag 1386306/693001
19.57/18.02	c cleaning 36997 clauses out of 74004 with flag 1462306/731001
20.58/19.06	c cleaning 37999 clauses out of 76006 with flag 1540304/770000
21.68/20.10	c cleaning 39003 clauses out of 78007 with flag 1620305/810000
22.78/21.21	c cleaning 39999 clauses out of 80005 with flag 1702307/851001
23.99/22.47	c cleaning 40999 clauses out of 82006 with flag 1786311/893001
24.69/23.13	c SATISFIABLE
24.69/23.14	c starts		: 1
24.69/23.15	c conflicts		: 928512
24.69/23.15	c decisions		: 928629
24.69/23.15	c propagations		: 4367649
24.69/23.15	c inspects		: 122007752
24.69/23.15	c shortcuts		: 0
24.69/23.15	c learnt literals	: 0
24.69/23.15	c learnt binary clauses	: 0
24.69/23.15	c learnt ternary clauses	: 0
24.69/23.15	c learnt constraints	: 928512
24.69/23.15	c ignored constraints	: 0
24.69/23.15	c root simplifications	: 0
24.69/23.15	c removed literals (reason simplification)	: 0
24.69/23.15	c reason swapping (by a shorter reason)	: 0
24.69/23.15	c Calls to reduceDB	: 38
24.69/23.15	c Number of update (reduction) of LBD	: 141
24.69/23.15	c Imported unit clauses	: 0
24.69/23.15	c No decision after first conflict	: false
24.69/23.15	c number of reductions to clauses (during analyze)	: 0
24.69/23.15	c number of learned constraints concerned by reduction	: 0
24.69/23.15	c number of learning phase by resolution	: 0
24.69/23.15	c number of learning phase by cutting planes	: 0
24.69/23.15	c number of rounding to 1 operations	: 0
24.69/23.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
24.69/23.15	c number of reductions of the coefficients by power 2 	: 0
24.69/23.15	c number of right shift for reduction by power 2 	: 0
24.69/23.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
24.69/23.15	c number of ending skipping 	: 0
24.69/23.15	c number of internal skipping 	: 0
24.69/23.15	c number of derivation steps 	: 0
24.69/23.15	c number of skipped derivation steps 	: 0
24.69/23.15	c number of remaining unassigned 	: 0
24.69/23.15	c number of remaining assigned 	: 0
24.69/23.15	c number of falsified literals weakened from reason	: 0
24.69/23.15	c number of falsified literals weakened from conflict	: 0
24.69/23.15	c time for arithmetic operations	: 0
24.69/23.15	c minimum degree of deleted constraints	: null
24.69/23.15	c maximum degree of deleted constraints	: null
24.69/23.15	c number of deleted constraints	: 0
24.69/23.15	c speed (assignments/second)	: 189840.00521580386
24.69/23.15	c non guided choices	: 82
24.69/23.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 76518
24.81/23.20	s SATISFIABLE
24.81/23.20	c Found 1 solution(s)
24.81/23.20	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 
24.81/23.20	c Total wall clock time (in seconds): 23.067

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445204-1721320672/watcher-4445204-1721320672 -o /tmp/evaluation-result-4445204-1721320672/solver-4445204-1721320672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937016 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4445204-1721320672.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=940545, runsolver pid=940542

[startup+0.100083 s]*
/proc/loadavg: 4.16 4.15 4.10 7/329 940563
/proc/meminfo: memFree=118945648/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=18975048 memory=65460 CPUtime=0.13 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 7203 0 0 0 11 2 0 0 20 0 18 0 184227817 19430449152 16365 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4743762 16365 5722 1 0 549327 0
[pid=940545/tid=940547] ppid=940542 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 5736 0 0 0 7 1 0 0 20 0 18 0 184227818 19430449152 16365 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184227820 19430449152 16365 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 184227821 19430449152 16365 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65460 KiB

[startup+0.205779 s]*
/proc/loadavg: 4.16 4.15 4.10 7/330 940564
/proc/meminfo: memFree=118939668/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19041612 memory=69296 CPUtime=0.31 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 8528 0 0 0 29 2 0 0 20 0 19 0 184227817 19498610688 17324 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4760403 17324 5841 1 0 550329 0
[pid=940545/tid=940547] ppid=940542 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 5932 0 0 0 16 1 0 0 20 0 19 0 184227818 19498610688 17324 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19041612 memory=14994 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184227820 19498610688 17324 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 184227821 19498610688 17324 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184227832 19498610688 17324 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69296 KiB

[startup+0.306625 s]*
/proc/loadavg: 4.31 4.18 4.11 7/330 940564
/proc/meminfo: memFree=118935644/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19041612 memory=73024 CPUtime=0.51 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 9221 0 0 0 49 2 0 0 20 0 19 0 184227817 19498610688 18256 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4760403 18256 5841 1 0 550751 0
[pid=940545/tid=940547] ppid=940542 vsize=19041612 memory=-9032362043983045308 CPUtime=0.26 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 5955 0 0 0 25 1 0 0 20 0 19 0 184227818 19498610688 18256 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184227820 19498610688 18256 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 184227821 19498610688 18256 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184227832 19498610688 18256 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73024 KiB

[startup+0.705667 s]
/proc/loadavg: 4.31 4.18 4.11 6/330 940564
/proc/meminfo: memFree=118918140/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19041612 memory=96176 CPUtime=1.28 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 14447 0 0 0 125 3 0 0 20 0 19 0 184227817 19498610688 24044 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4760403 24044 5856 1 0 553873 0
[pid=940545/tid=940547] ppid=940542 vsize=19041612 memory=43592 CPUtime=0.67 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 6001 0 0 0 65 2 0 0 20 0 19 0 184227818 19498610688 24044 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19041612 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184227820 19498610688 24044 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 184227821 19498610688 24044 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19041612 memory=26268 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184227832 19498610688 24044 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96176 KiB

[startup+1.50026 s]
/proc/loadavg: 4.31 4.18 4.11 8/330 940564
/proc/meminfo: memFree=118883328/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19041612 memory=129448 CPUtime=2.47 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 17857 0 0 0 243 4 0 0 20 0 19 0 184227817 19498610688 32362 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4760403 32362 5856 1 0 553876 0
[pid=940545/tid=940547] ppid=940542 vsize=19041612 memory=13012 CPUtime=1.45 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 6336 0 0 0 143 2 0 0 20 0 19 0 184227818 19498610688 32362 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184227820 19498610688 32362 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19041612 memory=2312 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 184227821 19498610688 32362 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19041612 memory=26268 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184227832 19498610688 32362 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 129448 KiB

[startup+3.10559 s]
/proc/loadavg: 4.31 4.18 4.11 5/331 940565
/proc/meminfo: memFree=118748900/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=201760 CPUtime=4.57 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 23238 0 0 0 450 7 0 0 20 0 20 0 184227817 19566772224 50440 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 50440 5872 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=0 CPUtime=3.04 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 6646 0 0 0 301 3 0 0 20 0 20 0 184227818 19566772224 50440 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=-9032362043983045308 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 50440 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 50440 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=2312 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 50440 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 4.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 201760 KiB

[startup+6.3002 s]
/proc/loadavg: 4.37 4.20 4.11 5/331 940565
/proc/meminfo: memFree=118650744/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=240424 CPUtime=7.81 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 23491 0 0 0 774 7 0 0 20 0 20 0 184227817 19566772224 60106 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 60106 5872 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=2312 CPUtime=6.17 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 6662 0 0 0 614 3 0 0 20 0 20 0 184227818 19566772224 60106 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 60106 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 60106 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 60106 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 7.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 240424 KiB

[startup+12.7002 s]
/proc/loadavg: 4.34 4.19 4.11 5/331 940567
/proc/meminfo: memFree=118202256/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=394628 CPUtime=14.26 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 25116 0 0 0 1415 11 0 0 20 0 20 0 184227817 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 98657 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=13012 CPUtime=12.38 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 7267 0 0 0 1235 3 0 0 20 0 20 0 184227818 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=273256 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=43592 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 394628 KiB

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

# cumulated CPU time of all completed processes:  user=24.6787 s, system=0.153458 s

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

[startup+12.8003 s]
/proc/loadavg: 4.34 4.19 4.11 5/331 940567
/proc/meminfo: memFree=118202256/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=394628 CPUtime=14.36 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 25116 0 0 0 1425 11 0 0 20 0 20 0 184227817 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 98657 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=0 CPUtime=12.48 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 7267 0 0 0 1245 3 0 0 20 0 20 0 184227818 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=11488 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 98657 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 394628 KiB

[startup+19.2003 s]
/proc/loadavg: 4.31 4.19 4.11 5/331 940568
/proc/meminfo: memFree=118055924/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=478748 CPUtime=20.77 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 26578 0 0 0 2064 13 0 0 20 0 20 0 184227817 19566772224 119687 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 119687 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=0 CPUtime=18.76 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 7830 0 0 0 1873 3 0 0 20 0 20 0 184227818 19566772224 119687 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 119687 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=-9032362043983045308 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 119687 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 119687 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 20.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 478748 KiB

[startup+20.8003 s]
/proc/loadavg: 4.31 4.19 4.11 5/331 940568
/proc/meminfo: memFree=118055896/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=530096 CPUtime=22.38 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 26881 0 0 0 2225 13 0 0 20 0 20 0 184227817 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 132524 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=478748 CPUtime=20.29 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 7889 0 0 0 2026 3 0 0 20 0 20 0 184227818 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=443932 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 22.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 530096 KiB

[startup+22.4002 s]
/proc/loadavg: 4.28 4.19 4.11 5/331 940568
/proc/meminfo: memFree=118004472/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=530096 CPUtime=23.99 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 27058 0 0 0 2385 14 0 0 20 0 20 0 184227817 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 132524 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=43592 CPUtime=21.89 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 8066 0 0 0 2186 3 0 0 20 0 20 0 184227818 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=5560 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=2636 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 132524 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 23.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 530096 KiB

[startup+22.8003 s]
/proc/loadavg: 4.28 4.19 4.11 5/331 940568
/proc/meminfo: memFree=118004472/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19108176 memory=530100 CPUtime=24.39 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 27223 0 0 0 2425 14 0 0 20 0 20 0 184227817 19566772224 132525 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4777044 132525 5888 1 0 555256 0
[pid=940545/tid=940547] ppid=940542 vsize=19108176 memory=530096 CPUtime=22.29 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) R 940542 940545 937004 0 -1 4194368 8169 0 0 0 2226 3 0 0 20 0 20 0 184227818 19566772224 132525 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19108176 memory=394628 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19566772224 132525 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19108176 memory=7158026736677840237 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19566772224 132525 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940564] ppid=940542 vsize=19108176 memory=-9032362043983045308 CPUtime=0 cores=1,3
/proc/940545/task/940564/stat : 940564 (Timer-0) S 940542 940545 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184227832 19566772224 132525 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 24.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 530100 KiB

[startup+23.2005 s]
/proc/loadavg: 4.28 4.19 4.11 5/331 940568
/proc/meminfo: memFree=118004472/131524600 swapFree=131071996/131071996
[pid=940545] ppid=940542 vsize=19241304 memory=530868 CPUtime=24.81 cores=1,3
/proc/940545/stat : 940545 (java) S 940542 940545 937004 0 -1 1077936128 30342 0 0 0 2467 14 0 0 20 0 20 0 184227817 19703095296 132717 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
/proc/940545/statm: 4810326 132717 5885 1 0 555912 0
[pid=940545/tid=940547] ppid=940542 vsize=19241304 memory=394628 CPUtime=22.63 cores=1,3
/proc/940545/task/940547/stat : 940547 (java) S 940542 940545 937004 0 -1 1077936192 10003 0 0 0 2260 3 0 0 20 0 20 0 184227818 19703095296 132717 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940556] ppid=940542 vsize=19241304 memory=530100 CPUtime=0 cores=1,3
/proc/940545/task/940556/stat : 940556 (Finalizer) S 940542 940545 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184227820 19703095296 132717 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
[pid=940545/tid=940563] ppid=940542 vsize=19241304 memory=13012 CPUtime=0 cores=1,3
/proc/940545/task/940563/stat : 940563 (Common-Cleaner) S 940542 940545 937004 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 184227821 19703095296 132717 134679101440 94827549057024 94827549060720 140720362609760 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94827549068536 94827549069328 94827579957248 140720362615814 140720362615904 140720362615904 140720362622920 0
Current children cumulated CPU time: 24.81 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 530868 KiB

Child status: 10

Real time (s): 23.2095
CPU time (s): 24.8321
CPU user time (s): 24.6787
CPU system time (s): 0.153458
CPU usage (%): 106.991
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 530868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 24.6787
system time used= 0.153458
maximum resident set size= 532024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1570
involuntary context switches= 193


# summary of solver processes directly reported to runsolver:
#   pid: 940545
#   total CPU time (s): 24.8321
#   total CPU user time (s): 24.6787
#   total CPU system time (s): 0.153458

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057915 second user time and 0.143635 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 18:38:04
IDJOB=4445204
IDBENCH=148103
IDSOLVER=3058
FILE ID=nodeC016/4445204-1721320672
RUNJOBID= nodeC016-1721316965-937016
SLURM_JOB_ID= 7542659
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob6.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445204-1721320672/watcher-4445204-1721320672 -o /tmp/evaluation-result-4445204-1721320672/solver-4445204-1721320672 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937016 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4445204-1721320672.opb

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

MD5SUM BENCH= abfa6108019d186bb0a39186e3151874
RANDOM SEED=386756678

nodeC016.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		: 3668.066
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.70
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		: 3637.214
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.024
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.70
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		: 3646.499
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.63
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		: 3668.129
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.70
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		: 3665.484
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.63
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.378
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.70
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		: 3635.894
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.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118987656 kB
MemAvailable:   122585252 kB
Buffers:          350552 kB
Cached:          4082652 kB
SwapCached:            0 kB
Active:           550352 kB
Inactive:       11362628 kB
Active(anon):       1568 kB
Inactive(anon):  7515632 kB
Active(file):     548784 kB
Inactive(file):  3846996 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1148 kB
Writeback:             0 kB
AnonPages:       7478316 kB
Mapped:           126696 kB
Shmem:             37720 kB
KReclaimable:      82924 kB
Slab:             193080 kB
SReclaimable:      82924 kB
SUnreclaim:       110156 kB
KernelStack:        5072 kB
PageTables:        24960 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8424976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69696 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7178240 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 18:38:28