Trace number 4445354

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07SAT 13.7016 12.2857

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob1.opb
MD5SUM471fd854f2c30bf1b2104c39e43ffd70
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.198066
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables77
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint77
Maximum length of a constraint77
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 33367336
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 458257453
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.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.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4445354-1721321341.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  no objective function found
0.13/0.13	c ... done. Wall clock time 0.008s.
0.13/0.13	c declared #vars     77
0.13/0.13	c #constraints  2
0.13/0.13	c constraints type 
0.13/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.13/0.13	c 2 constraints processed.
0.72/0.42	c cleaning 2500 clauses out of 5000 with flag 10004/5000
1.10/0.61	c cleaning 4249 clauses out of 8500 with flag 22004/11000
1.52/0.88	c cleaning 5626 clauses out of 11252 with flag 36007/18001
1.90/1.01	c cleaning 6814 clauses out of 13627 with flag 52009/26002
2.09/1.17	c cleaning 7906 clauses out of 15812 with flag 70008/35001
2.48/1.32	c cleaning 8952 clauses out of 17905 with flag 90008/45000
2.66/1.49	c cleaning 9974 clauses out of 19953 with flag 112008/56000
2.92/1.68	c cleaning 10990 clauses out of 21980 with flag 136011/68001
3.12/1.87	c cleaning 11995 clauses out of 23990 with flag 162012/81001
3.32/2.08	c cleaning 12995 clauses out of 25994 with flag 190010/95000
3.63/2.36	c cleaning 13998 clauses out of 28000 with flag 220012/110001
3.94/2.62	c cleaning 14997 clauses out of 30001 with flag 252010/126000
4.26/2.97	c cleaning 15999 clauses out of 32004 with flag 286021/143000
4.83/3.43	c cleaning 17002 clauses out of 34005 with flag 322064/161000
5.22/3.80	c cleaning 17998 clauses out of 36004 with flag 360078/180001
5.53/4.18	c cleaning 19003 clauses out of 38006 with flag 400081/200001
6.03/4.66	c cleaning 20000 clauses out of 40003 with flag 442091/221001
6.43/5.01	c cleaning 21000 clauses out of 42002 with flag 486089/243000
6.94/5.50	c cleaning 21997 clauses out of 44003 with flag 532092/266001
7.34/5.97	c cleaning 23000 clauses out of 46006 with flag 580098/290001
7.83/6.48	c cleaning 24001 clauses out of 48006 with flag 630101/315001
8.44/7.08	c cleaning 25001 clauses out of 50004 with flag 682099/341000
9.03/7.60	c cleaning 25996 clauses out of 52003 with flag 736099/368000
9.63/8.28	c cleaning 27000 clauses out of 54008 with flag 792117/396001
10.33/8.98	c cleaning 28000 clauses out of 56007 with flag 850119/425000
10.92/9.59	c cleaning 28998 clauses out of 58007 with flag 910123/455000
11.52/10.15	c cleaning 30005 clauses out of 60009 with flag 972124/486000
12.33/10.96	c cleaning 31001 clauses out of 62004 with flag 1036125/518000
13.12/11.73	c cleaning 31997 clauses out of 64003 with flag 1102126/551000
13.52/12.18	c SATISFIABLE
13.52/12.18	c starts		: 1
13.52/12.19	c conflicts		: 582824
13.52/12.19	c decisions		: 582896
13.52/12.19	c propagations		: 2859517
13.52/12.19	c inspects		: 71082014
13.52/12.19	c shortcuts		: 0
13.52/12.19	c learnt literals	: 0
13.52/12.19	c learnt binary clauses	: 0
13.52/12.19	c learnt ternary clauses	: 0
13.52/12.19	c learnt constraints	: 582824
13.52/12.19	c ignored constraints	: 0
13.52/12.19	c root simplifications	: 0
13.52/12.19	c removed literals (reason simplification)	: 0
13.52/12.19	c reason swapping (by a shorter reason)	: 0
13.52/12.19	c Calls to reduceDB	: 29
13.52/12.19	c Number of update (reduction) of LBD	: 65
13.52/12.19	c Imported unit clauses	: 0
13.52/12.19	c No decision after first conflict	: false
13.52/12.19	c number of reductions to clauses (during analyze)	: 0
13.52/12.19	c number of learned constraints concerned by reduction	: 0
13.52/12.19	c number of learning phase by resolution	: 0
13.52/12.19	c number of learning phase by cutting planes	: 0
13.52/12.19	c number of rounding to 1 operations	: 0
13.52/12.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
13.52/12.19	c number of reductions of the coefficients by power 2 	: 0
13.52/12.19	c number of right shift for reduction by power 2 	: 0
13.52/12.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
13.52/12.19	c number of ending skipping 	: 0
13.52/12.19	c number of internal skipping 	: 0
13.52/12.19	c number of derivation steps 	: 0
13.52/12.19	c number of skipped derivation steps 	: 0
13.52/12.19	c number of remaining unassigned 	: 0
13.52/12.19	c number of remaining assigned 	: 0
13.52/12.19	c number of falsified literals weakened from reason	: 0
13.52/12.19	c number of falsified literals weakened from conflict	: 0
13.52/12.19	c time for arithmetic operations	: 0
13.62/12.20	c minimum degree of deleted constraints	: null
13.62/12.20	c maximum degree of deleted constraints	: null
13.62/12.20	c number of deleted constraints	: 0
13.62/12.21	c speed (assignments/second)	: 236871.85222001327
13.62/12.21	c non guided choices	: 66
13.62/12.25	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 63830
13.62/12.25	s SATISFIABLE
13.62/12.25	c Found 1 solution(s)
13.62/12.25	v -x1 -x2 -x3 x4 -x5 x6 x7 x8 -x9 x10 -x11 -x12 -x13 x14 -x15 x16 x17 x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 
13.62/12.25	c Total wall clock time (in seconds): 12.13

Verifier Data

OK	0

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445354-1721321341/watcher-4445354-1721321341 -o /tmp/evaluation-result-4445354-1721321341/solver-4445354-1721321341 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721317800-980848 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4445354-1721321341.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=985063, runsolver pid=985060

[startup+0.100176 s]*
/proc/loadavg: 4.18 4.17 4.11 5/329 985081
/proc/meminfo: memFree=112099276/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=18975048 memory=62568 CPUtime=0.13 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 7732 0 0 0 12 1 0 0 20 0 18 0 184302421 19430449152 15642 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4743762 15642 5544 1 0 549341 0
[pid=985063/tid=985065] ppid=985060 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 6253 0 0 0 8 1 0 0 20 0 18 0 184302422 19430449152 15642 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184302424 19430449152 15642 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=18975048 memory=14408220236082459 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184302425 19430449152 15642 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62568 KiB

[startup+0.20583 s]*
/proc/loadavg: 4.18 4.17 4.11 7/330 985082
/proc/meminfo: memFree=112091136/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19041612 memory=71160 CPUtime=0.34 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 9305 0 0 0 32 2 0 0 20 0 19 0 184302421 19498610688 17790 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4760403 17790 5807 1 0 550411 0
[pid=985063/tid=985065] ppid=985060 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 6434 0 0 0 17 1 0 0 20 0 19 0 184302422 19498610688 17790 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19041612 memory=15945 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302424 19498610688 17790 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19041612 memory=14418111545738801 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302425 19498610688 17790 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184302435 19498610688 17790 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71160 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.18 4.17 4.11 6/330 985082
/proc/meminfo: memFree=112090476/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19041612 memory=72072 CPUtime=0.53 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 9748 0 0 0 51 2 0 0 20 0 19 0 184302421 19498610688 18018 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4760403 18018 5807 1 0 550642 0
[pid=985063/tid=985065] ppid=985060 vsize=19041612 memory=-9175919758121673404 CPUtime=0.28 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 6436 0 0 0 27 1 0 0 20 0 19 0 184302422 19498610688 18018 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302424 19498610688 18018 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302425 19498610688 18018 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184302435 19498610688 18018 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72072 KiB

[startup+0.708816 s]
/proc/loadavg: 4.18 4.17 4.11 6/330 985082
/proc/meminfo: memFree=112075400/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19041612 memory=92012 CPUtime=1.31 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 13401 0 0 0 129 2 0 0 20 0 19 0 184302421 19498610688 23003 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4760403 23003 5847 1 0 553002 0
[pid=985063/tid=985065] ppid=985060 vsize=19041612 memory=44056 CPUtime=0.67 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 6487 0 0 0 66 1 0 0 20 0 19 0 184302422 19498610688 23003 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19041612 memory=13120 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302424 19498610688 23003 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19041612 memory=2228 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302425 19498610688 23003 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19041612 memory=1848 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184302435 19498610688 23003 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92012 KiB

[startup+1.50026 s]
/proc/loadavg: 4.18 4.17 4.11 6/330 985082
/proc/meminfo: memFree=112061628/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19041612 memory=121456 CPUtime=2.82 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 17484 0 0 0 278 4 0 0 20 0 19 0 184302421 19498610688 30364 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4760403 30364 5847 1 0 553006 0
[pid=985063/tid=985065] ppid=985060 vsize=19041612 memory=13120 CPUtime=1.45 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 6846 0 0 0 143 2 0 0 20 0 19 0 184302422 19498610688 30364 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302424 19498610688 30364 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19041612 memory=2228 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184302425 19498610688 30364 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19041612 memory=1848 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184302435 19498610688 30364 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 121456 KiB

[startup+3.1056 s]
/proc/loadavg: 4.18 4.17 4.11 6/331 985083
/proc/meminfo: memFree=111974756/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=187388 CPUtime=4.48 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 19248 0 0 0 443 5 0 0 20 0 20 0 184302421 19566772224 46847 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 46847 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=0 CPUtime=3.04 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7171 0 0 0 301 3 0 0 20 0 20 0 184302422 19566772224 46847 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=-9175919758121673404 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 46847 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 46847 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=2228 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 46847 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 4.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 187388 KiB

[startup+6.30027 s]
/proc/loadavg: 4.17 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111969700/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=192108 CPUtime=7.73 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 19331 0 0 0 767 6 0 0 20 0 20 0 184302421 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 48027 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=2228 CPUtime=6.21 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7191 0 0 0 618 3 0 0 20 0 20 0 184302422 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=13120 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 7.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192108 KiB

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

# cumulated CPU time of all completed processes:  user=13.6081 s, system=0.09353 s

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

[startup+6.40032 s]
/proc/loadavg: 4.17 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111969700/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=192108 CPUtime=7.83 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 19331 0 0 0 777 6 0 0 20 0 20 0 184302421 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 48027 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=224194199869 CPUtime=6.31 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7191 0 0 0 628 3 0 0 20 0 20 0 184302422 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=11392 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=44056 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=-9175919758121673404 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 48027 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 7.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192108 KiB

[startup+9.60081 s]
/proc/loadavg: 4.17 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111922260/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=239664 CPUtime=11.02 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 19939 0 0 0 1095 7 0 0 20 0 20 0 184302421 19566772224 59916 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 59916 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=11392 CPUtime=9.43 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7452 0 0 0 940 3 0 0 20 0 20 0 184302422 19566772224 59916 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 59916 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 59916 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=-6237260304836290922 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 59916 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 11.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 239664 KiB

[startup+11.2008 s]
/proc/loadavg: 4.15 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111874988/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=287008 CPUtime=12.62 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 21003 0 0 0 1254 8 0 0 20 0 20 0 184302421 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 71752 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=192108 CPUtime=10.95 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7637 0 0 0 1092 3 0 0 20 0 20 0 184302422 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=239660 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=44056 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287008 KiB

[startup+12.0008 s]*
/proc/loadavg: 4.15 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111874904/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19108176 memory=287008 CPUtime=13.42 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 21033 0 0 0 1334 8 0 0 20 0 20 0 184302421 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4777044 71752 5883 1 0 553330 0
[pid=985063/tid=985065] ppid=985060 vsize=19108176 memory=4352592873191275 CPUtime=11.75 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) R 985060 985063 980838 0 -1 4194368 7667 0 0 0 1172 3 0 0 20 0 20 0 184302422 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19108176 memory=4362226484836203 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19108176 memory=4362230779805753 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985082] ppid=985060 vsize=19108176 memory=-9175919758121673404 CPUtime=0 cores=0,2
/proc/985063/task/985082/stat : 985082 (Timer-0) S 985060 985063 980838 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184302435 19566772224 71752 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 13.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 287008 KiB

[startup+12.2002 s]
/proc/loadavg: 4.15 4.17 4.11 5/331 985084
/proc/meminfo: memFree=111874904/131524600 swapFree=131071996/131071996
[pid=985063] ppid=985060 vsize=19241304 memory=287440 CPUtime=13.62 cores=0,2
/proc/985063/stat : 985063 (java) S 985060 985063 980838 0 -1 1077936128 23188 0 0 0 1353 9 0 0 20 0 20 0 184302421 19703095296 71860 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
/proc/985063/statm: 4810326 71860 5882 1 0 553948 0
[pid=985063/tid=985065] ppid=985060 vsize=19241304 memory=15799 CPUtime=11.92 cores=0,2
/proc/985063/task/985065/stat : 985065 (java) S 985060 985063 980838 0 -1 1077936192 9260 0 0 0 1189 3 0 0 20 0 20 0 184302422 19703095296 71860 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985074] ppid=985060 vsize=19241304 memory=2357 CPUtime=0 cores=0,2
/proc/985063/task/985074/stat : 985074 (Finalizer) S 985060 985063 980838 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184302424 19703095296 71860 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
[pid=985063/tid=985081] ppid=985060 vsize=19241304 memory=3834026974344578017 CPUtime=0 cores=0,2
/proc/985063/task/985081/stat : 985081 (Common-Cleaner) S 985060 985063 980838 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 184302425 19703095296 71860 134679101440 94910594125824 94910594129520 140733744224432 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94910594137336 94910594138128 94910610882560 140733744227334 140733744227424 140733744227424 140733744234440 0
Current children cumulated CPU time: 13.62 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 287440 KiB

Child status: 10

Real time (s): 12.2857
CPU time (s): 13.7016
CPU user time (s): 13.6081
CPU system time (s): 0.09353
CPU usage (%): 111.525
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 287440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.6081
system time used= 0.09353
maximum resident set size= 288692
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 966
involuntary context switches= 262


# summary of solver processes directly reported to runsolver:
#   pid: 985063
#   total CPU time (s): 13.7016
#   total CPU user time (s): 13.6081
#   total CPU system time (s): 0.09353

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.05122 second user time and 0.073638 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-18 18:49:14
IDJOB=4445354
IDBENCH=148108
IDSOLVER=3058
FILE ID=nodeC031/4445354-1721321341
RUNJOBID= nodeC031-1721317800-980848
SLURM_JOB_ID= 7542669
Free space on /tmp= 890056 MiB

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

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

MD5SUM BENCH= 471fd854f2c30bf1b2104c39e43ffd70
RANDOM SEED=1296512578

nodeC031.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		: 3634.064
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.55
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		: 3600.593
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3650.812
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.55
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		: 3677.316
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3676.608
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.55
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.675
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
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		: 3610.045
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.55
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		: 3599.887
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112141628 kB
MemAvailable:   113180716 kB
Buffers:          472576 kB
Cached:          1398888 kB
SwapCached:            0 kB
Active:           962196 kB
Inactive:       17769532 kB
Active(anon):       1536 kB
Inactive(anon): 16896468 kB
Active(file):     960660 kB
Inactive(file):   873064 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1128 kB
Writeback:            16 kB
AnonPages:      16858524 kB
Mapped:           126388 kB
Shmem:             37720 kB
KReclaimable:      90020 kB
Slab:             201832 kB
SReclaimable:      90020 kB
SUnreclaim:       111812 kB
KernelStack:        5024 kB
PageTables:        43088 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   21414248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69504 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16453632 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC031 at 2024-07-18 18:49:27