Trace number 4452844

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 16.0355 13.9358

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
MD5SUM55cb808c8f1f2df9d76a318ac560e798
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.449063
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7980
Total number of constraints1597
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints1595
Minimum length of a constraint5
Maximum length of a constraint15
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 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.11	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.12	c java.vm.vendor	Oracle Corporation
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		22.0.1
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.12	c Free memory 		2115194816
0.12/0.12	c Max memory 		16282288128
0.12/0.12	c Total memory 		2122317824
0.12/0.13	c Number of processors 	2
0.12/0.16	--- Begin Solver configuration ---
0.12/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.16	Learn all clauses as in MiniSAT
0.12/0.16	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.16	No reason simplification
0.12/0.16	Glucose 2.1 dynamic restart strategy
0.12/0.16	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.12/0.16	timeout=2147483s
0.12/0.16	DB Simplification allowed=false
0.12/0.16	Listener: none
0.12/0.16	--- End Solver configuration ---
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Glucose 2.1 dynamic restart strategy
0.12/0.16	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.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4452844-1721450970.opb
0.12/0.17	c reading problem ... 
0.12/0.17	c  no objective function found
0.33/0.30	c ... done. Wall clock time 0.133s.
0.33/0.30	c declared #vars     7980
0.33/0.30	c #constraints  1597
0.33/0.30	c constraints type 
0.33/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1597
0.33/0.30	c 1597 constraints processed.
1.44/0.81	c cleaning 2493 clauses out of 5000 with flag 13215/5000
1.84/1.09	c cleaning 4242 clauses out of 8508 with flag 28998/11001
2.22/1.22	c cleaning 5615 clauses out of 11265 with flag 48911/18000
2.62/1.44	c cleaning 6824 clauses out of 13650 with flag 71944/26000
2.82/1.53	c cleaning 7905 clauses out of 15826 with flag 97020/35000
3.02/1.62	c cleaning 8953 clauses out of 17923 with flag 127221/45002
3.22/1.73	c cleaning 9958 clauses out of 19968 with flag 159069/56000
3.40/1.83	c cleaning 10969 clauses out of 22010 with flag 196256/68000
3.58/1.93	c cleaning 12017 clauses out of 24042 with flag 235351/81001
3.70/2.03	c cleaning 12989 clauses out of 26025 with flag 277323/95001
3.80/2.14	c cleaning 14005 clauses out of 28038 with flag 319527/110003
3.89/2.26	c cleaning 14988 clauses out of 30030 with flag 370625/126000
4.02/2.39	c cleaning 16013 clauses out of 32042 with flag 418195/143000
4.27/2.55	c cleaning 16933 clauses out of 34029 with flag 475466/161000
4.37/2.67	c cleaning 18040 clauses out of 36096 with flag 531507/180000
4.57/2.82	c cleaning 19014 clauses out of 38057 with flag 595729/200001
4.67/2.97	c cleaning 20006 clauses out of 40043 with flag 663138/221001
4.87/3.14	c cleaning 20992 clauses out of 42037 with flag 725613/243001
5.07/3.32	c cleaning 22017 clauses out of 44044 with flag 794644/266000
5.27/3.51	c cleaning 22994 clauses out of 46029 with flag 864328/290002
5.46/3.71	c cleaning 24007 clauses out of 48033 with flag 939265/315000
5.66/3.91	c cleaning 24997 clauses out of 50026 with flag 1025872/341000
5.87/4.17	c cleaning 25989 clauses out of 52030 with flag 1104032/368001
6.07/4.39	c cleaning 27004 clauses out of 54040 with flag 1186518/396000
6.37/4.62	c cleaning 28012 clauses out of 56037 with flag 1273577/425001
6.57/4.87	c cleaning 29010 clauses out of 58025 with flag 1364430/455001
7.06/5.38	c cleaning 29973 clauses out of 60014 with flag 1466154/486000
7.66/6.01	c cleaning 30966 clauses out of 62041 with flag 1559824/518000
8.16/6.49	c cleaning 32027 clauses out of 64076 with flag 1654933/551001
8.66/6.92	c cleaning 33014 clauses out of 66048 with flag 1759266/585000
9.06/7.32	c cleaning 34002 clauses out of 68034 with flag 1868785/620000
9.36/7.64	c cleaning 34996 clauses out of 70032 with flag 1975783/656000
9.65/7.97	c cleaning 36004 clauses out of 72036 with flag 2089366/693000
10.05/8.31	c cleaning 37004 clauses out of 74032 with flag 2202465/731000
10.38/8.67	c cleaning 38004 clauses out of 76029 with flag 2316565/770001
10.79/9.03	c cleaning 38999 clauses out of 78024 with flag 2440381/810000
11.18/9.42	c cleaning 40000 clauses out of 80026 with flag 2569652/851001
11.48/9.79	c cleaning 41002 clauses out of 82026 with flag 2693900/893001
11.89/10.18	c cleaning 41996 clauses out of 84024 with flag 2822108/936001
12.27/10.57	c cleaning 43004 clauses out of 86027 with flag 2952097/980000
12.67/11.00	c cleaning 43994 clauses out of 88023 with flag 3089181/1025000
13.17/11.46	c cleaning 45009 clauses out of 90030 with flag 3221193/1071001
13.67/11.91	c cleaning 46005 clauses out of 92020 with flag 3362642/1118000
14.07/12.34	c cleaning 47000 clauses out of 94015 with flag 3499091/1166000
14.67/12.93	c cleaning 47989 clauses out of 96015 with flag 3643686/1215000
15.17/13.42	c cleaning 49004 clauses out of 98027 with flag 3797415/1265001
15.80/13.85	c starts		: 836
15.80/13.86	c conflicts		: 1284532
15.80/13.86	c decisions		: 5525323
15.80/13.86	c propagations		: 11581078
15.80/13.86	c inspects		: 140944200
15.80/13.86	c shortcuts		: 0
15.80/13.86	c learnt literals	: 9
15.80/13.86	c learnt binary clauses	: 10
15.80/13.86	c learnt ternary clauses	: 5820
15.80/13.86	c learnt constraints	: 1284522
15.80/13.86	c ignored constraints	: 0
15.80/13.86	c root simplifications	: 0
15.80/13.86	c removed literals (reason simplification)	: 0
15.80/13.86	c reason swapping (by a shorter reason)	: 0
15.80/13.86	c Calls to reduceDB	: 46
15.80/13.86	c Number of update (reduction) of LBD	: 226006
15.80/13.86	c Imported unit clauses	: 0
15.80/13.86	c No decision after first conflict	: false
15.80/13.86	c number of reductions to clauses (during analyze)	: 0
15.80/13.86	c number of learned constraints concerned by reduction	: 0
15.80/13.86	c number of learning phase by resolution	: 0
15.80/13.86	c number of learning phase by cutting planes	: 0
15.80/13.86	c number of rounding to 1 operations	: 0
15.80/13.86	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.80/13.86	c number of reductions of the coefficients by power 2 	: 0
15.80/13.86	c number of right shift for reduction by power 2 	: 0
15.80/13.86	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.80/13.86	c number of ending skipping 	: 0
15.80/13.86	c number of internal skipping 	: 0
15.80/13.86	c number of derivation steps 	: 0
15.80/13.86	c number of skipped derivation steps 	: 0
15.80/13.86	c number of remaining unassigned 	: 0
15.80/13.86	c number of remaining assigned 	: 0
15.80/13.86	c number of falsified literals weakened from reason	: 0
15.80/13.86	c number of falsified literals weakened from conflict	: 0
15.80/13.86	c time for arithmetic operations	: 0
15.80/13.87	c minimum degree of deleted constraints	: null
15.80/13.87	c maximum degree of deleted constraints	: null
15.80/13.87	c number of deleted constraints	: 0
15.80/13.87	c speed (assignments/second)	: 854061.7994100294
15.80/13.87	c non guided choices	: 3438820
15.99/13.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68534
15.99/13.91	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
15.99/13.92	s UNSATISFIABLE
15.99/13.92	c Total wall clock time (in seconds): 13.749

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452844-1721450970/watcher-4452844-1721450970 -o /tmp/evaluation-result-4452844-1721450970/solver-4452844-1721450970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452844-1721450970.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1058950, runsolver pid=1058947

[startup+0.104836 s]*
/proc/loadavg: 3.87 2.48 3.04 5/315 1058968
/proc/meminfo: memFree=121983460/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=18975048 memory=58808 CPUtime=0.12 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 6736 0 0 0 10 2 0 0 20 0 18 0 197253065 19430449152 14702 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4743762 14702 5597 1 0 551003 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 5629 0 0 0 8 1 0 0 20 0 18 0 197253066 19430449152 14702 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197253068 19430449152 14702 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197253069 19430449152 14702 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58808 KiB

[startup+0.216428 s]*
/proc/loadavg: 3.87 2.48 3.04 7/315 1058968
/proc/meminfo: memFree=121971908/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=18975048 memory=70704 CPUtime=0.33 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 7485 0 0 0 30 3 0 0 20 0 18 0 197253065 19430449152 17676 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4743762 17676 5786 1 0 551632 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 5907 0 0 0 18 2 0 0 20 0 18 0 197253066 19430449152 17676 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=18975048 memory=3711 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197253068 19430449152 17676 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197253069 19430449152 17676 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70704 KiB

[startup+0.318427 s]*
/proc/loadavg: 3.87 2.48 3.04 7/316 1058969
/proc/meminfo: memFree=121958640/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19041612 memory=83816 CPUtime=0.52 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 7671 0 0 0 49 3 0 0 20 0 19 0 197253065 19498610688 20954 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4760403 20954 5840 1 0 551997 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19041612 memory=-7235417058883561310 CPUtime=0.3 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 5965 0 0 0 28 2 0 0 20 0 19 0 197253066 19498610688 20954 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197253068 19498610688 20954 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197253069 19498610688 20954 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197253096 19498610688 20954 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 83816 KiB

[startup+0.700422 s]
/proc/loadavg: 3.87 2.48 3.04 7/316 1058969
/proc/meminfo: memFree=121944580/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19041612 memory=100840 CPUtime=1.23 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 14465 0 0 0 119 4 0 0 20 0 19 0 197253065 19498610688 25210 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4760403 25210 5840 1 0 555654 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19041612 memory=11884 CPUtime=0.65 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 5984 0 0 0 63 2 0 0 20 0 19 0 197253066 19498610688 25210 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197253068 19498610688 25210 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197253069 19498610688 25210 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19041612 memory=39916 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197253096 19498610688 25210 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100840 KiB

[startup+1.50042 s]
/proc/loadavg: 3.87 2.48 3.04 7/316 1058969
/proc/meminfo: memFree=121874772/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19041612 memory=117236 CPUtime=2.82 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 21565 0 0 0 277 5 0 0 20 0 19 0 197253065 19498610688 29309 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4760403 29309 5840 1 0 557512 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19041612 memory=11884 CPUtime=1.41 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 6086 0 0 0 139 2 0 0 20 0 19 0 197253066 19498610688 29309 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197253068 19498610688 29309 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197253069 19498610688 29309 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19041612 memory=65 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197253096 19498610688 29309 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117236 KiB

[startup+3.10642 s]
/proc/loadavg: 3.87 2.48 3.04 6/316 1058969
/proc/meminfo: memFree=121826328/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19041612 memory=160716 CPUtime=4.87 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 22863 0 0 0 481 6 0 0 20 0 19 0 197253065 19498610688 40179 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4760403 40179 5866 1 0 557513 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19041612 memory=0 CPUtime=3 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 6618 0 0 0 297 3 0 0 20 0 19 0 197253066 19498610688 40179 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197253068 19498610688 40179 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19041612 memory=123508 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197253069 19498610688 40179 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19041612 memory=11884 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197253096 19498610688 40179 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 4.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160716 KiB

[startup+6.3004 s]
/proc/loadavg: 3.88 2.50 3.05 5/317 1058972
/proc/meminfo: memFree=121728712/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19108176 memory=190136 CPUtime=8.06 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 24024 0 0 0 798 8 0 0 20 0 20 0 197253065 19566772224 47534 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4777044 47534 5897 1 0 557803 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19108176 memory=11884 CPUtime=6.14 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 6671 0 0 0 610 4 0 0 20 0 20 0 197253066 19566772224 47534 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19566772224 47534 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19108176 memory=8100392854882838898 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19566772224 47534 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19108176 memory=5616 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197253096 19566772224 47534 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 190136 KiB

[startup+12.7004 s]
/proc/loadavg: 3.89 2.53 3.05 5/317 1058972
/proc/meminfo: memFree=121716256/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19108176 memory=225324 CPUtime=14.47 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 27160 0 0 0 1437 10 0 0 20 0 20 0 197253065 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4777044 56331 5897 1 0 557803 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19108176 memory=0 CPUtime=12.36 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 7683 0 0 0 1232 4 0 0 20 0 20 0 197253066 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19108176 memory=202580 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19108176 memory=16216 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197253096 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225324 KiB

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

# cumulated CPU time of all completed processes:  user=15.9165 s, system=0.11892 s

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

[startup+12.8005 s]
/proc/loadavg: 3.89 2.53 3.05 5/317 1058972
/proc/meminfo: memFree=121716256/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19108176 memory=225324 CPUtime=14.57 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 27165 0 0 0 1447 10 0 0 20 0 20 0 197253065 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4777044 56331 5897 1 0 557803 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19108176 memory=202572 CPUtime=12.46 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 7688 0 0 0 1242 4 0 0 20 0 20 0 197253066 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19108176 memory=11884 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19108176 memory=11596 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19108176 memory=1808 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197253096 19566772224 56331 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 14.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 225324 KiB

[startup+13.6044 s]
/proc/loadavg: 3.89 2.53 3.05 5/317 1058972
/proc/meminfo: memFree=121635936/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19108176 memory=226556 CPUtime=15.4 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 29111 0 0 0 1530 10 0 0 20 0 20 0 197253065 19566772224 56639 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4777044 56639 5897 1 0 558208 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19108176 memory=49904 CPUtime=13.26 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 8630 0 0 0 1322 4 0 0 20 0 20 0 197253066 19566772224 56639 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19108176 memory=5636 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19566772224 56639 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19108176 memory=26108 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19566772224 56639 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19108176 memory=1980 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197253096 19566772224 56639 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 15.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 226556 KiB

[startup+13.8003 s]
/proc/loadavg: 3.89 2.53 3.05 5/317 1058972
/proc/meminfo: memFree=121635936/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19108176 memory=227900 CPUtime=15.8 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 31605 0 0 0 1569 11 0 0 20 0 20 0 197253065 19566772224 56975 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4777044 56975 5897 1 0 558504 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19108176 memory=32868 CPUtime=13.45 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) R 1058947 1058950 1058409 0 -1 4194368 8782 0 0 0 1341 4 0 0 20 0 20 0 197253066 19566772224 56975 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19108176 memory=21436 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19566772224 56975 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19108176 memory=-7235417058883561310 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19566772224 56975 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058969] ppid=1058947 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/1058950/task/1058969/stat : 1058969 (Timer-0) S 1058947 1058950 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197253096 19566772224 56975 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 15.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 227900 KiB

[startup+13.9004 s]
/proc/loadavg: 3.89 2.53 3.05 5/317 1058972
/proc/meminfo: memFree=121635936/131655788 swapFree=131071996/131071996
[pid=1058950] ppid=1058947 vsize=19241304 memory=228392 CPUtime=15.99 cores=5,7
/proc/1058950/stat : 1058950 (java) S 1058947 1058950 1058409 0 -1 1077936128 33011 0 0 0 1588 11 0 0 20 0 20 0 197253065 19703095296 57098 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
/proc/1058950/statm: 4810326 57098 5896 1 0 559138 0
[pid=1058950/tid=1058952] ppid=1058947 vsize=19241304 memory=0 CPUtime=13.49 cores=5,7
/proc/1058950/task/1058952/stat : 1058952 (java) S 1058947 1058950 1058409 0 -1 1077936192 9663 0 0 0 1345 4 0 0 20 0 20 0 197253066 19703095296 57098 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058961] ppid=1058947 vsize=19241304 memory=202580 CPUtime=0 cores=5,7
/proc/1058950/task/1058961/stat : 1058961 (Finalizer) S 1058947 1058950 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197253068 19703095296 57098 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
[pid=1058950/tid=1058968] ppid=1058947 vsize=19241304 memory=16216 CPUtime=0 cores=5,7
/proc/1058950/task/1058968/stat : 1058968 (Common-Cleaner) S 1058947 1058950 1058409 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 197253069 19703095296 57098 134679101440 94709826248704 94709826252400 140729245259888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94709826260216 94709826261008 94709844860928 140729245262853 140729245262943 140729245262943 140729245269960 0
Current children cumulated CPU time: 15.99 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 228392 KiB

Child status: 20

Real time (s): 13.9358
CPU time (s): 16.0355
CPU user time (s): 15.9165
CPU system time (s): 0.11892
CPU usage (%): 115.067
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 228392

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9165
system time used= 0.11892
maximum resident set size= 229572
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33285
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 980
involuntary context switches= 279


# summary of solver processes directly reported to runsolver:
#   pid: 1058950
#   total CPU time (s): 16.0355
#   total CPU user time (s): 15.9165
#   total CPU system time (s): 0.11892

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.075334 second user time and 0.165767 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:49:42
IDJOB=4452844
IDBENCH=165335
IDSOLVER=3058
FILE ID=nodeC003/4452844-1721450970
RUNJOBID= nodeC003-1721450898-1058422
SLURM_JOB_ID= 7545681
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_5_shuffle/normalized-sumineqArity5pyramidP055.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452844-1721450970/watcher-4452844-1721450970 -o /tmp/evaluation-result-4452844-1721450970/solver-4452844-1721450970 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058422 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452844-1721450970.opb

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

MD5SUM BENCH= 55cb808c8f1f2df9d76a318ac560e798
RANDOM SEED=1048599086

nodeC003.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		: 3660.684
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	: 6983.76
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		: 3645.518
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.30
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.372
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	: 6983.76
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.345
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.30
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		: 3491.880
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	: 6983.76
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		: 3491.901
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.30
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.419
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	: 6983.76
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		: 1496.524
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        122021504 kB
MemAvailable:   127745220 kB
Buffers:          563376 kB
Cached:          5942580 kB
SwapCached:            0 kB
Active:          1057556 kB
Inactive:        7882112 kB
Active(anon):       1460 kB
Inactive(anon):  2478140 kB
Active(file):    1056096 kB
Inactive(file):  5403972 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1044 kB
Writeback:             0 kB
AnonPages:       2433824 kB
Mapped:           128336 kB
Shmem:             45896 kB
KReclaimable:     207360 kB
Slab:             323132 kB
SReclaimable:     207360 kB
SUnreclaim:       115772 kB
KernelStack:        4816 kB
PageTables:        15168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8629872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2160640 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-20 06:49:56