Trace number 4450474

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.0811 13.5999

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
MD5SUM0c828c266e62d79f9353be6d834d3452
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 benchmark1.63183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32004
Total number of constraints8002
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)127
Number of constraints which are nor clauses,nor cardinality constraints7875
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4450474-1721410960.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.51/0.34	c ... done. Wall clock time 0.209s.
0.51/0.34	c declared #vars     32004
0.51/0.34	c #constraints  8002
0.51/0.34	c constraints type 
0.51/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 8002
0.51/0.34	c 8002 constraints processed.
1.68/0.90	c cleaning 2466 clauses out of 5000 with flag 15679/5000
2.47/1.37	c cleaning 4252 clauses out of 8535 with flag 33260/11001
2.66/1.47	c cleaning 5606 clauses out of 11282 with flag 60651/18000
2.85/1.55	c cleaning 6806 clauses out of 13676 with flag 86328/26000
3.05/1.61	c cleaning 7919 clauses out of 15870 with flag 114474/35000
3.05/1.69	c cleaning 8961 clauses out of 17951 with flag 148142/45000
3.24/1.78	c cleaning 9986 clauses out of 19990 with flag 186865/56000
3.44/1.88	c cleaning 10994 clauses out of 22004 with flag 231872/68000
3.62/1.97	c cleaning 11958 clauses out of 24012 with flag 274862/81002
3.77/2.10	c cleaning 13023 clauses out of 26052 with flag 326562/95000
3.96/2.21	c cleaning 13789 clauses out of 28029 with flag 378982/110000
4.06/2.33	c cleaning 15059 clauses out of 30241 with flag 428195/126001
4.19/2.44	c cleaning 16078 clauses out of 32182 with flag 483478/143001
4.31/2.58	c cleaning 17021 clauses out of 34103 with flag 551706/161000
4.51/2.71	c cleaning 17899 clauses out of 36082 with flag 615031/180000
4.61/2.87	c cleaning 18807 clauses out of 38183 with flag 684857/200000
4.81/3.09	c cleaning 20144 clauses out of 40376 with flag 758994/221000
5.00/3.28	c cleaning 21105 clauses out of 42232 with flag 839160/243000
5.30/3.55	c cleaning 22044 clauses out of 44129 with flag 918745/266002
5.50/3.77	c cleaning 23002 clauses out of 46084 with flag 1002597/290001
5.80/4.07	c cleaning 24023 clauses out of 48082 with flag 1089217/315001
6.10/4.38	c cleaning 25015 clauses out of 50058 with flag 1181351/341000
6.50/4.70	c cleaning 26006 clauses out of 52043 with flag 1274694/368000
6.70/4.97	c cleaning 26958 clauses out of 54039 with flag 1370098/396002
7.00/5.22	c cleaning 28036 clauses out of 56080 with flag 1486406/425001
7.40/5.65	c cleaning 28933 clauses out of 58045 with flag 1592685/455002
7.69/5.93	c cleaning 30009 clauses out of 60110 with flag 1704223/486000
7.99/6.23	c cleaning 30995 clauses out of 62102 with flag 1813754/518001
8.31/6.55	c cleaning 31979 clauses out of 64106 with flag 1925617/551000
8.71/6.98	c cleaning 32992 clauses out of 66128 with flag 2043113/585001
9.11/7.37	c cleaning 33039 clauses out of 68136 with flag 2161893/620001
9.82/8.01	c cleaning 33300 clauses out of 71097 with flag 2280496/656001
10.21/8.45	c cleaning 35660 clauses out of 74796 with flag 2411753/693000
10.71/8.99	c cleaning 36356 clauses out of 77137 with flag 2545854/731001
11.21/9.43	c cleaning 36506 clauses out of 79780 with flag 2677687/770000
11.81/10.03	c cleaning 37406 clauses out of 83275 with flag 2818451/810001
12.23/10.49	c cleaning 38806 clauses out of 86870 with flag 2963322/851002
12.73/10.96	c cleaning 39569 clauses out of 90063 with flag 3106003/893001
13.23/11.46	c cleaning 40705 clauses out of 93494 with flag 3258782/936001
13.76/11.96	c cleaning 41239 clauses out of 96789 with flag 3409898/980001
14.36/12.54	c cleaning 42245 clauses out of 100549 with flag 3563554/1025000
15.89/13.54	c starts		: 638
15.89/13.54	c conflicts		: 1066520
15.89/13.54	c decisions		: 11082115
15.89/13.54	c propagations		: 18862190
15.89/13.54	c inspects		: 77226968
15.89/13.54	c shortcuts		: 0
15.89/13.54	c learnt literals	: 6
15.89/13.54	c learnt binary clauses	: 19
15.89/13.54	c learnt ternary clauses	: 14709
15.89/13.54	c learnt constraints	: 1066513
15.89/13.54	c ignored constraints	: 0
15.89/13.54	c root simplifications	: 0
15.89/13.54	c removed literals (reason simplification)	: 0
15.89/13.54	c reason swapping (by a shorter reason)	: 0
15.89/13.54	c Calls to reduceDB	: 41
15.89/13.54	c Number of update (reduction) of LBD	: 280676
15.89/13.54	c Imported unit clauses	: 0
15.89/13.54	c No decision after first conflict	: false
15.89/13.54	c number of reductions to clauses (during analyze)	: 0
15.89/13.54	c number of learned constraints concerned by reduction	: 0
15.89/13.54	c number of learning phase by resolution	: 0
15.89/13.54	c number of learning phase by cutting planes	: 0
15.89/13.54	c number of rounding to 1 operations	: 0
15.89/13.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.89/13.54	c number of reductions of the coefficients by power 2 	: 0
15.89/13.54	c number of right shift for reduction by power 2 	: 0
15.89/13.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.89/13.54	c number of ending skipping 	: 0
15.89/13.54	c number of internal skipping 	: 0
15.89/13.54	c number of derivation steps 	: 0
15.89/13.54	c number of skipped derivation steps 	: 0
15.89/13.54	c number of remaining unassigned 	: 0
15.89/13.55	c number of remaining assigned 	: 0
15.89/13.55	c number of falsified literals weakened from reason	: 0
15.89/13.55	c number of falsified literals weakened from conflict	: 0
15.89/13.55	c time for arithmetic operations	: 0
15.89/13.55	c minimum degree of deleted constraints	: null
15.89/13.55	c maximum degree of deleted constraints	: null
15.89/13.55	c number of deleted constraints	: 0
15.89/13.55	c speed (assignments/second)	: 1431122.1547799697
15.89/13.55	c non guided choices	: 8563979
15.89/13.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 99798
15.89/13.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 19
15.89/13.59	s UNSATISFIABLE
15.89/13.59	c Total wall clock time (in seconds): 13.461

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: 63968 MiB (62543 MiB free)
  memory of node 1: 64473 MiB (62734 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450474-1721410960/watcher-4450474-1721410960 -o /tmp/evaluation-result-4450474-1721410960/solver-4450474-1721410960 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024583 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4450474-1721410960.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1025107, runsolver pid=1025104
Current StackSize limit: 8192 KiB


[startup+0.101772 s]*
/proc/loadavg: 2.83 1.95 2.79 6/333 1025125
/proc/meminfo: memFree=128242944/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=18975048 memory=63480 CPUtime=0.13 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 7214 0 0 0 11 2 0 0 20 0 18 0 193262227 19430449152 15870 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4743762 15870 5730 1 0 549335 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 1078198336 5741 0 0 0 7 1 0 0 20 0 18 0 193262228 19430449152 15870 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193262230 19430449152 15870 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 193262231 19430449152 15870 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63480 KiB

[startup+0.211875 s]*
/proc/loadavg: 2.83 1.95 2.79 7/333 1025125
/proc/meminfo: memFree=128225820/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=18975048 memory=81488 CPUtime=0.34 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 8290 0 0 0 31 3 0 0 20 0 18 0 193262227 19430449152 20372 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4743762 20372 5850 1 0 550105 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 5902 0 0 0 16 2 0 0 20 0 18 0 193262228 19430449152 20372 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193262230 19430449152 20372 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 193262231 19430449152 20372 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81488 KiB

[startup+0.305888 s]*
/proc/loadavg: 2.83 1.95 2.79 6/333 1025125
/proc/meminfo: memFree=128182988/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=18975048 memory=123308 CPUtime=0.51 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 9305 0 0 0 47 4 0 0 20 0 18 0 193262227 19430449152 30827 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4743762 30827 5850 1 0 550706 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=18975048 memory=-7452434265927674726 CPUtime=0.27 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 5922 0 0 0 24 3 0 0 20 0 18 0 193262228 19430449152 30827 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193262230 19430449152 30827 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 193262231 19430449152 30827 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 123308 KiB

[startup+0.700878 s]
/proc/loadavg: 2.83 1.95 2.79 7/334 1025126
/proc/meminfo: memFree=128162876/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19041612 memory=153440 CPUtime=1.28 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 12798 0 0 0 123 5 0 0 20 0 19 0 193262227 19498610688 38360 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4760403 38360 5882 1 0 553306 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19041612 memory=5468 CPUtime=0.61 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 5973 0 0 0 58 3 0 0 20 0 19 0 193262228 19498610688 38360 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19041612 memory=12420 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193262230 19498610688 38360 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 193262231 19498610688 38360 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193262263 19498610688 38360 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 153440 KiB

[startup+1.5059 s]
/proc/loadavg: 2.83 1.95 2.79 6/334 1025126
/proc/meminfo: memFree=128145800/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19041612 memory=160816 CPUtime=2.85 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 22475 0 0 0 280 5 0 0 20 0 19 0 193262227 19498610688 40204 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4760403 40204 5882 1 0 554740 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19041612 memory=12420 CPUtime=1.39 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 6334 0 0 0 136 3 0 0 20 0 19 0 193262228 19498610688 40204 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193262230 19498610688 40204 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 193262231 19498610688 40204 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19041612 memory=279853492512016 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 193262263 19498610688 40204 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 160816 KiB

[startup+3.10987 s]
/proc/loadavg: 2.83 1.95 2.79 5/335 1025127
/proc/meminfo: memFree=128008664/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=194696 CPUtime=4.91 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 23812 0 0 0 485 6 0 0 20 0 20 0 193262227 19566772224 48674 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 48674 5930 1 0 555033 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=0 CPUtime=2.94 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 6597 0 0 0 291 3 0 0 20 0 20 0 193262228 19566772224 48674 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 48674 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 48674 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 48674 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 4.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194696 KiB

[startup+6.30649 s]
/proc/loadavg: 2.92 1.98 2.80 5/335 1025128
/proc/meminfo: memFree=128002436/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=204752 CPUtime=8.12 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 24619 0 0 0 805 7 0 0 20 0 20 0 193262227 19566772224 51184 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 51188 5930 1 0 555033 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=12420 CPUtime=6.11 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) S 1025104 1025107 1024572 0 -1 1077936192 6631 0 0 0 608 3 0 0 20 0 20 0 193262228 19566772224 51188 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 51188 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=162864 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 51188 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 51188 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 204752 KiB

[startup+12.7003 s]
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127907868/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=223216 CPUtime=14.56 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 27726 0 0 0 1448 8 0 0 20 0 20 0 193262227 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 55804 5930 1 0 555033 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=0 CPUtime=12.46 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 7165 0 0 0 1243 3 0 0 20 0 20 0 193262228 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=-7452434265927674726 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 14.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223216 KiB

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

# cumulated CPU time of all completed processes:  user=15.9797 s, system=0.101416 s

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

[startup+12.8003 s]
/proc/loadavg: 3.01 2.02 2.81 5/335 1025128
/proc/meminfo: memFree=127907868/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=223216 CPUtime=14.66 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 27727 0 0 0 1458 8 0 0 20 0 20 0 193262227 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 55804 5930 1 0 555033 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=12420 CPUtime=12.56 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 7166 0 0 0 1253 3 0 0 20 0 20 0 193262228 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=5468 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=7301571291130377048 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 55804 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 14.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 223216 KiB

[startup+13.2009 s]
/proc/loadavg: 3.01 2.02 2.81 10/336 1025130
/proc/meminfo: memFree=127903296/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=230672 CPUtime=15.29 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 34500 0 0 0 1520 9 0 0 20 0 20 0 193262227 19566772224 57668 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 57668 5930 1 0 555651 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=40280 CPUtime=12.96 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 7998 0 0 0 1292 4 0 0 20 0 20 0 193262228 19566772224 57668 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=26392 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 57668 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=28372 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 57668 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=19524 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 57668 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 15.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 230672 KiB

[startup+13.4009 s]
/proc/loadavg: 3.01 2.02 2.81 10/336 1025130
/proc/meminfo: memFree=127903296/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=231916 CPUtime=15.68 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 34867 0 0 0 1559 9 0 0 20 0 20 0 193262227 19566772224 57979 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 57979 5930 1 0 555960 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=104 CPUtime=13.16 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 8005 0 0 0 1312 4 0 0 20 0 20 0 193262228 19566772224 57979 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=31024 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 57979 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=7488 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 57979 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=28564 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 57979 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 15.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 231916 KiB

[startup+13.5029 s]
/proc/loadavg: 3.01 2.02 2.81 10/336 1025130
/proc/meminfo: memFree=127903296/131524600 swapFree=131071996/131071996
[pid=1025107] ppid=1025104 vsize=19108176 memory=231956 CPUtime=15.89 cores=4,6
/proc/1025107/stat : 1025107 (java) S 1025104 1025107 1024572 0 -1 1077936128 34908 0 0 0 1580 9 0 0 20 0 20 0 193262227 19566772224 57989 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
/proc/1025107/statm: 4777044 57989 5930 1 0 555960 0
[pid=1025107/tid=1025109] ppid=1025104 vsize=19108176 memory=0 CPUtime=13.26 cores=4,6
/proc/1025107/task/1025109/stat : 1025109 (java) R 1025104 1025107 1024572 0 -1 4194368 8008 0 0 0 1322 4 0 0 20 0 20 0 193262228 19566772224 57989 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025118] ppid=1025104 vsize=19108176 memory=-7452434265927674726 CPUtime=0 cores=4,6
/proc/1025107/task/1025118/stat : 1025118 (Finalizer) S 1025104 1025107 1024572 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193262230 19566772224 57989 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025125] ppid=1025104 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/1025107/task/1025125/stat : 1025125 (Common-Cleaner) S 1025104 1025107 1024572 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 193262231 19566772224 57989 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
[pid=1025107/tid=1025126] ppid=1025104 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1025107/task/1025126/stat : 1025126 (Timer-0) S 1025104 1025107 1024572 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193262263 19566772224 57989 134679101440 94704451518464 94704451522160 140730211249392 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94704451529976 94704451530768 94704481275904 140730211255301 140730211255391 140730211255391 140730211262408 0
Current children cumulated CPU time: 15.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 231956 KiB

Child status: 20

Real time (s): 13.5999
CPU time (s): 16.0811
CPU user time (s): 15.9797
CPU system time (s): 0.101416
CPU usage (%): 118.244
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 231956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9797
system time used= 0.101416
maximum resident set size= 233656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36557
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= 1143
involuntary context switches= 279


# summary of solver processes directly reported to runsolver:
#   pid: 1025107
#   total CPU time (s): 16.0811
#   total CPU user time (s): 15.9797
#   total CPU system time (s): 0.101416

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.037041 second user time and 0.098787 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 19:42:53
IDJOB=4450474
IDBENCH=160458
IDSOLVER=3058
FILE ID=nodeC026/4450474-1721410960
RUNJOBID= nodeC026-1721410942-1024583
SLURM_JOB_ID= 7545477
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450474-1721410960/watcher-4450474-1721410960 -o /tmp/evaluation-result-4450474-1721410960/solver-4450474-1721410960 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721410942-1024583 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4450474-1721410960.opb

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

MD5SUM BENCH= 0c828c266e62d79f9353be6d834d3452
RANDOM SEED=1352233402

nodeC026.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		: 3653.081
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.74
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		: 3686.655
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.45
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		: 3624.062
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.74
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		: 3600.179
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.45
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		: 3647.903
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.74
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		: 3686.684
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.45
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		: 3658.443
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.74
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		: 3600.125
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128285156 kB
MemAvailable:   128777328 kB
Buffers:          561152 kB
Cached:           777856 kB
SwapCached:            0 kB
Active:          1077484 kB
Inactive:        1551636 kB
Active(anon):       1556 kB
Inactive(anon):  1334472 kB
Active(file):    1075928 kB
Inactive(file):   217164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7344 kB
Writeback:             0 kB
AnonPages:       1286832 kB
Mapped:           127388 kB
Shmem:             45912 kB
KReclaimable:      77808 kB
Slab:             187828 kB
SReclaimable:      77808 kB
SUnreclaim:       110020 kB
KernelStack:        5120 kB
PageTables:        12752 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7336048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1040384 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC026 at 2024-07-19 19:43:07