Trace number 4391874

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
miniBTD 19.06.16SAT 253.884 253.888

General information on the benchmark

NameQRandom/QRandom-mdd-7-25-5/
mdd-7-25-5-56-17.xml
MD5SUM9efca6d5489e39e5f473d5ee8bd54dad
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark253.884
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints56
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":25}]
Minimum variable degree8
Maximum variable degree25
Distribution of variable degrees[{"degree":8,"count":1},{"degree":10,"count":1},{"degree":11,"count":3},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":3},{"degree":16,"count":2},{"degree":17,"count":2},{"degree":18,"count":2},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":22,"count":1},{"degree":23,"count":1},{"degree":25,"count":1}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":56}]
Number of extensional constraints56
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":56}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.06.16
253.79/253.88	s SATISFIABLE
253.79/253.88	v <instantiation type="solution">
253.79/253.88	v <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] </list>
253.79/253.88	v <values> 0 4 4 0 0 0 0 1 1 2 3 4 3 3 0 1 0 3 2 3 3 3 2 0 4 </values>
253.79/253.88	v </instantiation>
253.79/253.88	c Solution is valid

Verifier Data

OK	

Watcher Data

runsolver version 3.4.0 (svn: 3012) 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: 16374 MiB (9480 MiB free)
  memory of node 1: 16384 MiB (13338 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391874-1568309776/watcher-4391874-1568309776 -o /tmp/evaluation-result-4391874-1568309776/solver-4391874-1568309776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568307555-17627 --watchdog 2560 miniBTD 2400 HOME/instance-4391874-1568309776.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18199, runsolver pid=18196

[startup+0.10011 s]*
/proc/loadavg: 2.00 2.04 1.98 3/199 18200
/proc/meminfo: memFree=23360360/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=35416 memory=11292 CPUtime=0.1 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 3549 0 0 0 10 0 0 0 20 0 1 0 407226290 36265984 2823 33554432000 4194304 5326806 140721603063936 140721603060584 139695339540082 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 8854 2823 590 277 0 2375 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 35416 KiB
Current children cumulated memory: 11292 KiB

[startup+0.209901 s]*
/proc/loadavg: 2.00 2.04 1.98 3/199 18200
/proc/meminfo: memFree=23337876/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=35416 memory=11292 CPUtime=0.2 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 3549 0 0 0 20 0 0 0 20 0 1 0 407226290 36265984 2823 33554432000 4194304 5326806 140721603063936 140721603060584 139695354164352 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 8854 2823 590 277 0 2375 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 35416 KiB
Current children cumulated memory: 11292 KiB

[startup+0.661158 s]*
/proc/loadavg: 2.00 2.04 1.98 3/199 18200
/proc/meminfo: memFree=23347244/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=39156 memory=14460 CPUtime=0.66 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 4390 0 0 0 64 2 0 0 20 0 1 0 407226290 40095744 3615 33554432000 4194304 5326806 140721603063936 140721603060584 4461809 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 9789 3615 590 277 0 3310 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 39156 KiB
Current children cumulated memory: 14460 KiB

[startup+0.709984 s]*
/proc/loadavg: 2.00 2.04 1.98 3/199 18200
/proc/meminfo: memFree=23348368/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=39840 memory=15252 CPUtime=0.71 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 4549 0 0 0 69 2 0 0 20 0 1 0 407226290 40796160 3813 33554432000 4194304 5326806 140721603063936 140721603060584 4461823 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 9960 3813 590 277 0 3481 0
Current children cumulated CPU time: 0.71 s
Current children cumulated vsize: 39840 KiB
Current children cumulated memory: 15252 KiB

[startup+1.50024 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 18201
/proc/meminfo: memFree=23349496/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=44168 memory=19476 CPUtime=1.49 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 5641 0 0 0 146 3 0 0 20 0 1 0 407226290 45228032 4869 33554432000 4194304 5326806 140721603063936 140721603061400 4915559 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 11042 4869 590 277 0 4563 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 44168 KiB
Current children cumulated memory: 19476 KiB

[startup+3.10028 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 18201
/proc/meminfo: memFree=23342880/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=49632 memory=25632 CPUtime=3.09 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 12636 0 0 0 305 4 0 0 20 0 1 0 407226290 50823168 6408 33554432000 4194304 5326806 140721603063936 140721603063144 4379703 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 12408 6408 640 277 0 5929 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 49632 KiB
Current children cumulated memory: 25632 KiB

[startup+6.30025 s]*
/proc/loadavg: 2.00 2.04 1.98 3/199 18201
/proc/meminfo: memFree=23341712/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=50748 memory=26568 CPUtime=6.3 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 17696 0 0 0 623 7 0 0 20 0 1 0 407226290 51965952 6642 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 12687 6642 640 277 0 6208 0
Current children cumulated CPU time: 6.3 s
Current children cumulated vsize: 50748 KiB
Current children cumulated memory: 26568 KiB

[startup+12.7002 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 18201
/proc/meminfo: memFree=23340968/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=51260 memory=27024 CPUtime=12.69 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 23099 0 0 0 1256 13 0 0 20 0 1 0 407226290 52490240 6756 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 12815 6756 640 277 0 6336 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 51260 KiB
Current children cumulated memory: 27024 KiB

[startup+25.5002 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 18201
/proc/meminfo: memFree=23341188/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=52028 memory=27500 CPUtime=25.48 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 33249 0 0 0 2523 25 0 0 20 0 1 0 407226290 53276672 6875 33554432000 4194304 5326806 140721603063936 140721603063144 4400480 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13007 6875 640 277 0 6528 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 52028 KiB
Current children cumulated memory: 27500 KiB

[startup+51.1002 s]
/proc/loadavg: 2.00 2.04 1.98 3/199 18203
/proc/meminfo: memFree=23340744/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=52028 memory=27680 CPUtime=51.08 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 37862 0 0 0 5061 47 0 0 20 0 1 0 407226290 53276672 6920 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13007 6920 640 277 0 6528 0
Current children cumulated CPU time: 51.08 s
Current children cumulated vsize: 52028 KiB
Current children cumulated memory: 27680 KiB

[startup+102.3 s]*
/proc/loadavg: 1.95 2.01 1.97 3/199 18207
/proc/meminfo: memFree=23339408/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53052 memory=28856 CPUtime=102.28 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44051 0 0 0 10133 95 0 0 20 0 1 0 407226290 54325248 7214 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13263 7214 640 277 0 6784 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 53052 KiB
Current children cumulated memory: 28856 KiB

[startup+162.3 s]*
/proc/loadavg: 1.98 2.01 1.97 3/199 18211
/proc/meminfo: memFree=23339068/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53052 memory=29064 CPUtime=162.28 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44379 0 0 0 16070 158 0 0 20 0 1 0 407226290 54325248 7266 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13263 7266 640 277 0 6784 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 53052 KiB
Current children cumulated memory: 29064 KiB

[startup+222.3 s]*
/proc/loadavg: 1.99 2.01 1.97 3/199 18217
/proc/meminfo: memFree=23339168/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=222.29 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44772 0 0 0 22009 220 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 4400612 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 222.29 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+253.888 s]
# the end of solver process 18199 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.37 s, system=2.51407 s

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

[startup+230.7 s]
/proc/loadavg: 1.99 2.01 1.97 3/199 18217
/proc/meminfo: memFree=23339324/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=230.68 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44792 0 0 0 22841 227 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 139695348994567 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 230.68 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+243.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338504/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=243.49 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44793 0 0 0 24109 240 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 4403052 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 243.49 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+249.9 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=249.89 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44793 0 0 0 24742 247 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 4403032 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 249.89 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+251.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=251.49 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44794 0 0 0 24901 248 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 4400416 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 251.49 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+253.1 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=253.09 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44794 0 0 0 25059 250 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 253.09 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+253.5 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=253.48 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44794 0 0 0 25098 250 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 4400434 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 253.48 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+253.7 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=253.69 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44794 0 0 0 25118 251 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 253.69 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

[startup+253.8 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 18219
/proc/meminfo: memFree=23338584/32770624 swapFree=67003116/67108860
[pid=18199] ppid=18196 vsize=53308 memory=29220 CPUtime=253.79 cores=0,2,4,6
/proc/18199/stat : 18199 (miniBTD) R 18196 18199 15239 0 -1 4202496 44794 0 0 0 25128 251 0 0 20 0 1 0 407226290 54587392 7305 33554432000 4194304 5326806 140721603063936 140721603063144 139695339811196 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7427920 7432256 40927232 140721603073056 140721603073136 140721603073136 140721603076045 0
/proc/18199/statm: 13327 7305 640 277 0 6848 0
Current children cumulated CPU time: 253.79 s
Current children cumulated vsize: 53308 KiB
Current children cumulated memory: 29220 KiB

Child status: 0
Real time (s): 253.888
CPU time (s): 253.884
CPU user time (s): 251.37
CPU system time (s): 2.51407
CPU usage (%): 99.9985
Max. virtual memory (cumulated for all children) (KiB): 53308
Max. memory (cumulated for all children) (KiB): 29220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.37
system time used= 2.51407
maximum resident set size= 29248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44832
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 211


# summary of solver processes directly reported to runsolver:
#   pid: 18199
#   total CPU time (s): 253.884
#   total CPU user time (s): 251.37
#   total CPU system time (s): 2.51407

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.996202 second user time and 1.84298 second system time

The end

Launcher Data

Begin job on node136 at 2019-09-12 19:35:32
IDJOB=4391874
IDBENCH=126096
IDSOLVER=2836
FILE ID=node136/4391874-1568309776
RUNJOBID= node136-1568307555-17627
PBS_JOBID= 21701116
Free space on /tmp= 56744 MiB

SOLVER NAME= miniBTD 19.06.16
BENCH NAME= XCSP17/QRandom/QRandom-mdd-7-25-5/mdd-7-25-5-56-17.xml
COMMAND LINE= miniBTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391874-1568309776/watcher-4391874-1568309776 -o /tmp/evaluation-result-4391874-1568309776/solver-4391874-1568309776 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1568307555-17627 --watchdog 2560  miniBTD 2400 HOME/instance-4391874-1568309776.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 9efca6d5489e39e5f473d5ee8bd54dad
RANDOM SEED=1299322595

node136.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        23367020 kB
MemAvailable:   31848392 kB
Buffers:          111032 kB
Cached:          8570892 kB
SwapCached:         2468 kB
Active:          1257912 kB
Inactive:        7444940 kB
Active(anon):      22216 kB
Inactive(anon):    40048 kB
Active(file):    1235696 kB
Inactive(file):  7404892 kB
Unevictable:      107752 kB
Mlocked:          107752 kB
SwapTotal:      67108860 kB
SwapFree:       67003116 kB
Dirty:             40568 kB
Writeback:             0 kB
AnonPages:        127976 kB
Mapped:            44080 kB
Shmem:             32792 kB
Slab:             297764 kB
SReclaimable:     269244 kB
SUnreclaim:        28520 kB
KernelStack:        3472 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     542160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     79872 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 56736 MiB
End job on node136 at 2019-09-12 19:39:46