Trace number 4264804

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? 2400.05 2400.1799

General information on the benchmark

NameBlackhole/Blackhole-xcsp2-s13/
Blackhole-4-13-2_X2.xml
MD5SUM88708c27ba26ffc45c437651276dcd59
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 variables208
Number of constraints4218
Number of domains4
Minimum domain size1
Maximum domain size52
Distribution of domain sizes[{"size":1,"count":2},{"size":13,"count":52},{"size":26,"count":51},{"size":52,"count":102}]
Minimum variable degree0
Maximum variable degree104
Distribution of variable degrees[{"degree":0,"count":1},{"degree":2,"count":53},{"degree":3,"count":50},{"degree":52,"count":1},{"degree":53,"count":34},{"degree":54,"count":17},{"degree":104,"count":52}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4218}]
Number of extensional constraints4218
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":4218}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.18	c Version: 2017-08-10
2399.97/2400.13	s UNKNOWN
2399.97/2400.13	c Solving # Nodes: 4227169
2399.97/2400.13	c Global Time: 2400 s

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4264804-1502610895/watcher-4264804-1502610895 -o /tmp/evaluation-result-4264804-1502610895/solver-4264804-1502610895 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502603034-32433 --watchdog 2560 miniBTD 2400 HOME/instance-4264804-1502610895.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=3241, runsolver pid=3238

[startup+0.100207 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31670112/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=38456 memory=15032 CPUtime=0.1 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 3935 0 0 0 10 0 0 0 20 0 1 0 94177172 39378944 3758 33554432000 4194304 4832229 140728173712048 140728173709000 4275385 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 9614 3758 532 156 0 3256 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38456 KiB
Current children cumulated memory: 15032 KiB

[startup+0.209786 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31651760/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=60388 memory=37052 CPUtime=0.21 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 9426 0 0 0 20 1 0 0 20 0 1 0 94177172 61837312 9263 33554432000 4194304 4832229 140728173712048 140728173709000 139832391085029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 15097 9263 557 156 0 8739 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 60388 KiB
Current children cumulated memory: 37052 KiB

[startup+0.309731 s]*
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31635020/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=73224 memory=49724 CPUtime=0.31 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 12642 0 0 0 30 1 0 0 20 0 1 0 94177172 74981376 12431 33554432000 4194304 4832229 140728173712048 140728173709000 4301623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18306 12431 574 156 0 11948 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 73224 KiB
Current children cumulated memory: 49724 KiB

[startup+0.700385 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31634648/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=73620 memory=50252 CPUtime=0.69 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 12747 0 0 0 68 1 0 0 20 0 1 0 94177172 75386880 12563 33554432000 4194304 4832229 140728173712048 140728173709000 4301623 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18405 12563 574 156 0 12047 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 73620 KiB
Current children cumulated memory: 50252 KiB

[startup+1.50041 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31634400/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=73752 memory=50252 CPUtime=1.49 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 12771 0 0 0 148 1 0 0 20 0 1 0 94177172 75522048 12563 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18438 12563 574 156 0 12080 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 73752 KiB
Current children cumulated memory: 50252 KiB

[startup+3.11 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31633556/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=74148 memory=50772 CPUtime=3.09 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 20476 0 0 0 308 1 0 0 20 0 1 0 94177172 75927552 12693 33554432000 4194304 4832229 140728173712048 140728173709768 4359014 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18537 12693 574 156 0 12179 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 74148 KiB
Current children cumulated memory: 50772 KiB

[startup+6.30035 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31633124/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=74148 memory=50800 CPUtime=6.29 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 24041 0 0 0 627 2 0 0 20 0 1 0 94177172 75927552 12700 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18537 12700 574 156 0 12179 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 74148 KiB
Current children cumulated memory: 50800 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31632628/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=75204 memory=51780 CPUtime=12.68 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 27930 0 0 0 1265 3 0 0 20 0 1 0 94177172 77008896 12945 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 18801 12945 574 156 0 12443 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 75204 KiB
Current children cumulated memory: 51780 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31631480/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76392 memory=53088 CPUtime=25.47 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 33007 0 0 0 2541 6 0 0 20 0 1 0 94177172 78225408 13272 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19098 13272 574 156 0 12740 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 76392 KiB
Current children cumulated memory: 53088 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3242
/proc/meminfo: memFree=31631424/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76524 memory=53236 CPUtime=51.09 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 33291 0 0 0 5097 12 0 0 20 0 1 0 94177172 78360576 13309 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19131 13309 574 156 0 12773 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 76524 KiB
Current children cumulated memory: 53236 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3243
/proc/meminfo: memFree=31631328/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76788 memory=53528 CPUtime=102.27 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 33828 0 0 0 10202 25 0 0 20 0 1 0 94177172 78630912 13382 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19197 13382 574 156 0 12839 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 76788 KiB
Current children cumulated memory: 53528 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/191 3265
/proc/meminfo: memFree=31626200/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76788 memory=53584 CPUtime=162.26 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 34085 0 0 0 16186 40 0 0 20 0 1 0 94177172 78630912 13396 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19197 13396 574 156 0 12839 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 76788 KiB
Current children cumulated memory: 53584 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3267
/proc/meminfo: memFree=31630456/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76920 memory=53720 CPUtime=222.27 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 34628 0 0 0 22169 58 0 0 20 0 1 0 94177172 78766080 13430 33554432000 4194304 4832229 140728173712048 140728173709768 4301796 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19230 13430 574 156 0 12872 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 76920 KiB
Current children cumulated memory: 53720 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3268
/proc/meminfo: memFree=31630816/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=76920 memory=53724 CPUtime=282.26 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 34899 0 0 0 28155 71 0 0 20 0 1 0 94177172 78766080 13431 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19230 13431 574 156 0 12872 0
Current children cumulated CPU time: 282.26 s
Current children cumulated vsize: 76920 KiB
Current children cumulated memory: 53724 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3269
/proc/meminfo: memFree=31630692/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77052 memory=53748 CPUtime=342.26 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 35220 0 0 0 34142 84 0 0 20 0 1 0 94177172 78901248 13437 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19263 13437 574 156 0 12905 0
Current children cumulated CPU time: 342.26 s
Current children cumulated vsize: 77052 KiB
Current children cumulated memory: 53748 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3270
/proc/meminfo: memFree=31630584/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77052 memory=53788 CPUtime=402.26 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 35595 0 0 0 40124 102 0 0 20 0 1 0 94177172 78901248 13447 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19263 13447 574 156 0 12905 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 77052 KiB
Current children cumulated memory: 53788 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3271
/proc/meminfo: memFree=31630708/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77052 memory=53800 CPUtime=462.25 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 35830 0 0 0 46105 120 0 0 20 0 1 0 94177172 78901248 13450 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19263 13450 574 156 0 12905 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 77052 KiB
Current children cumulated memory: 53800 KiB


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

Current children cumulated memory: 53904 KiB

[startup+1962.3 s]
/proc/loadavg: 2.08 2.02 2.05 3/187 3589
/proc/meminfo: memFree=31425988/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=1962.18 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 42218 0 0 0 195733 485 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4301748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 1962.18 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2022.3 s]
/proc/loadavg: 2.03 2.01 2.05 3/187 3590
/proc/meminfo: memFree=31425368/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2022.18 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 42460 0 0 0 201721 497 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2022.18 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2082.3 s]
/proc/loadavg: 2.83 2.23 2.12 3/187 3591
/proc/meminfo: memFree=31425252/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2082.17 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 42711 0 0 0 207707 510 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2082.17 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2142.3 s]
/proc/loadavg: 2.30 2.19 2.11 3/187 3592
/proc/meminfo: memFree=31424756/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2142.17 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 42947 0 0 0 213693 524 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2202.3 s]
/proc/loadavg: 2.11 2.15 2.10 3/187 3593
/proc/meminfo: memFree=31423880/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2202.16 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 43213 0 0 0 219678 538 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2202.16 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2262.3 s]
/proc/loadavg: 2.04 2.13 2.10 3/187 3594
/proc/meminfo: memFree=31423152/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2262.16 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 43437 0 0 0 225662 554 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2262.16 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.10 2.09 3/187 3595
/proc/meminfo: memFree=31422904/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2322.16 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 43670 0 0 0 231649 567 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2382.16 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 43876 0 0 0 237638 578 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4361991 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2382.16 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2400.18 s]
# the end of solver process 3241 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2394.23 s, system=5.8127 s

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

[startup+2393.6 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2393.46 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 43886 0 0 0 238766 580 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4301748 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2393.46 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2396.8 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422016/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2396.66 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44078 0 0 0 239086 580 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4301736 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2396.66 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2398.4 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2398.25 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44090 0 0 0 239245 580 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2398.25 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2399.2 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2399.06 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44092 0 0 0 239325 581 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2399.06 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2399.6 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2399.46 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44092 0 0 0 239365 581 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 139832391348604 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2399.46 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2400 s]*
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2399.87 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44093 0 0 0 239406 581 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4301645 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2399.87 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

[startup+2400.11 s]
/proc/loadavg: 2.00 2.08 2.09 3/187 3603
/proc/meminfo: memFree=31422024/32770624 swapFree=67108860/67108860
[pid=3241] ppid=3238 vsize=77184 memory=53908 CPUtime=2399.97 cores=0,2,4,6
/proc/3241/stat : 3241 (miniBTD) R 3238 3241 32402 0 -1 4202496 44093 0 0 0 239416 581 0 0 20 0 1 0 94177172 79036416 13477 33554432000 4194304 4832229 140728173712048 140728173709768 4301679 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 6932488 6936608 28618752 140728173720781 140728173720861 140728173720861 140728173723597 0
/proc/3241/statm: 19296 13477 574 156 0 12938 0
Current children cumulated CPU time: 2399.97 s
Current children cumulated vsize: 77184 KiB
Current children cumulated memory: 53908 KiB

Child status: 0
Real time (s): 2400.18
CPU time (s): 2400.05
CPU user time (s): 2394.23
CPU system time (s): 5.8127
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 77184
Max. memory (cumulated for all children) (KiB): 53908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.23
system time used= 5.8127
maximum resident set size= 53956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44504
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= 25
involuntary context switches= 740


# summary of solver processes directly reported to runsolver:
#   pid: 3241
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2394.23
#   total CPU system time (s): 5.8127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.07442 second user time and 16.8491 second system time

The end

Launcher Data

Begin job on node113 at 2017-08-13 09:40:37
IDJOB=4264804
IDBENCH=134517
IDSOLVER=2653
FILE ID=node113/4264804-1502610895
RUNJOBID= node113-1502603034-32433
PBS_JOBID= 20628303
Free space on /tmp= 61780 MiB

SOLVER NAME= miniBTD 2017-08-10
BENCH NAME= XCSP17/Blackhole/Blackhole-xcsp2-s13/Blackhole-4-13-2_X2.xml
COMMAND LINE= miniBTD TIMEOUT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264804-1502610895/watcher-4264804-1502610895 -o /tmp/evaluation-result-4264804-1502610895/solver-4264804-1502610895 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node113-1502603034-32433 --watchdog 2560  miniBTD 2400 HOME/instance-4264804-1502610895.xml

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

MD5SUM BENCH= 88708c27ba26ffc45c437651276dcd59
RANDOM SEED=1789988344

node113.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.89
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.89
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.89
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.89
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:        31682608 kB
MemAvailable:   31985884 kB
Buffers:          101100 kB
Cached:           488732 kB
SwapCached:            0 kB
Active:           506060 kB
Inactive:         139412 kB
Active(anon):       5248 kB
Inactive(anon):    77976 kB
Active(file):     500812 kB
Inactive(file):    61436 kB
Unevictable:        6572 kB
Mlocked:            6572 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7124 kB
Writeback:             0 kB
AnonPages:         55140 kB
Mapped:            43792 kB
Shmem:             25224 kB
Slab:             139824 kB
SReclaimable:     113728 kB
SUnreclaim:        26096 kB
KernelStack:        3360 kB
PageTables:         5496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 61772 MiB
End job on node113 at 2017-08-13 10:20:37