Trace number 4424848

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-07OPTIMUM 72.1427 69.64

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-11-10--soft-66-100-0.wbo
MD5SUM86c2c4a60c85d3f2ad84119b620b05dd
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.0023
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables110
Total number of constraints21
Number of soft constraints4
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
Top cost 193
Min constraint cost 1
Max constraint cost 93
Sum of constraints costs 192
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.13/0.18	c version CUSTOM.v20240707
0.13/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.21	c java.vm.version	22.0.1+8-16
0.13/0.21	c java.vm.vendor	Oracle Corporation
0.13/0.21	c sun.arch.data.model	64
0.13/0.21	c java.version		22.0.1
0.13/0.21	c os.name		Linux
0.13/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.21	c os.arch		amd64
0.13/0.22	c Free memory 		2113181440
0.13/0.22	c Max memory 		16282288128
0.13/0.22	c Total memory 		2122317824
0.13/0.23	c Number of processors 	2
0.30/0.32	--- Begin Solver configuration ---
0.30/0.32	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.32	Learn all clauses as in MiniSAT
0.30/0.32	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	No reason simplification
0.30/0.32	Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	timeout=2147483s
0.30/0.32	DB Simplification allowed=false
0.30/0.32	Listener: none
0.30/0.32	--- End Solver configuration ---
0.30/0.32	c Pseudo Boolean Optimization by upper bound
0.30/0.32	c --- Begin Solver configuration ---
0.30/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.32	c Learn all clauses as in MiniSAT
0.30/0.32	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	c No reason simplification
0.30/0.32	c Glucose 2.1 dynamic restart strategy
0.30/0.32	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.30/0.32	c timeout=2147483s
0.30/0.32	c DB Simplification allowed=false
0.30/0.32	c Listener: none
0.30/0.32	c --- End Solver configuration ---
0.30/0.32	c solving HOME/instance-4424848-1720881329.wbo
0.30/0.32	c reading problem ... 
0.47/0.36	c ... done. Wall clock time 0.036s.
0.47/0.36	c declared #vars     110
0.47/0.36	c internal #vars     114
0.47/0.36	c #constraints  22
0.47/0.36	c constraints type 
0.47/0.36	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.47/0.36	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.47/0.36	c org.sat4j.specs.Constr$1 => 1
0.47/0.36	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 11
0.47/0.36	c 22 constraints processed.
0.47/0.39	c objective function length is 4 literals
0.64/0.51	c SATISFIABLE
0.64/0.51	c OPTIMIZING...
0.64/0.51	c Got one! Elapsed wall clock time (in seconds):0.193
0.64/0.52	o 93
1.16/0.70	c Got one! Elapsed wall clock time (in seconds):0.379
1.16/0.70	o 1
1.97/1.15	c cleaning 2867 clauses out of 5747 with flag 26976/5747
2.93/1.78	c cleaning 4439 clauses out of 8882 with flag 75661/11749
3.71/2.43	c cleaning 5718 clauses out of 11441 with flag 132411/18747
4.35/3.08	c cleaning 6857 clauses out of 13723 with flag 193105/26747
5.48/4.17	c cleaning 7932 clauses out of 15867 with flag 262138/35748
7.07/5.66	c cleaning 8965 clauses out of 17934 with flag 343658/45747
8.63/7.09	c cleaning 9984 clauses out of 19973 with flag 433956/56751
10.83/9.23	c cleaning 10982 clauses out of 21985 with flag 546335/68747
12.94/11.31	c cleaning 11999 clauses out of 24003 with flag 665629/81747
15.34/13.76	c cleaning 12998 clauses out of 26004 with flag 793057/95747
17.65/16.09	c cleaning 14002 clauses out of 28007 with flag 928761/110748
20.53/18.95	c cleaning 14997 clauses out of 30006 with flag 1068403/126749
23.29/21.65	c cleaning 15998 clauses out of 32011 with flag 1225831/143751
26.16/24.44	c cleaning 16998 clauses out of 34010 with flag 1393645/161748
28.97/27.25	c cleaning 18008 clauses out of 36015 with flag 1560162/180751
32.17/30.41	c cleaning 18999 clauses out of 38003 with flag 1693788/200747
36.89/34.91	c cleaning 19998 clauses out of 40004 with flag 1818616/221747
42.00/40.06	c cleaning 21002 clauses out of 42009 with flag 1953355/243750
48.57/46.62	c cleaning 22001 clauses out of 44005 with flag 2086124/266748
55.53/53.35	c cleaning 22993 clauses out of 46002 with flag 2262952/290747
62.41/60.24	c cleaning 24004 clauses out of 48011 with flag 2456999/315749
69.81/67.66	c cleaning 25002 clauses out of 50005 with flag 2656203/341747
72.10/69.61	c starts		: 524
72.10/69.61	c conflicts		: 349443
72.10/69.61	c decisions		: 419310
72.10/69.61	c propagations		: 4425622
72.10/69.61	c inspects		: 1028439183
72.10/69.61	c shortcuts		: 0
72.10/69.61	c learnt literals	: 6
72.10/69.61	c learnt binary clauses	: 4
72.10/69.61	c learnt ternary clauses	: 4
72.10/69.61	c learnt constraints	: 349436
72.10/69.61	c ignored constraints	: 0
72.10/69.61	c root simplifications	: 0
72.10/69.61	c removed literals (reason simplification)	: 0
72.10/69.61	c reason swapping (by a shorter reason)	: 0
72.10/69.61	c Calls to reduceDB	: 22
72.10/69.61	c Number of update (reduction) of LBD	: 196019
72.10/69.61	c Imported unit clauses	: 0
72.10/69.61	c No decision after first conflict	: false
72.10/69.61	c number of reductions to clauses (during analyze)	: 0
72.10/69.61	c number of learned constraints concerned by reduction	: 0
72.10/69.61	c number of learning phase by resolution	: 0
72.10/69.61	c number of learning phase by cutting planes	: 0
72.10/69.61	c number of rounding to 1 operations	: 0
72.10/69.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
72.10/69.61	c number of reductions of the coefficients by power 2 	: 0
72.10/69.61	c number of right shift for reduction by power 2 	: 0
72.10/69.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
72.10/69.61	c number of ending skipping 	: 0
72.10/69.61	c number of internal skipping 	: 0
72.10/69.61	c number of derivation steps 	: 0
72.10/69.61	c number of skipped derivation steps 	: 0
72.10/69.61	c number of remaining unassigned 	: 0
72.10/69.61	c number of remaining assigned 	: 0
72.10/69.61	c number of falsified literals weakened from reason	: 0
72.10/69.61	c number of falsified literals weakened from conflict	: 0
72.10/69.61	c time for arithmetic operations	: 0
72.10/69.61	c minimum degree of deleted constraints	: null
72.10/69.61	c maximum degree of deleted constraints	: null
72.10/69.61	c number of deleted constraints	: 0
72.10/69.61	c speed (assignments/second)	: 63938.36774202869
72.10/69.61	c non guided choices	: 116
72.10/69.61	s OPTIMUM FOUND
72.10/69.61	c Found 2 solution(s)
72.10/69.61	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 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 x104 -x105 -x106 -x107 -x108 -x109 -x110 
72.10/69.61	c objective function=1
72.10/69.61	c Total wall clock time (in seconds): 69.294

Verifier Data

OK	1

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: 64096 MiB (63314 MiB free)
  memory of node 1: 64473 MiB (63713 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424848-1720881329/watcher-4424848-1720881329 -o /tmp/evaluation-result-4424848-1720881329/solver-4424848-1720881329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424848-1720881329.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 4.18.0-301.1.el8.x
solver pid=702440, runsolver pid=702429
Current StackSize limit: 8192 KiB


[startup+0.102099 s]*
/proc/loadavg: 1.07 1.16 1.19 9/300 702511
/proc/meminfo: memFree=129938104/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=18975048 memory=59052 CPUtime=0.13 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 6291 0 0 0 10 3 0 0 20 0 18 0 140288785 19430449152 14763 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4743762 14763 5602 1 0 550777 0
[pid=702440/tid=702444] ppid=702429 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 5237 0 0 0 6 2 0 0 20 0 18 0 140288786 19430449152 14763 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140288792 19430449152 14763 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140288793 19430449152 14763 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59052 KiB

[startup+0.21774 s]*
/proc/loadavg: 1.07 1.16 1.19 14/309 702520
/proc/meminfo: memFree=129912424/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=18975048 memory=63852 CPUtime=0.3 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 6953 0 0 0 26 4 0 0 20 0 18 0 140288785 19430449152 15963 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4743762 15963 5627 1 0 551324 0
[pid=702440/tid=702444] ppid=702429 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 5571 0 0 0 16 3 0 0 20 0 18 0 140288786 19430449152 15963 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140288792 19430449152 15963 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140288793 19430449152 15963 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63852 KiB

[startup+0.3191 s]*
/proc/loadavg: 1.07 1.16 1.19 18/310 702521
/proc/meminfo: memFree=129893072/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=18975048 memory=69656 CPUtime=0.47 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 7243 0 0 0 43 4 0 0 20 0 18 0 140288785 19430449152 17414 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4743762 17414 5736 1 0 551563 0
[pid=702440/tid=702444] ppid=702429 vsize=18975048 memory=-8887684996942701244 CPUtime=0.29 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 5771 0 0 0 26 3 0 0 20 0 18 0 140288786 19430449152 17414 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140288792 19430449152 17414 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140288793 19430449152 17414 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69656 KiB

[startup+0.700458 s]
/proc/loadavg: 1.07 1.16 1.19 11/312 702523
/proc/meminfo: memFree=129860520/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19041612 memory=76672 CPUtime=1.16 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 9152 0 0 0 110 6 0 0 20 0 19 0 140288785 19498610688 19168 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4760403 19168 5843 1 0 552799 0
[pid=702440/tid=702444] ppid=702429 vsize=19041612 memory=5476 CPUtime=0.63 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 5922 0 0 0 59 4 0 0 20 0 19 0 140288786 19498610688 19168 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140288792 19498610688 19168 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19041612 memory=140289469744640 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140288793 19498610688 19168 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19041612 memory=7742779596055670662 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140288825 19498610688 19168 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76672 KiB

[startup+1.50409 s]
/proc/loadavg: 1.07 1.16 1.19 12/313 702524
/proc/meminfo: memFree=129811496/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19041612 memory=91652 CPUtime=2.68 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 16273 0 0 0 261 7 0 0 20 0 19 0 140288785 19498610688 22913 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4760403 22913 5875 1 0 554875 0
[pid=702440/tid=702444] ppid=702429 vsize=19041612 memory=12320 CPUtime=1.41 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 6948 0 0 0 137 4 0 0 20 0 19 0 140288786 19498610688 22913 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140288792 19498610688 22913 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140288793 19498610688 22913 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19041612 memory=1129 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140288825 19498610688 22913 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91652 KiB

[startup+3.11373 s]
/proc/loadavg: 1.31 1.21 1.20 7/314 702525
/proc/meminfo: memFree=129536844/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19041612 memory=102100 CPUtime=4.48 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 16939 0 0 0 440 8 0 0 20 0 19 0 140288785 19498610688 25525 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4760403 25525 5875 1 0 554877 0
[pid=702440/tid=702444] ppid=702429 vsize=19041612 memory=0 CPUtime=3 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 7231 0 0 0 296 4 0 0 20 0 19 0 140288786 19498610688 25525 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140288792 19498610688 25525 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140288793 19498610688 25525 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19041612 memory=12712 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140288825 19498610688 25525 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102100 KiB

[startup+6.30041 s]
/proc/loadavg: 1.31 1.21 1.20 7/316 702527
/proc/meminfo: memFree=129358888/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19041612 memory=114400 CPUtime=7.92 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 17104 0 0 0 784 8 0 0 20 0 19 0 140288785 19498610688 28600 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4760403 28600 5875 1 0 554877 0
[pid=702440/tid=702444] ppid=702429 vsize=19041612 memory=0 CPUtime=6.18 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 7340 0 0 0 614 4 0 0 20 0 19 0 140288786 19498610688 28600 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19041612 memory=7814140423477686385 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140288792 19498610688 28600 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19041612 memory=5476 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140288793 19498610688 28600 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19041612 memory=93700 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140288825 19498610688 28600 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114400 KiB

[startup+12.7004 s]
/proc/loadavg: 1.76 1.31 1.24 8/316 702529
/proc/meminfo: memFree=128782836/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19041612 memory=133448 CPUtime=14.34 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 19889 0 0 0 1425 9 0 0 20 0 19 0 140288785 19498610688 33362 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4760403 33362 5882 1 0 554877 0
[pid=702440/tid=702444] ppid=702429 vsize=19041612 memory=0 CPUtime=12.57 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 8441 0 0 0 1252 5 0 0 20 0 19 0 140288786 19498610688 33362 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19041612 memory=127224 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140288792 19498610688 33362 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19041612 memory=129348 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140288793 19498610688 33362 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140288825 19498610688 33362 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 14.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 133448 KiB

[startup+25.5005 s]
/proc/loadavg: 2.26 1.44 1.28 6/316 702530
/proc/meminfo: memFree=127436120/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=186900 CPUtime=27.26 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 26031 0 0 0 2714 12 0 0 20 0 20 0 140288785 19566772224 46725 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46725 5882 1 0 555166 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=-8528522926659904188 CPUtime=25.3 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 9822 0 0 0 2524 6 0 0 20 0 20 0 140288786 19566772224 46725 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=3347 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46725 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=19428 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46725 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46725 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 27.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186900 KiB

[startup+51.1138 s]
/proc/loadavg: 2.85 1.64 1.35 8/317 702536
/proc/meminfo: memFree=125780308/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=185964 CPUtime=53.35 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 34815 0 0 0 5321 14 0 0 20 0 20 0 140288785 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46491 5882 1 0 555194 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=187280 CPUtime=50.84 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 12057 0 0 0 5078 6 0 0 20 0 20 0 140288786 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=118548 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 53.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185964 KiB

[startup+69.6399 s]
# the end of solver process 702440 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=71.978 s, system=0.16473 s

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

[startup+51.2006 s]
/proc/loadavg: 2.85 1.64 1.35 8/317 702536
/proc/meminfo: memFree=125780308/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=185964 CPUtime=53.44 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 34816 0 0 0 5330 14 0 0 20 0 20 0 140288785 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46491 5882 1 0 555194 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=187844 CPUtime=50.92 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 12058 0 0 0 5086 6 0 0 20 0 20 0 140288786 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46491 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 53.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185964 KiB

[startup+57.6004 s]
/proc/loadavg: 3.03 1.70 1.37 6/317 702536
/proc/meminfo: memFree=125189200/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=185976 CPUtime=59.82 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 35230 0 0 0 5968 14 0 0 20 0 20 0 140288785 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46494 5882 1 0 555194 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=12712 CPUtime=57.3 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 12424 0 0 0 5724 6 0 0 20 0 20 0 140288786 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=-8528522926659904188 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=133448 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=185972 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 59.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185976 KiB

[startup+64.0004 s]*
/proc/loadavg: 3.18 1.78 1.40 7/317 702538
/proc/meminfo: memFree=124983904/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=185976 CPUtime=66.22 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 35419 0 0 0 6608 14 0 0 20 0 20 0 140288785 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46494 5882 1 0 555194 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=19428 CPUtime=63.7 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 12593 0 0 0 6364 6 0 0 20 0 20 0 140288786 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=108 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=1900 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=-8887684996942701244 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46494 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 66.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185976 KiB

[startup+67.2004 s]
/proc/loadavg: 3.18 1.78 1.40 7/317 702538
/proc/meminfo: memFree=124696612/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=185988 CPUtime=69.41 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 35779 0 0 0 6926 15 0 0 20 0 20 0 140288785 19566772224 46497 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 46497 5882 1 0 555194 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=-8528522926659904188 CPUtime=66.88 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 12716 0 0 0 6682 6 0 0 20 0 20 0 140288786 19566772224 46497 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 46497 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 46497 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=2752 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 46497 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 69.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185988 KiB

[startup+68.8004 s]
/proc/loadavg: 3.24 1.81 1.42 6/317 702538
/proc/meminfo: memFree=124696604/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=188220 CPUtime=71.25 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 39414 0 0 0 7110 15 0 0 20 0 20 0 140288785 19566772224 47055 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 47055 5882 1 0 555226 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=185976 CPUtime=68.47 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 13541 0 0 0 6841 6 0 0 20 0 20 0 140288786 19566772224 47055 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=-8528522926659904188 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 47055 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 47055 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=5496 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 47055 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 71.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188220 KiB

[startup+69.2004 s]
/proc/loadavg: 3.24 1.81 1.42 6/317 702538
/proc/meminfo: memFree=124694320/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19108176 memory=188252 CPUtime=71.65 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 39582 0 0 0 7150 15 0 0 20 0 20 0 140288785 19566772224 47063 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4777044 47063 5882 1 0 555226 0
[pid=702440/tid=702444] ppid=702429 vsize=19108176 memory=1632 CPUtime=68.87 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) R 702429 702440 698245 0 -1 4194368 13680 0 0 0 6881 6 0 0 20 0 20 0 140288786 19566772224 47063 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19108176 memory=20092 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19566772224 47063 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19108176 memory=18936 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19566772224 47063 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702522] ppid=702429 vsize=19108176 memory=5408 CPUtime=0 cores=5,7
/proc/702440/task/702522/stat : 702522 (Timer-0) S 702429 702440 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140288825 19566772224 47063 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 71.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188252 KiB

[startup+69.6026 s]
/proc/loadavg: 3.24 1.81 1.42 6/317 702538
/proc/meminfo: memFree=124694320/131655788 swapFree=131071996/131071996
[pid=702440] ppid=702429 vsize=19241304 memory=188712 CPUtime=72.1 cores=5,7
/proc/702440/stat : 702440 (java) S 702429 702440 698245 0 -1 1077936128 41271 0 0 0 7194 16 0 0 20 0 20 0 140288785 19703095296 47178 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
/proc/702440/statm: 4810326 47178 5896 1 0 555830 0
[pid=702440/tid=702444] ppid=702429 vsize=19241304 memory=12712 CPUtime=69.25 cores=5,7
/proc/702440/task/702444/stat : 702444 (java) S 702429 702440 698245 0 -1 1077936192 14899 0 0 0 6919 6 0 0 20 0 20 0 140288786 19703095296 47178 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702491] ppid=702429 vsize=19241304 memory=-8528522926659904188 CPUtime=0 cores=5,7
/proc/702440/task/702491/stat : 702491 (Finalizer) S 702429 702440 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140288792 19703095296 47178 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
[pid=702440/tid=702507] ppid=702429 vsize=19241304 memory=5496 CPUtime=0 cores=5,7
/proc/702440/task/702507/stat : 702507 (Common-Cleaner) S 702429 702440 698245 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 140288793 19703095296 47178 134679101440 94782719467520 94782719471216 140734790148016 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94782719479032 94782719479824 94782721654784 140734790153197 140734790153287 140734790153287 140734790160328 0
Current children cumulated CPU time: 72.1 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 188712 KiB

Child status: 30

Real time (s): 69.64
CPU time (s): 72.1427
CPU user time (s): 71.978
CPU system time (s): 0.16473
CPU usage (%): 103.594
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 188712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.978
system time used= 0.16473
maximum resident set size= 189932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41724
page faults= 0
swaps= 0
block input operations= 0
block output operations= 160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2481
involuntary context switches= 334


# summary of solver processes directly reported to runsolver:
#   pid: 702440
#   total CPU time (s): 72.1427
#   total CPU user time (s): 71.978
#   total CPU system time (s): 0.16473

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.395718 second user time and 0.839806 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:35:42
IDJOB=4424848
IDBENCH=143515
IDSOLVER=3037
FILE ID=nodeC004/4424848-1720881329
RUNJOBID= nodeC004-1720881342-702392
SLURM_JOB_ID= 7483752
Free space on /tmp= 723784 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424848-1720881329/watcher-4424848-1720881329 -o /tmp/evaluation-result-4424848-1720881329/solver-4424848-1720881329 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424848-1720881329.wbo

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

MD5SUM BENCH= 86c2c4a60c85d3f2ad84119b620b05dd
RANDOM SEED=1714481271

nodeC004.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	: 0xb00001f
cpu MHz		: 3149.931
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.399
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.321
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.341
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.340
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.314
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.328
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.316
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130079536 kB
MemAvailable:   129973684 kB
Buffers:          322632 kB
Cached:           421228 kB
SwapCached:            0 kB
Active:           477000 kB
Inactive:         604264 kB
Active(anon):       3248 kB
Inactive(anon):   371900 kB
Active(file):     473752 kB
Inactive(file):   232364 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               900 kB
Writeback:             0 kB
AnonPages:        336856 kB
Mapped:           100856 kB
Shmem:             37700 kB
KReclaimable:      56464 kB
Slab:             145644 kB
SReclaimable:      56464 kB
SUnreclaim:        89180 kB
KernelStack:        3664 kB
PageTables:         9560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     657380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:    212992 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:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-13 16:36:52