Trace number 4300974

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_12 2018.07.27_12SAT 2234.36 2234.31

General information on the benchmark

NameMagicSquare/
MagicSquare-07-sum_c18.xml
MD5SUMf508510050be764ed4250e5795e6081a
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 benchmark0.020688
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints17
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":49}]
Minimum variable degree3
Maximum variable degree5
Distribution of variable degrees[{"degree":3,"count":36},{"degree":4,"count":12},{"degree":5,"count":1}]
Minimum constraint arity7
Maximum constraint arity49
Distribution of constraint arities[{"arity":7,"count":16},{"arity":49,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"allDifferent","count":1},{"type":"sum","count":16}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 2018-07-27_12
2234.34/2234.31	s SATISFIABLE
2234.34/2234.31	v <instantiation type="solution">
2234.34/2234.31	v <list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] </list>
2234.34/2234.31	v <values> 43 38 23 20 27 21 3 26 16 24 18 22 44 25 45 7 8 19 9 39 48 5 31 36 37 35 29 2 46 11 34 12 10 13 49 4 42 33 41 40 14 1 6 30 17 28 32 15 47 </values>
2234.34/2234.31	v </instantiation>
2234.34/2234.31	c  # Nodes: 3002

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 (11629 MiB free)
  memory of node 1: 16384 MiB (15093 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300974-1532864121/watcher-4300974-1532864121 -o /tmp/evaluation-result-4300974-1532864121/solver-4300974-1532864121 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532844739-15065 --watchdog 2580 miniBTD 12 2520 HOME/instance-4300974-1532864121.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=17332, runsolver pid=17329

[startup+0.100171 s]*
/proc/loadavg: 2.00 2.01 2.05 4/191 17333
/proc/meminfo: memFree=27364064/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=2932 CPUtime=0.1 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 939 0 0 0 10 0 0 0 20 0 1 0 103975256 27164672 733 33554432000 4194304 5224696 140725217308128 140725217305128 4408354 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 733 588 252 0 178 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 2932 KiB

[startup+0.209646 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 17333
/proc/meminfo: memFree=27364200/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=2932 CPUtime=0.21 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 939 0 0 0 21 0 0 0 20 0 1 0 103975256 27164672 733 33554432000 4194304 5224696 140725217308128 140725217307656 4408417 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 733 588 252 0 178 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 2932 KiB

[startup+0.309419 s]*
/proc/loadavg: 2.00 2.01 2.05 3/191 17333
/proc/meminfo: memFree=27364200/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=2932 CPUtime=0.31 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 939 0 0 0 31 0 0 0 20 0 1 0 103975256 27164672 733 33554432000 4194304 5224696 140725217308128 140725217307656 4408965 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 733 588 252 0 178 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 2932 KiB

[startup+0.700334 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 17333
/proc/meminfo: memFree=27364200/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=2932 CPUtime=0.69 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 940 0 0 0 69 0 0 0 20 0 1 0 103975256 27164672 733 33554432000 4194304 5224696 140725217308128 140725217307656 4408421 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 733 588 252 0 178 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 2932 KiB

[startup+1.50033 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 17333
/proc/meminfo: memFree=27364200/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=2932 CPUtime=1.49 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 941 0 0 0 149 0 0 0 20 0 1 0 103975256 27164672 733 33554432000 4194304 5224696 140725217308128 140725217307656 4408438 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 733 588 252 0 178 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 2932 KiB

[startup+3.10926 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 17333
/proc/meminfo: memFree=27364084/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=3116 CPUtime=3.1 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 984 0 0 0 310 0 0 0 20 0 1 0 103975256 27164672 779 33554432000 4194304 5224696 140725217308128 140725217307656 4408406 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 779 615 252 0 178 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 3116 KiB

[startup+6.30034 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 17333
/proc/meminfo: memFree=27363848/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26528 memory=3132 CPUtime=6.29 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1049 0 0 0 629 0 0 0 20 0 1 0 103975256 27164672 783 33554432000 4194304 5224696 140725217308128 140725217307656 4408421 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6632 783 615 252 0 178 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 26528 KiB
Current children cumulated memory: 3132 KiB

[startup+12.7003 s]
/proc/loadavg: 2.08 2.03 2.05 3/191 17333
/proc/meminfo: memFree=27364264/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26660 memory=3152 CPUtime=12.69 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1126 0 0 0 1269 0 0 0 20 0 1 0 103975256 27299840 788 33554432000 4194304 5224696 140725217308128 140725217306584 4408838 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6665 788 615 252 0 211 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 26660 KiB
Current children cumulated memory: 3152 KiB

[startup+25.5003 s]
/proc/loadavg: 2.06 2.03 2.05 3/191 17333
/proc/meminfo: memFree=27364304/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=26792 memory=3264 CPUtime=25.49 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1290 0 0 0 2549 0 0 0 20 0 1 0 103975256 27435008 816 33554432000 4194304 5224696 140725217308128 140725217306584 4408406 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6698 816 615 252 0 244 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 26792 KiB
Current children cumulated memory: 3264 KiB

[startup+51.1094 s]
/proc/loadavg: 2.04 2.03 2.05 3/191 17333
/proc/meminfo: memFree=27363808/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3972 CPUtime=51.1 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1603 0 0 0 5110 0 0 0 20 0 1 0 103975256 27971584 993 33554432000 4194304 5224696 140725217308128 140725217307144 4408534 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 993 646 252 0 375 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3972 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/191 17335
/proc/meminfo: memFree=27363052/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3976 CPUtime=102.29 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1749 0 0 0 10229 0 0 0 20 0 1 0 103975256 27971584 994 33554432000 4194304 5224696 140725217308128 140725217307144 4408421 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 994 646 252 0 375 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3976 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 17336
/proc/meminfo: memFree=27363408/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3976 CPUtime=162.29 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 1928 0 0 0 16229 0 0 0 20 0 1 0 103975256 27971584 994 33554432000 4194304 5224696 140725217308128 140725217307144 4408825 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 994 646 252 0 375 0
Current children cumulated CPU time: 162.29 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3976 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 17337
/proc/meminfo: memFree=27362908/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3976 CPUtime=222.3 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 2104 0 0 0 22230 0 0 0 20 0 1 0 103975256 27971584 994 33554432000 4194304 5224696 140725217308128 140725217307144 4408465 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 994 646 252 0 375 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3976 KiB

[startup+282.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/192 17346
/proc/meminfo: memFree=27362292/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3980 CPUtime=282.3 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 2275 0 0 0 28230 0 0 0 20 0 1 0 103975256 27971584 995 33554432000 4194304 5224696 140725217308128 140725217307144 4408843 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 995 647 252 0 375 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3980 KiB

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/192 17347
/proc/meminfo: memFree=27363036/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3980 CPUtime=342.3 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 2434 0 0 0 34230 0 0 0 20 0 1 0 103975256 27971584 995 33554432000 4194304 5224696 140725217308128 140725217307144 4408712 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 995 647 252 0 375 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3980 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/191 17348
/proc/meminfo: memFree=27363032/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3980 CPUtime=402.3 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 2607 0 0 0 40230 0 0 0 20 0 1 0 103975256 27971584 995 33554432000 4194304 5224696 140725217308128 140725217307144 4408517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 995 647 252 0 375 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3980 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 17349
/proc/meminfo: memFree=27363132/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27316 memory=3980 CPUtime=462.3 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 2771 0 0 0 46230 0 0 0 20 0 1 0 103975256 27971584 995 33554432000 4194304 5224696 140725217308128 140725217307144 4408517 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6829 995 647 252 0 375 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 27316 KiB
Current children cumulated memory: 3980 KiB


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

Current children cumulated memory: 4188 KiB

[startup+1842.3 s]
/proc/loadavg: 2.06 2.12 2.08 3/190 17475
/proc/meminfo: memFree=27361196/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4188 CPUtime=1842.33 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 7247 0 0 0 184233 0 0 0 20 0 1 0 103975256 28106752 1047 33554432000 4194304 5224696 140725217308128 140725217307144 4408962 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1047 659 252 0 408 0
Current children cumulated CPU time: 1842.33 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4188 KiB

[startup+1902.3 s]
/proc/loadavg: 2.06 2.11 2.08 3/190 17476
/proc/meminfo: memFree=27361184/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4188 CPUtime=1902.33 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 7435 0 0 0 190233 0 0 0 20 0 1 0 103975256 28106752 1047 33554432000 4194304 5224696 140725217308128 140725217307144 4408594 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1047 659 252 0 408 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4188 KiB

[startup+1962.3 s]
/proc/loadavg: 2.02 2.09 2.08 3/190 17477
/proc/meminfo: memFree=27361300/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4188 CPUtime=1962.33 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 7622 0 0 0 196233 0 0 0 20 0 1 0 103975256 28106752 1047 33554432000 4194304 5224696 140725217308128 140725217307144 4408465 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1047 659 252 0 408 0
Current children cumulated CPU time: 1962.33 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4188 KiB

[startup+2022.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/190 17478
/proc/meminfo: memFree=27361152/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4188 CPUtime=2022.33 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 7809 0 0 0 202233 0 0 0 20 0 1 0 103975256 28106752 1047 33554432000 4194304 5224696 140725217308128 140725217307144 4408465 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1047 659 252 0 408 0
Current children cumulated CPU time: 2022.33 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4188 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/190 17486
/proc/meminfo: memFree=27360116/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4196 CPUtime=2082.33 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8022 0 0 0 208233 0 0 0 20 0 1 0 103975256 28106752 1049 33554432000 4194304 5224696 140725217308128 140725217307144 4408465 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1049 659 252 0 408 0
Current children cumulated CPU time: 2082.33 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4196 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/190 17487
/proc/meminfo: memFree=27360544/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4196 CPUtime=2142.34 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8244 0 0 0 214233 1 0 0 20 0 1 0 103975256 28106752 1049 33554432000 4194304 5224696 140725217308128 140725217307144 4408504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1049 659 252 0 408 0
Current children cumulated CPU time: 2142.34 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4196 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17488
/proc/meminfo: memFree=27361016/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2202.34 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8441 0 0 0 220233 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408504 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2202.34 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2234.31 s]
# the end of solver process 17332 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2234.35 s, system=0.012 s

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

[startup+2214.4 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360636/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2214.44 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8442 0 0 0 221443 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408465 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2214.44 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2227.2 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360628/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2227.24 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8636 0 0 0 222723 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2227.24 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2230.4 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360628/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2230.44 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8637 0 0 0 223043 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408538 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2230.44 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2232 s]*
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360752/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2232.05 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8639 0 0 0 223204 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408354 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2232.05 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2233.6 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360752/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2233.64 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8639 0 0 0 223363 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408594 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2233.64 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2234 s]*
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360752/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2234.05 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8639 0 0 0 223404 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2234.05 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2234.2 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360752/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2234.24 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8639 0 0 0 223423 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 4408598 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2234.24 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

[startup+2234.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/190 17489
/proc/meminfo: memFree=27360752/32770624 swapFree=67108860/67108860
[pid=17332] ppid=17329 vsize=27448 memory=4204 CPUtime=2234.34 cores=0,2,4,6
/proc/17332/stat : 17332 (miniBTD) R 17329 17332 15034 0 -1 4202496 8644 0 0 0 223433 1 0 0 20 0 1 0 103975256 28106752 1051 33554432000 4194304 5224696 140725217308128 140725217307144 140028738601340 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 7325440 7329888 36704256 140725217309876 140725217309959 140725217309959 140725217312717 0
/proc/17332/statm: 6862 1051 659 252 0 408 0
Current children cumulated CPU time: 2234.34 s
Current children cumulated vsize: 27448 KiB
Current children cumulated memory: 4204 KiB

Child status: 0
Real time (s): 2234.31
CPU time (s): 2234.36
CPU user time (s): 2234.35
CPU system time (s): 0.012
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 27448
Max. memory (cumulated for all children) (KiB): 4204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2234.35
system time used= 0.012
maximum resident set size= 4232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8790
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= 8
involuntary context switches= 3351


# summary of solver processes directly reported to runsolver:
#   pid: 17332
#   total CPU time (s): 2234.36
#   total CPU user time (s): 2234.35
#   total CPU system time (s): 0.012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.43386 second user time and 17.4894 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 13:35:21
IDJOB=4300974
IDBENCH=141516
IDSOLVER=2770
FILE ID=node135/4300974-1532864121
RUNJOBID= node135-1532844739-15065
PBS_JOBID= 21022499
Free space on /tmp= 52700 MiB

SOLVER NAME= miniBTD_12 2018.07.27_12
BENCH NAME= XCSP18/MagicSquare/MagicSquare-07-sum_c18.xml
COMMAND LINE= miniBTD 12 TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300974-1532864121/watcher-4300974-1532864121 -o /tmp/evaluation-result-4300974-1532864121/solver-4300974-1532864121 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532844739-15065 --watchdog 2580  miniBTD 12 2520 HOME/instance-4300974-1532864121.xml

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

MD5SUM BENCH= f508510050be764ed4250e5795e6081a
RANDOM SEED=160564625

node135.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.50
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.55
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.50
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.55
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.50
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.55
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.50
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27364600 kB
MemAvailable:   31935140 kB
Buffers:          212756 kB
Cached:          4596228 kB
SwapCached:            0 kB
Active:          1611880 kB
Inactive:        3254716 kB
Active(anon):       8524 kB
Inactive(anon):    76904 kB
Active(file):    1603356 kB
Inactive(file):  3177812 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             19624 kB
Writeback:             0 kB
AnonPages:         72008 kB
Mapped:            44812 kB
Shmem:             25248 kB
Slab:             238844 kB
SReclaimable:     210412 kB
SUnreclaim:        28432 kB
KernelStack:        3424 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     353976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52680 MiB
End job on node135 at 2018-07-29 14:12:35