Trace number 4442804

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-07UNSAT 1090.61 1091.35

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-15-10.opb
MD5SUM853d52da79183b98646756a8c7ea759c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.019745
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables150
Total number of constraints1065
Number of constraints which are clauses1065
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 11
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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 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.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4442804-1721305270.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.04s.
0.13/0.17	c declared #vars     150
0.13/0.17	c #constraints  1065
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1050
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15
0.13/0.17	c 1065 constraints processed.
0.90/0.55	c cleaning 2499 clauses out of 5000 with flag 32966/5000
1.52/0.99	c cleaning 4249 clauses out of 8502 with flag 75422/11001
2.11/1.48	c cleaning 5626 clauses out of 11253 with flag 129314/18001
2.92/2.25	c cleaning 6812 clauses out of 13627 with flag 196649/26001
3.73/3.03	c cleaning 7902 clauses out of 15815 with flag 265297/35001
4.65/3.98	c cleaning 8956 clauses out of 17914 with flag 345073/45002
6.07/5.22	c cleaning 9975 clauses out of 19958 with flag 435866/56002
7.47/6.69	c cleaning 10981 clauses out of 21982 with flag 537923/68001
9.07/8.29	c cleaning 11999 clauses out of 24000 with flag 639201/81000
11.06/10.27	c cleaning 12997 clauses out of 26001 with flag 764674/95000
13.67/12.89	c cleaning 13998 clauses out of 28005 with flag 900215/110001
16.26/15.48	c cleaning 14999 clauses out of 30006 with flag 1032915/126000
19.08/18.22	c cleaning 15998 clauses out of 32007 with flag 1177957/143000
22.61/21.71	c cleaning 16999 clauses out of 34010 with flag 1334522/161001
25.50/24.62	c cleaning 18001 clauses out of 36013 with flag 1491993/180003
28.40/27.51	c cleaning 19003 clauses out of 38011 with flag 1639939/200002
31.99/31.14	c cleaning 20000 clauses out of 40006 with flag 1792620/221000
36.59/35.73	c cleaning 20997 clauses out of 42006 with flag 1979302/243000
41.78/40.97	c cleaning 21999 clauses out of 44009 with flag 2191047/266000
47.87/47.01	c cleaning 23001 clauses out of 46014 with flag 2416906/290004
53.15/52.36	c cleaning 23999 clauses out of 48011 with flag 2631509/315002
60.17/59.38	c cleaning 24998 clauses out of 50010 with flag 2847275/341000
67.48/66.60	c cleaning 25997 clauses out of 52012 with flag 3089990/368000
74.55/73.65	c cleaning 26991 clauses out of 54016 with flag 3327664/396001
83.15/82.29	c cleaning 28008 clauses out of 56028 with flag 3592117/425004
91.74/90.83	c cleaning 29003 clauses out of 58016 with flag 3857477/455000
101.82/100.91	c cleaning 30004 clauses out of 60013 with flag 4137484/486000
110.55/109.72	c cleaning 31002 clauses out of 62010 with flag 4427736/518001
119.69/118.93	c cleaning 32004 clauses out of 64012 with flag 4719612/551005
129.40/128.72	c cleaning 32998 clauses out of 66003 with flag 5004061/585000
140.59/140.08	c cleaning 33999 clauses out of 68005 with flag 5304897/620000
166.39/166.02	c cleaning 35002 clauses out of 70007 with flag 5617478/656001
185.66/185.30	c cleaning 35995 clauses out of 72005 with flag 5984858/693001
207.00/206.76	c cleaning 37002 clauses out of 74010 with flag 6389578/731001
230.56/230.39	c cleaning 37999 clauses out of 76007 with flag 6804442/770000
252.12/251.93	c cleaning 39001 clauses out of 78008 with flag 7318441/810000
273.53/273.39	c cleaning 39994 clauses out of 80008 with flag 7738093/851001
315.54/315.44	c cleaning 40997 clauses out of 82015 with flag 8128097/893002
343.68/343.63	c cleaning 42007 clauses out of 84016 with flag 8522697/936000
382.71/382.79	c cleaning 43004 clauses out of 86010 with flag 8919726/980001
410.91/410.94	c cleaning 43999 clauses out of 88006 with flag 9301546/1025001
460.51/460.61	c cleaning 45003 clauses out of 90007 with flag 9740421/1071001
497.53/497.77	c cleaning 45993 clauses out of 92004 with flag 10158067/1118001
540.05/540.34	c cleaning 47001 clauses out of 94011 with flag 10583877/1166001
574.68/575.03	c cleaning 47996 clauses out of 96011 with flag 11029605/1215002
617.50/617.99	c cleaning 49002 clauses out of 98013 with flag 11549636/1265000
658.95/659.47	c cleaning 50004 clauses out of 100013 with flag 12061341/1316002
699.68/700.29	c cleaning 50997 clauses out of 102007 with flag 12550489/1368000
747.70/748.35	c cleaning 52000 clauses out of 104012 with flag 13098380/1421002
811.28/812.08	c cleaning 52995 clauses out of 106010 with flag 13635010/1475000
885.19/886.12	c cleaning 54004 clauses out of 108016 with flag 14184872/1530001
918.41/919.47	c cleaning 55002 clauses out of 110012 with flag 14733709/1586001
949.81/950.80	c cleaning 55997 clauses out of 112009 with flag 15327197/1643000
987.24/988.34	c cleaning 57002 clauses out of 114014 with flag 15926235/1701002
1024.16/1025.35	c cleaning 58002 clauses out of 116011 with flag 16548110/1760001
1063.42/1064.11	c cleaning 59002 clauses out of 118010 with flag 17168227/1820002
1090.43/1091.26	c starts		: 5839
1090.43/1091.27	c conflicts		: 1871689
1090.43/1091.27	c decisions		: 2391694
1090.43/1091.27	c propagations		: 32823101
1090.43/1091.27	c inspects		: 12296915034
1090.43/1091.27	c shortcuts		: 0
1090.43/1091.27	c learnt literals	: 9
1090.43/1091.27	c learnt binary clauses	: 6
1090.43/1091.27	c learnt ternary clauses	: 6
1090.43/1091.27	c learnt constraints	: 1871679
1090.43/1091.27	c ignored constraints	: 0
1090.43/1091.27	c root simplifications	: 0
1090.43/1091.27	c removed literals (reason simplification)	: 0
1090.43/1091.27	c reason swapping (by a shorter reason)	: 0
1090.43/1091.27	c Calls to reduceDB	: 56
1090.43/1091.27	c Number of update (reduction) of LBD	: 957884
1090.43/1091.28	c Imported unit clauses	: 0
1090.43/1091.28	c No decision after first conflict	: false
1090.43/1091.28	c number of reductions to clauses (during analyze)	: 0
1090.43/1091.28	c number of learned constraints concerned by reduction	: 0
1090.43/1091.28	c number of learning phase by resolution	: 0
1090.43/1091.28	c number of learning phase by cutting planes	: 0
1090.43/1091.28	c number of rounding to 1 operations	: 0
1090.43/1091.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1090.43/1091.28	c number of reductions of the coefficients by power 2 	: 0
1090.43/1091.28	c number of right shift for reduction by power 2 	: 0
1090.43/1091.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
1090.43/1091.28	c number of ending skipping 	: 0
1090.43/1091.28	c number of internal skipping 	: 0
1090.43/1091.28	c number of derivation steps 	: 0
1090.43/1091.28	c number of skipped derivation steps 	: 0
1090.43/1091.28	c number of remaining unassigned 	: 0
1090.43/1091.28	c number of remaining assigned 	: 0
1090.43/1091.28	c number of falsified literals weakened from reason	: 0
1090.43/1091.28	c number of falsified literals weakened from conflict	: 0
1090.43/1091.28	c time for arithmetic operations	: 0
1090.43/1091.28	c minimum degree of deleted constraints	: null
1090.43/1091.29	c maximum degree of deleted constraints	: null
1090.43/1091.29	c number of deleted constraints	: 0
1090.43/1091.29	c speed (assignments/second)	: 30082.302425969887
1090.43/1091.29	c non guided choices	: 54
1090.56/1091.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 110679
1090.56/1091.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 6
1090.56/1091.33	s UNSATISFIABLE
1090.56/1091.33	c Total wall clock time (in seconds): 1091.204

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61897 MiB free)
  memory of node 1: 64510 MiB (62038 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4442804-1721305270/watcher-4442804-1721305270 -o /tmp/evaluation-result-4442804-1721305270/solver-4442804-1721305270 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721305283-960573 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4442804-1721305270.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
solver pid=960613, runsolver pid=960610
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.14 1.80 2.94 12/326 960702
/proc/meminfo: memFree=126752492/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=18975048 memory=66688 CPUtime=0.13 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 7587 0 0 0 11 2 0 0 20 0 18 0 182686184 19430449152 16672 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4743762 16672 5665 1 0 549326 0
[pid=960613/tid=960616] ppid=960610 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 6165 0 0 0 7 1 0 0 20 0 18 0 182686184 19430449152 16672 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=18975048 memory=1285800 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 182686187 19430449152 16672 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 182686188 19430449152 16672 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66688 KiB

[startup+0.206573 s]*
/proc/loadavg: 1.14 1.80 2.94 14/328 960704
/proc/meminfo: memFree=126705836/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=72080 CPUtime=0.33 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 8673 0 0 0 31 2 0 0 20 0 19 0 182686184 19498610688 18020 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 18020 5882 1 0 550070 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 6367 0 0 0 17 1 0 0 20 0 19 0 182686184 19498610688 18020 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=1285800 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 18020 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=13571496182286042 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 18020 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 18020 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72080 KiB

[startup+0.306276 s]*
/proc/loadavg: 1.14 1.80 2.94 10/328 960704
/proc/meminfo: memFree=126624160/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=76976 CPUtime=0.52 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 10053 0 0 0 50 2 0 0 20 0 19 0 182686184 19498610688 19244 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 19244 5882 1 0 550800 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=-8527394836218946236 CPUtime=0.28 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 6371 0 0 0 27 1 0 0 20 0 19 0 182686184 19498610688 19244 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 19244 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 19244 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 19244 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76976 KiB

[startup+0.700259 s]
/proc/loadavg: 1.14 1.80 2.94 12/330 960706
/proc/meminfo: memFree=126475684/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=86648 CPUtime=1.21 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 11915 0 0 0 119 2 0 0 20 0 19 0 182686184 19498610688 21662 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 21662 5914 1 0 552040 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=4892 CPUtime=0.66 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 6415 0 0 0 65 1 0 0 20 0 19 0 182686184 19498610688 21662 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=4892 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 21662 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 21662 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=16256 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 21662 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86648 KiB

[startup+1.50026 s]
/proc/loadavg: 1.14 1.80 2.94 8/331 960707
/proc/meminfo: memFree=126412012/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=92040 CPUtime=2.21 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 14915 0 0 0 218 3 0 0 20 0 19 0 182686184 19498610688 23010 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 23010 5914 1 0 552210 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=4892 CPUtime=1.46 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 6766 0 0 0 145 1 0 0 20 0 19 0 182686184 19498610688 23010 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=16256 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 23010 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 23010 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=216 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 23010 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92040 KiB

[startup+3.10597 s]
/proc/loadavg: 1.14 1.80 2.94 5/333 960711
/proc/meminfo: memFree=126221824/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=100328 CPUtime=3.83 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 15473 0 0 0 380 3 0 0 20 0 19 0 182686184 19498610688 25082 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 25082 5914 1 0 552214 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=0 CPUtime=3.06 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 7009 0 0 0 305 1 0 0 20 0 19 0 182686184 19498610688 25082 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=4892 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 25082 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=7676 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 25082 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=27216 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 25082 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 3.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100328 KiB

[startup+6.30028 s]
/proc/loadavg: 1.37 1.84 2.95 5/333 960711
/proc/meminfo: memFree=125833904/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=115112 CPUtime=7.17 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 19660 0 0 0 713 4 0 0 20 0 19 0 182686184 19498610688 28778 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 28778 5914 1 0 552532 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=0 CPUtime=6.25 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 7651 0 0 0 623 2 0 0 20 0 19 0 182686184 19498610688 28778 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=-8412654355410682227 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 28778 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=92040 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 28778 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=4892 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 28778 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 115112 KiB

[startup+12.7003 s]
/proc/loadavg: 1.58 1.88 2.95 5/333 960712
/proc/meminfo: memFree=124541184/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19041612 memory=139784 CPUtime=13.57 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 21695 0 0 0 1352 5 0 0 20 0 19 0 182686184 19498610688 34946 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4760403 34946 5917 1 0 552532 0
[pid=960613/tid=960616] ppid=960610 vsize=19041612 memory=0 CPUtime=12.63 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 8675 0 0 0 1261 2 0 0 20 0 19 0 182686184 19498610688 34946 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19041612 memory=-9177320557443850940 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 182686187 19498610688 34946 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 182686188 19498610688 34946 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19041612 memory=7676 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 182686201 19498610688 34946 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 13.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 139784 KiB

[startup+25.5003 s]
/proc/loadavg: 2.12 1.98 2.97 5/334 960715
/proc/meminfo: memFree=123610808/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=185696 CPUtime=26.4 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 26490 0 0 0 2634 6 0 0 20 0 20 0 182686184 19566772224 46424 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 46424 5965 1 0 552837 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=7676 CPUtime=25.39 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 9668 0 0 0 2536 3 0 0 20 0 20 0 182686184 19566772224 46424 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=164564 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 46424 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=7086248340946440528 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 46424 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=185464 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 46424 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 26.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185696 KiB

[startup+51.1059 s]
/proc/loadavg: 2.82 2.16 3.01 5/334 960718
/proc/meminfo: memFree=121408984/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=185744 CPUtime=51.96 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 28618 0 0 0 5189 7 0 0 20 0 20 0 182686184 19566772224 46436 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 46436 5965 1 0 552837 0

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

/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 189109 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=16256 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 189109 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1061.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 756436 KiB

[startup+1091.35 s]
# the end of solver process 960613 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1089.98 s, system=0.631718 s

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

[startup+1075.2 s]
/proc/loadavg: 4.14 4.09 3.81 5/331 961518
/proc/meminfo: memFree=107020328/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1074.47 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69883 0 0 0 107386 61 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=16256 CPUtime=1071 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21965 0 0 0 107096 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=698432 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=7676 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=776544 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1074.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1081.6 s]
/proc/loadavg: 4.13 4.09 3.81 5/331 961518
/proc/meminfo: memFree=107020320/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1080.81 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69883 0 0 0 108020 61 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=7676 CPUtime=1077.34 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21965 0 0 0 107730 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=7377269346766580324 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=765604 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=216 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1080.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1088 s]*
/proc/loadavg: 4.12 4.09 3.81 5/331 961521
/proc/meminfo: memFree=107018108/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1087.23 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69913 0 0 0 108662 61 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=-8527394836218946236 CPUtime=1083.68 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21983 0 0 0 108364 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=5004 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=765604 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1087.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1089.6 s]
/proc/loadavg: 4.11 4.08 3.81 5/331 961521
/proc/meminfo: memFree=107018108/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1088.85 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69917 0 0 0 108823 62 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=765604 CPUtime=1085.26 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21983 0 0 0 108522 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=2144 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=-9177320557443850940 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1088.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1090.4 s]
/proc/loadavg: 4.11 4.08 3.81 5/331 961521
/proc/meminfo: memFree=107018072/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1089.64 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69917 0 0 0 108902 62 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=15484 CPUtime=1086.05 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21983 0 0 0 108601 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=765604 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=736 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1089.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1090.8 s]
/proc/loadavg: 4.11 4.08 3.81 5/331 961521
/proc/meminfo: memFree=107018072/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1090.04 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69917 0 0 0 108942 62 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=1285717 CPUtime=1086.45 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21983 0 0 0 108641 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=1286332 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=2063831 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=20808 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1090.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1091.2 s]
/proc/loadavg: 4.11 4.08 3.81 5/331 961521
/proc/meminfo: memFree=107018072/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19108176 memory=765604 CPUtime=1090.43 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 69917 0 0 0 108981 62 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4777044 191401 5996 1 0 557115 0
[pid=960613/tid=960616] ppid=960610 vsize=19108176 memory=698940 CPUtime=1086.84 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) R 960610 960613 960561 0 -1 4194368 21983 0 0 0 108680 4 0 0 20 0 20 0 182686184 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19108176 memory=698464 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19108176 memory=4892 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960704] ppid=960610 vsize=19108176 memory=736 CPUtime=0 cores=1,3
/proc/960613/task/960704/stat : 960704 (Timer-0) S 960610 960613 960561 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 182686201 19566772224 191401 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1090.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 765604 KiB

[startup+1091.3 s]
/proc/loadavg: 4.11 4.08 3.81 5/331 961521
/proc/meminfo: memFree=107018072/131524600 swapFree=130798616/131071996
[pid=960613] ppid=960610 vsize=19241304 memory=766192 CPUtime=1090.56 cores=1,3
/proc/960613/stat : 960613 (java) S 960610 960613 960561 0 -1 1077936128 71284 0 0 0 108994 62 0 0 20 0 20 0 182686184 19703095296 191548 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
/proc/960613/statm: 4810326 191548 5995 1 0 557733 0
[pid=960613/tid=960616] ppid=960610 vsize=19241304 memory=765604 CPUtime=1086.9 cores=1,3
/proc/960613/task/960616/stat : 960616 (java) S 960610 960613 960561 0 -1 1077936192 22852 0 0 0 108686 4 0 0 20 0 20 0 182686184 19703095296 191548 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960659] ppid=960610 vsize=19241304 memory=27216 CPUtime=0 cores=1,3
/proc/960613/task/960659/stat : 960659 (Finalizer) S 960610 960613 960561 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 182686187 19703095296 191548 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
[pid=960613/tid=960670] ppid=960610 vsize=19241304 memory=16256 CPUtime=0 cores=1,3
/proc/960613/task/960670/stat : 960670 (Common-Cleaner) S 960610 960613 960561 0 -1 1077936192 1327 0 0 0 0 0 0 0 20 0 20 0 182686188 19703095296 191548 134679101440 94219003625472 94219003629168 140734955894128 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94219003636984 94219003637776 94219030208512 140734955897862 140734955897952 140734955897952 140734955904968 0
Current children cumulated CPU time: 1090.56 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 766192 KiB

Child status: 20

Real time (s): 1091.35
CPU time (s): 1090.61
CPU user time (s): 1089.98
CPU system time (s): 0.631718
CPU usage (%): 99.933
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 776564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1089.98
system time used= 0.631718
maximum resident set size= 776564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71524
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33699
involuntary context switches= 1853


# summary of solver processes directly reported to runsolver:
#   pid: 960613
#   total CPU time (s): 1090.61
#   total CPU user time (s): 1089.98
#   total CPU system time (s): 0.631718

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.01549 second user time and 6.16206 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-18 14:21:23
IDJOB=4442804
IDBENCH=147851
IDSOLVER=3058
FILE ID=nodeC014/4442804-1721305270
RUNJOBID= nodeC014-1721305283-960573
SLURM_JOB_ID= 7542633
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 853d52da79183b98646756a8c7ea759c
RANDOM SEED=330959219

nodeC014.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126914708 kB
MemAvailable:   130005492 kB
Buffers:          429836 kB
Cached:          3465104 kB
SwapCached:        12876 kB
Active:          1329780 kB
Inactive:        2694216 kB
Active(anon):       9200 kB
Inactive(anon):   140516 kB
Active(file):    1320580 kB
Inactive(file):  2553700 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130798616 kB
Dirty:              5188 kB
Writeback:             0 kB
AnonPages:        120680 kB
Mapped:            48924 kB
Shmem:             20332 kB
KReclaimable:     112300 kB
Slab:             210460 kB
SReclaimable:     112300 kB
SUnreclaim:        98160 kB
KernelStack:        3904 kB
PageTables:         9384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     798488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35168 kB
HardwareCorrupted:     0 kB
AnonHugePages:     36864 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      232148 kB
DirectMap2M:    25755648 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC014 at 2024-07-18 14:39:34