Trace number 4264905

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 2017-08-10? (TO) 2400.0701 2399.8999

General information on the benchmark

NameCrossword/
Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-13-13.xml
MD5SUMd4dde8f3e9f2541e7949826ca81c8251
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints26
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":169}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":169}]
Minimum constraint arity13
Maximum constraint arity13
Distribution of constraint arities[{"arity":13,"count":26}]
Number of extensional constraints26
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":26}]
Optimization problemNO
Type of objective

Solver Data

1.62/1.70	c Version: 2017-08-10

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264905-1502613565/watcher-4264905-1502613565 -o /tmp/evaluation-result-4264905-1502613565/solver-4264905-1502613565 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502610318-19625 --watchdog 2560 miniBTD 2400 HOME/instance-4264905-1502613565.xml 

running on 4 cores: 1,3,5,7

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
solver pid=19971, runsolver pid=19968
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 1.85 2.03 2.03 4/181 19972
/proc/meminfo: memFree=31154348/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=27636 memory=4036 CPUtime=0.03 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1262 0 0 0 3 0 0 0 20 0 1 0 63577248 28299264 1009 18446744073709551615 4194304 4832229 140727130838688 140727130835640 140087089372133 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 6909 1009 522 156 0 551 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 27636 KiB
Current children cumulated memory: 4036 KiB

[startup+0.20901 s]*
/proc/loadavg: 1.85 2.03 2.03 3/181 19972
/proc/meminfo: memFree=31110416/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=40064 memory=15036 CPUtime=0.13 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 4669 0 0 0 13 0 0 0 20 0 1 0 63577248 41025536 3759 18446744073709551615 4194304 4832229 140727130838688 140727130833736 140087089372133 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 10016 3759 533 156 0 3658 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 40064 KiB
Current children cumulated memory: 15036 KiB

[startup+0.309255 s]*
/proc/loadavg: 1.85 2.03 2.03 4/181 19972
/proc/meminfo: memFree=31060380/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=85080 memory=59848 CPUtime=0.23 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 15354 0 0 0 22 1 0 0 20 0 1 0 63577248 87121920 14962 18446744073709551615 4194304 4832229 140727130838688 140727130833736 140087089372133 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 21270 14962 536 156 0 14912 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 85080 KiB
Current children cumulated memory: 59848 KiB

[startup+0.700332 s]
/proc/loadavg: 1.85 2.03 2.03 3/181 19972
/proc/meminfo: memFree=30980728/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=236880 memory=211648 CPUtime=0.62 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 53327 0 0 0 55 7 0 0 20 0 1 0 63577248 242565120 52912 18446744073709551615 4194304 4832229 140727130838688 140727130833736 140087089372133 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 59220 52912 536 156 0 52862 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 236880 KiB
Current children cumulated memory: 211648 KiB

[startup+1.50037 s]
/proc/loadavg: 1.85 2.03 2.03 4/181 19972
/proc/meminfo: memFree=30786172/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=551436 memory=526336 CPUtime=1.42 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 131969 0 0 0 127 15 0 0 20 0 1 0 63577248 564670464 131584 18446744073709551615 4194304 4832229 140727130838688 140727130833736 140087089372133 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 137892 131584 536 156 0 131534 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 551436 KiB
Current children cumulated memory: 526336 KiB

[startup+3.1095 s]
/proc/loadavg: 1.85 2.03 2.03 5/194 20001
/proc/meminfo: memFree=30501324/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=3.03 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 264219 0 0 0 281 22 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130833736 4312389 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+6.30039 s]
/proc/loadavg: 1.86 2.03 2.03 2/179 20100
/proc/meminfo: memFree=30558228/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=6.22 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 420380 0 0 0 593 29 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312658 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+12.7004 s]
/proc/loadavg: 1.95 2.05 2.04 3/181 20284
/proc/meminfo: memFree=30557204/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=12.62 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 603316 0 0 0 1225 37 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312389 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+25.5004 s]
/proc/loadavg: 1.96 2.05 2.04 3/181 20284
/proc/meminfo: memFree=30555368/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=25.43 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 771532 0 0 0 2497 46 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+51.1094 s]
/proc/loadavg: 1.97 2.04 2.04 3/181 20285
/proc/meminfo: memFree=30555444/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=51.03 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 974341 0 0 0 5048 55 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089364590 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+102.3 s]
/proc/loadavg: 1.99 2.04 2.04 3/181 20287
/proc/meminfo: memFree=30554816/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=102.23 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1143578 0 0 0 10160 63 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/181 20290
/proc/meminfo: memFree=30554332/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=162.23 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1273227 0 0 0 16154 69 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312392 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/181 20292
/proc/meminfo: memFree=30554436/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=222.23 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1378339 0 0 0 22149 74 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312392 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/184 20308
/proc/meminfo: memFree=30549156/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=282.25 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1450751 0 0 0 28147 78 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089364782 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 282.25 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 20310
/proc/meminfo: memFree=30549916/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=342.25 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1498621 0 0 0 34145 80 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089381232 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 342.25 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20312
/proc/meminfo: memFree=30553428/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=402.25 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1499005 0 0 0 40145 80 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 20314
/proc/meminfo: memFree=30553528/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=462.26 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1506008 0 0 0 46146 80 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089364621 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB


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

/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1662.39 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 20385
/proc/meminfo: memFree=30552908/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=1722.39 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1522294 0 0 0 172155 84 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312392 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1722.39 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+1782.3 s]
/proc/loadavg: 2.22 2.06 2.06 3/181 20388
/proc/meminfo: memFree=30552544/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=1782.4 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1523147 0 0 0 178156 84 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1782.4 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+1842.3 s]
/proc/loadavg: 2.32 2.14 2.09 3/181 20390
/proc/meminfo: memFree=30553068/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=1842.4 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1524017 0 0 0 184156 84 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4299528 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+1902.3 s]
/proc/loadavg: 2.12 2.11 2.08 3/181 20392
/proc/meminfo: memFree=30553324/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=1902.41 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1524622 0 0 0 190157 84 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1902.41 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+1962.3 s]
/proc/loadavg: 2.04 2.09 2.08 3/181 20395
/proc/meminfo: memFree=30553080/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=1962.42 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1525469 0 0 0 196157 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312392 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 1962.42 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2022.3 s]
/proc/loadavg: 2.02 2.07 2.07 3/181 20397
/proc/meminfo: memFree=30553460/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2022.43 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1526323 0 0 0 202158 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089381386 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2022.43 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2082.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/185 20414
/proc/meminfo: memFree=30548612/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2082.43 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1526680 0 0 0 208158 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312584 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2082.43 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.05 2.06 3/185 20440
/proc/meminfo: memFree=30546696/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2142.44 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1527535 0 0 0 214159 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4299528 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2142.44 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/185 20442
/proc/meminfo: memFree=30548204/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2202.44 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1528402 0 0 0 220159 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 140087089381357 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2202.44 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 20444
/proc/meminfo: memFree=30551804/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2262.44 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1529149 0 0 0 226159 85 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312392 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 20446
/proc/meminfo: memFree=30552184/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2322.46 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1530009 0 0 0 232160 86 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4299528 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2322.46 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 20448
/proc/meminfo: memFree=30552440/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2382.46 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1530885 0 0 0 238160 86 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312665 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2382.46 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 20448
/proc/meminfo: memFree=30552612/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2400.06 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1531003 0 0 0 239920 86 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312344 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2399.9 s]
# the end of solver process 19971 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2399.21 s, system=0.869091 s

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 20448
/proc/meminfo: memFree=30552612/32770624 swapFree=67108860/67108860
[pid=19971] ppid=19968 vsize=624092 memory=600916 CPUtime=2400.06 cores=1,3,5,7
/proc/19971/stat : 19971 (miniBTD) R 19968 19971 897 0 -1 4202496 1531003 0 0 0 239920 86 0 0 20 0 1 0 63577248 639070208 150229 18446744073709551615 4194304 4832229 140727130838688 140727130836408 4312344 0 0 1 0 0 0 0 17 3 0 0 7 0 0 6932488 6936608 37113856 140727130841559 140727130841639 140727130841639 140727130845133 0
/proc/19971/statm: 156023 150229 575 156 0 149665 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 624092 KiB
Current children cumulated memory: 600916 KiB

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2399.9
CPU time (s): 2400.07
CPU user time (s): 2399.21
CPU system time (s): 0.869091
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 628920
Max. memory (cumulated for all children) (KiB): 603688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.21
system time used= 0.869091
maximum resident set size= 605008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1531003
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= 27
involuntary context switches= 602


# summary of solver processes directly reported to runsolver:
#   pid: 19971
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2399.21
#   total CPU system time (s): 0.869091

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.06804 second user time and 18.2203 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 10:25:20
IDJOB=4264905
IDBENCH=140132
IDSOLVER=2653
FILE ID=node125/4264905-1502613565
RUNJOBID= node125-1502610318-19625
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= miniBTD 2017-08-10
BENCH NAME= XCSP17/Crossword/Crossword-m1c-ogd2008-vg/Crossword-m1c-ogd2008-vg-13-13.xml
COMMAND LINE= miniBTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264905-1502613565/watcher-4264905-1502613565 -o /tmp/evaluation-result-4264905-1502613565/solver-4264905-1502613565 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502610318-19625 --watchdog 2560  miniBTD 2400 HOME/instance-4264905-1502613565.xml

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

MD5SUM BENCH= d4dde8f3e9f2541e7949826ca81c8251
RANDOM SEED=1719109831

node125.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.07
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.07
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.07
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.07
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:        31156768 kB
MemAvailable:   31994464 kB
Buffers:          281292 kB
Cached:           851816 kB
SwapCached:            0 kB
Active:           609892 kB
Inactive:         577416 kB
Active(anon):      53776 kB
Inactive(anon):    33100 kB
Active(file):     556116 kB
Inactive(file):   544316 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             16988 kB
Writeback:             4 kB
AnonPages:         53072 kB
Mapped:            46648 kB
Shmem:             33444 kB
Slab:             131836 kB
SReclaimable:     106196 kB
SUnreclaim:        25640 kB
KernelStack:        3168 kB
PageTables:         4512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62016 MiB
End job on node125 at 2017-08-13 11:05:20